Kazan v0.11.0 Kazan.Apis.Core.V1.EnvVarSource View Source
EnvVarSource represents a source for the value of an EnvVar.
OpenAPI Definition: io.k8s.api.core.v1.EnvVarSource
Properties
config_map_key_ref::Kazan.Apis.Core.V1.ConfigMapKeySelector- Selects a key of a ConfigMap.
field_ref::Kazan.Apis.Core.V1.ObjectFieldSelector- Selects a field of the pod: supports metadata.name, metadata.namespace, metadata.labels, metadata.annotations, spec.nodeName, spec.serviceAccountName, status.hostIP, status.podIP.
resource_field_ref::Kazan.Apis.Core.V1.ResourceFieldSelector- Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, limits.ephemeral-storage, requests.cpu, requests.memory and requests.ephemeral-storage) are currently supported.
secret_key_ref::Kazan.Apis.Core.V1.SecretKeySelector- Selects a key of a secret in the pod’s namespace
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t() :: %Kazan.Apis.Core.V1.EnvVarSource{
config_map_key_ref: Kazan.Apis.Core.V1.ConfigMapKeySelector.t(),
field_ref: Kazan.Apis.Core.V1.ObjectFieldSelector.t(),
resource_field_ref: Kazan.Apis.Core.V1.ResourceFieldSelector.t(),
secret_key_ref: Kazan.Apis.Core.V1.SecretKeySelector.t()
}