class K8S::Api::Discovery::V1::EndpointConditions
- K8S::Api::Discovery::V1::EndpointConditions
 - Reference
 - Object
 
Overview
EndpointConditions represents the current condition of an endpoint.
Included Modules
- JSON::Serializable
 - YAML::Serializable
 
Defined in:
versions/v1.21/api/discovery/v1/endpoint_conditions.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
 - .new(pull : JSON::PullParser)
 - .new(*, ready : Bool? = nil, serving : Bool? = nil, terminating : Bool? = nil)
 
Instance Method Summary
- #ready : Bool?
 - #ready=(ready : Bool?)
 - #serving : Bool?
 - #serving=(serving : Bool?)
 - #terminating : Bool?
 - #terminating=(terminating : Bool?)