class Pyrite::Apimachinery::Apis::Meta::V1::Initializer
Overview
Initializer is information about an initializer that has not yet completed.
Defined in:
versions/v1.14/apimachinery/apis/meta/v1/initializer.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Initializer is information about an initializer that has not yet completed.
-
.new(pull : JSON::PullParser)
Initializer is information about an initializer that has not yet completed.
- .new(*, name : String)
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)
#
Initializer is information about an initializer that has not yet completed.
def self.new(pull : JSON::PullParser)
#
Initializer is information about an initializer that has not yet completed.