class K8S::Api::Core::V1::Probe

Overview

Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.

Included Modules

Defined in:

versions/v1.15/api/core/v1/probe.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new(*, exec : Api::Core::V1::ExecAction? = nil, failure_threshold : Int32? = nil, http_get : Api::Core::V1::HTTPGetAction? = nil, initial_delay_seconds : Int32? = nil, period_seconds : Int32? = nil, success_threshold : Int32? = nil, tcp_socket : Api::Core::V1::TCPSocketAction? = nil, timeout_seconds : Int32? = nil) #

[View source]

Instance Method Detail


[View source]
def exec=(exec : Api::Core::V1::ExecAction?) #

[View source]
def failure_threshold : Int32? #

[View source]
def failure_threshold=(failure_threshold : Int32?) #

[View source]

[View source]
def http_get=(http_get : Api::Core::V1::HTTPGetAction?) #

[View source]
def initial_delay_seconds : Int32? #

[View source]
def initial_delay_seconds=(initial_delay_seconds : Int32?) #

[View source]
def period_seconds : Int32? #

[View source]
def period_seconds=(period_seconds : Int32?) #

[View source]
def success_threshold : Int32? #

[View source]
def success_threshold=(success_threshold : Int32?) #

[View source]
def tcp_socket : Api::Core::V1::TCPSocketAction? #

[View source]
def tcp_socket=(tcp_socket : Api::Core::V1::TCPSocketAction?) #

[View source]
def timeout_seconds : Int32? #

[View source]
def timeout_seconds=(timeout_seconds : Int32?) #

[View source]