class Pyrite::Api::Core::V1::NamespaceStatus
Overview
NamespaceStatus is information about the current status of a Namespace.
Defined in:
versions/v1.14/api/core/v1/namespace_status.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
NamespaceStatus is information about the current status of a Namespace.
-
.new(pull : JSON::PullParser)
NamespaceStatus is information about the current status of a Namespace.
- .new(*, phase : String? = nil)
Instance Method Summary
Constructor methods inherited from class Pyrite::Kubernetes::Spec
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)new(pull : JSON::PullParser) new
Constructor Detail
def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
#
NamespaceStatus is information about the current status of a Namespace.
def self.new(pull : JSON::PullParser)
#
NamespaceStatus is information about the current status of a Namespace.