struct
Kubernetes::FlowSchemaStatus
- Kubernetes::FlowSchemaStatus
- Struct
- Value
- Object
Overview
FlowSchemaStatus represents the current state of a FlowSchema.
Included Modules
- JSON::Serializable
- Kubernetes::Serializable
- YAML::Serializable
Defined in:
generated/models/io_k8s_api_flowcontrol_v1.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : ::JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : ::JSON::PullParser)
- .new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
Macro Summary
-
field(name, type = nil, **options, &block)
Helper macro for defining fields with automatic camelCase conversion
Instance Method Summary
-
#conditions : Array(FlowSchemaCondition) | Nil
#conditionsis a list of the current states of FlowSchema. -
#conditions=(conditions : Array(FlowSchemaCondition) | Nil)
#conditionsis a list of the current states of FlowSchema.
Constructor Detail
def self.new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
#
Macro Detail
macro field(name, type = nil, **options, &block)
#
Helper macro for defining fields with automatic camelCase conversion
Instance Method Detail
def conditions : Array(FlowSchemaCondition) | Nil
#
#conditions is a list of the current states of FlowSchema.
def conditions=(conditions : Array(FlowSchemaCondition) | Nil)
#
#conditions is a list of the current states of FlowSchema.