class K8S::Api::Flowcontrol::V1alpha1::FlowSchemaStatus
- K8S::Api::Flowcontrol::V1alpha1::FlowSchemaStatus
- Reference
- Object
Overview
FlowSchemaStatus represents the current state of a FlowSchema.
Included Modules
- JSON::Serializable
- JSON::Serializable::Unmapped
- YAML::Serializable
- YAML::Serializable::Unmapped
Defined in:
versions/v1.18/api/flowcontrol/v1alpha1/flow_schema_status.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .new(*, conditions : Array(Api::Flowcontrol::V1alpha1::FlowSchemaCondition)? = nil)
Instance Method Summary
- #conditions : Array(Api::Flowcontrol::V1alpha1::FlowSchemaCondition)?
- #conditions=(conditions : Array(Api::Flowcontrol::V1alpha1::FlowSchemaCondition)?)
Constructor Detail
Instance Method Detail
def conditions=(conditions : Array(Api::Flowcontrol::V1alpha1::FlowSchemaCondition)?)
#