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.cr

Constructors

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) #

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) #

Instance Method Detail

def kubelet_config_key : String #

def kubelet_config_key=(kubelet_config_key : String) #

def name : String #

def name=(name : String) #

def namespace : String #

def namespace=(namespace : String) #

def resource_version : String? #

def resource_version=(resource_version : String?) #

def uid : String? #

def uid=(uid : String?) #