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
 - YAML::Serializable
 
Defined in:
versions/v1.21/api/core/v1/namespace_status.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
 - .new(pull : JSON::PullParser)
 - .new(*, conditions : Array? = 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?)