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