struct RailsApp::Entrypoints::HealthCheck
- RailsApp::Entrypoints::HealthCheck
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
- Kubernetes::Serializable
- YAML::Serializable
Defined in:
rails_app_operator.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .new(*, path : String = "/", start_after : Int64 | Nil = nil, run_every : Int64 | Nil = nil, failure_threshold : Int64 | Nil = nil)
Instance Method Summary
Constructor Detail
def self.new(*, path : String = "/", start_after : Int64 | Nil = nil, run_every : Int64 | Nil = nil, failure_threshold : Int64 | Nil = nil)
#