class Pyrite::Api::Core::V1::Handler
- Pyrite::Api::Core::V1::Handler
- Pyrite::Kubernetes::Spec
- Reference
- Object
Overview
Handler defines a specific action that should be taken
Defined in:
versions/v1.14/api/core/v1/handler.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Handler defines a specific action that should be taken
-
.new(pull : JSON::PullParser)
Handler defines a specific action that should be taken
- .new(*, exec : Api::Core::V1::ExecAction? = nil, http_get : Api::Core::V1::HTTPGetAction? = nil, tcp_socket : Api::Core::V1::TCPSocketAction? = nil)
Instance Method Summary
- #exec : Api::Core::V1::ExecAction?
- #exec=(exec : Api::Core::V1::ExecAction?)
- #http_get : Api::Core::V1::HTTPGetAction?
- #http_get=(http_get : Api::Core::V1::HTTPGetAction?)
- #tcp_socket : Api::Core::V1::TCPSocketAction?
- #tcp_socket=(tcp_socket : Api::Core::V1::TCPSocketAction?)
Constructor methods inherited from class Pyrite::Kubernetes::Spec
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)new(pull : JSON::PullParser) new
Constructor Detail
def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
#
Handler defines a specific action that should be taken
def self.new(*, exec : Api::Core::V1::ExecAction? = nil, http_get : Api::Core::V1::HTTPGetAction? = nil, tcp_socket : Api::Core::V1::TCPSocketAction? = nil)
#