class Pyrite::Api::Core::V1::ConfigMapNodeConfigSource
Overview
ConfigMapNodeConfigSource contains the information to reference a ConfigMap as a config source for the Node.
Defined in:
versions/v1.14/api/core/v1/config_map_node_config_source.crConstructors
-
.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
ConfigMapNodeConfigSource contains the information to reference a ConfigMap as a config source for the Node.
-
.new(pull : JSON::PullParser)
ConfigMapNodeConfigSource contains the information to reference a ConfigMap as a config source for the Node.
- .new(*, kubelet_config_key : String, name : String, namespace : String, resource_version : String? = nil, uid : String? = nil)
Instance Method Summary
- #kubelet_config_key : String
- #kubelet_config_key=(kubelet_config_key : String)
- #name : String
- #name=(name : String)
- #namespace : String
- #namespace=(namespace : String)
- #resource_version : String?
- #resource_version=(resource_version : String?)
- #uid : String?
- #uid=(uid : String?)
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)
#
ConfigMapNodeConfigSource contains the information to reference a ConfigMap as a config source for the Node.
def self.new(pull : JSON::PullParser)
#
ConfigMapNodeConfigSource contains the information to reference a ConfigMap as a config source for the Node.
def self.new(*, kubelet_config_key : String, name : String, namespace : String, resource_version : String? = nil, uid : String? = nil)
#