class K8S::Api::Core::V1::NamespaceStatus
- K8S::Api::Core::V1::NamespaceStatus
- Reference
- Object
Overview
NamespaceStatus is information about the current status of a Namespace.
Included Modules
- JSON::Serializable
- JSON::Serializable::Unmapped
- YAML::Serializable
- YAML::Serializable::Unmapped
Defined in:
versions/v1.18/api/core/v1/namespace_status.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .new(*, conditions : Array(Api::Core::V1::NamespaceCondition)? = nil, phase : String? = nil)
Instance Method Summary
- #conditions : Array(Api::Core::V1::NamespaceCondition)?
- #conditions=(conditions : Array(Api::Core::V1::NamespaceCondition)?)
- #phase : String?
- #phase=(phase : String?)
Constructor Detail
def self.new(*, conditions : Array(Api::Core::V1::NamespaceCondition)? = nil, phase : String? = nil)
#