class Pyrite::Api::Core::V1::NodeConfigSource
Overview
NodeConfigSource specifies a source of node configuration. Exactly one subfield (excluding metadata) must be non-nil.
Defined in:
versions/v1.14/api/core/v1/node_config_source.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
NodeConfigSource specifies a source of node configuration.
-
.new(pull : JSON::PullParser)
NodeConfigSource specifies a source of node configuration.
- .new(*, config_map : Api::Core::V1::ConfigMapNodeConfigSource? = nil)
Instance Method Summary
- #config_map : Api::Core::V1::ConfigMapNodeConfigSource?
- #config_map=(config_map : Api::Core::V1::ConfigMapNodeConfigSource?)
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)
#
NodeConfigSource specifies a source of node configuration. Exactly one subfield (excluding metadata) must be non-nil.
def self.new(pull : JSON::PullParser)
#
NodeConfigSource specifies a source of node configuration. Exactly one subfield (excluding metadata) must be non-nil.