class Pod::Config::Container::HealthConfig

Overview

helth

Included Modules

Defined in:

pod/config.cr

Constructors

Instance Method Summary

Constructor Detail

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

def self.new(pull : JSON::PullParser) #

Instance Method Detail

def command : YAML::Any #

[View source]
def interval : String | Nil #

[View source]
def on_failure : String | Nil #

[View source]
def retries : Int32 | Nil #

[View source]
def start_period : String | Nil #

[View source]
def timeout : String | Nil #

[View source]