class K8S::Api::Core::V1::ConfigMap

Overview

ConfigMap holds configuration data for pods to consume.

Included Modules

Defined in:

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

Constructors

Class Method Summary

Instance Method Summary

Instance methods inherited from module K8S::Kubernetes::Resource::Object

api_version : String api_version, kind : String kind, metadata : Apimachinery::Apis::Meta::V1::ObjectMeta? metadata, metadata! : Apimachinery::Apis::Meta::V1::ObjectMeta metadata!

Instance methods inherited from class K8S::Kubernetes::Resource

api_version : String api_version, kind : String kind

Constructor methods inherited from class K8S::Kubernetes::Resource

new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
new(pull : JSON::PullParser)
new

Class methods inherited from class K8S::Kubernetes::Resource

from_file(file) from_file, from_files(*paths) from_files

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(*, binary_data : Hash(String, String)? = nil, data : Hash(String, String)? = nil, metadata : Apimachinery::Apis::Meta::V1::ObjectMeta? = nil) #

[View source]

Class Method Detail

def self.from_h(hash) #

[View source]

Instance Method Detail

def api_version : String #

[View source]
def binary_data : Hash(String, String)? #

[View source]
def binary_data=(binary_data : Hash(String, String)?) #

[View source]
def data : Hash(String, String)? #

[View source]
def data=(data : Hash(String, String)?) #

[View source]
def kind : String #

[View source]
def merge(other) #

[View source]

[View source]
def metadata=(metadata : Apimachinery::Apis::Meta::V1::ObjectMeta?) #

[View source]
def to_h #

[View source]