Kazan v0.11.0 Kazan.Apis.Core.V1.ConfigMap View Source
ConfigMap holds configuration data for pods to consume.
OpenAPI Definition: io.k8s.api.core.v1.ConfigMap
Properties
api_version::String- APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info.
binary_data::Map- BinaryData contains the binary data. Each key must consist of alphanumeric characters, ‘-‘, ‘_’ or ‘.’. BinaryData can contain byte sequences that are not in the UTF-8 range. The keys stored in BinaryData must not overlap with the ones in the Data field, this is enforced during validation process. Using this field will require 1.10+ apiserver and kubelet.
data::Map- Data contains the configuration data. Each key must consist of alphanumeric characters, ‘-‘, ‘_’ or ‘.’. Values with non-UTF-8 byte sequences must use the BinaryData field. The keys stored in Data must not overlap with the keys in the BinaryData field, this is enforced during validation process.
kind::String- Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info.
metadata::Kazan.Models.Apimachinery.Meta.V1.ObjectMeta- Standard object’s metadata. More info.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %Kazan.Apis.Core.V1.ConfigMap{
api_version: String.t(),
binary_data: map(),
data: map(),
kind: String.t(),
metadata: Kazan.Models.Apimachinery.Meta.V1.ObjectMeta.t()
}