class K8S::Api::Flowcontrol::V1alpha1::FlowSchemaCondition
- K8S::Api::Flowcontrol::V1alpha1::FlowSchemaCondition
 - Reference
 - Object
 
Overview
FlowSchemaCondition describes conditions for a FlowSchema.
Included Modules
- JSON::Serializable
 - JSON::Serializable::Unmapped
 - YAML::Serializable
 - YAML::Serializable::Unmapped
 
Defined in:
versions/v1.18/api/flowcontrol/v1alpha1/flow_schema_condition.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
 - .new(pull : JSON::PullParser)
 - .new(*, last_transition_time : Time? = nil, message : String? = nil, reason : String? = nil, status : String? = nil, type : String? = nil)
 
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 Detail
        
        def self.new(*, last_transition_time : Time? = nil, message : String? = nil, reason : String? = nil, status : String? = nil, type : String? = nil)
        #