class K8S::Api::Core::V1::NodeConfigSource
- K8S::Api::Core::V1::NodeConfigSource
- Reference
- Object
Overview
NodeConfigSource specifies a source of node configuration. Exactly one subfield (excluding metadata) must be non-nil.
Included Modules
- JSON::Serializable
- JSON::Serializable::Unmapped
- YAML::Serializable
- YAML::Serializable::Unmapped
Defined in:
versions/v1.13/api/core/v1/node_config_source.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : JSON::PullParser)
- .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?)