class K8S::Api::Core::V1::ConfigMapNodeConfigSource

Overview

ConfigMapNodeConfigSource contains the information to reference a ConfigMap as a config source for the Node.

Included Modules

Defined in:

versions/v1.13/api/core/v1/config_map_node_config_source.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]
def self.new(*, kubelet_config_key : String, name : String, namespace : String, resource_version : String? = nil, uid : String? = nil) #

[View source]

Instance Method Detail

def kubelet_config_key : String #

[View source]
def kubelet_config_key=(kubelet_config_key : String) #

[View source]
def name : String #

[View source]
def name=(name : String) #

[View source]
def namespace : String #

[View source]
def namespace=(namespace : String) #

[View source]
def resource_version : String? #

[View source]
def resource_version=(resource_version : String?) #

[View source]
def uid : String? #

[View source]
def uid=(uid : String?) #

[View source]