class Pyrite::Api::Core::V1::Handler

Overview

Handler defines a specific action that should be taken

Defined in:

versions/v1.14/api/core/v1/handler.cr

Constructors

Instance Method Summary

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(pull : JSON::PullParser) #

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) #

Instance Method Detail


def exec=(exec : Api::Core::V1::ExecAction?) #


def http_get=(http_get : Api::Core::V1::HTTPGetAction?) #

def tcp_socket : Api::Core::V1::TCPSocketAction? #

def tcp_socket=(tcp_socket : Api::Core::V1::TCPSocketAction?) #