struct
Kubernetes::ComponentCondition
- Kubernetes::ComponentCondition
- Struct
- Value
- Object
Overview
Information about the condition of a component.
Included Modules
- JSON::Serializable
- Kubernetes::Serializable
- YAML::Serializable
Defined in:
generated/models/io_k8s_api_core_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
-
#error : String | Nil
Condition error code for a component.
-
#error=(error : String | Nil)
Condition error code for a component.
-
#message : String | Nil
Message about the condition for a component.
-
#message=(message : String | Nil)
Message about the condition for a component.
-
#status : String | Nil
Status of the condition for a component.
-
#status=(status : String | Nil)
Status of the condition for a component.
-
#type : String | Nil
Type of condition for a component.
-
#type=(type : String | Nil)
Type of condition for a component.
Constructor Detail
Macro Detail
Helper macro for defining fields with automatic camelCase conversion
Instance Method Detail
Condition error code for a component. For example, a health check error code.
Condition error code for a component. For example, a health check error code.
Message about the condition for a component. For example, information about a health check.
Message about the condition for a component. For example, information about a health check.
Status of the condition for a component. Valid values for "Healthy": "True", "False", or "Unknown".
Status of the condition for a component. Valid values for "Healthy": "True", "False", or "Unknown".