class Pyrite::KubeAggregator::Apis::Apiregistration::V1beta1::APIServiceCondition
- Pyrite::KubeAggregator::Apis::Apiregistration::V1beta1::APIServiceCondition
- Pyrite::Kubernetes::Spec
- Reference
- Object
Overview
APIServiceCondition describes the state of an APIService at a particular point
Defined in:
versions/v1.14/kube_aggregator/apis/apiregistration/v1beta1/api_service_condition.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
APIServiceCondition describes the state of an APIService at a particular point
-
.new(pull : JSON::PullParser)
APIServiceCondition describes the state of an APIService at a particular point
- .new(*, last_transition_time : Time? = nil, message : String? = nil, reason : String? = nil, status : String, type : String)
Instance Method Summary
- #last_transition_time : Time?
- #last_transition_time=(last_transition_time : Time?)
- #message : String?
- #message=(message : String?)
- #reason : String?
- #reason=(reason : String?)
- #status : String
- #status=(status : String)
- #type : String
- #type=(type : String)
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)
#
APIServiceCondition describes the state of an APIService at a particular point
def self.new(pull : JSON::PullParser)
#
APIServiceCondition describes the state of an APIService at a particular point
def self.new(*, last_transition_time : Time? = nil, message : String? = nil, reason : String? = nil, status : String, type : String)
#