Kazan v0.1.0 Kazan.Models.V1.EnvVarSource
EnvVarSource represents a source for the value of an EnvVar.
Properties
config_map_key_ref
- Selects a key of a ConfigMap. SeeKazan.Models.V1.ConfigMapKeySelector
.field_ref
- Selects a field of the pod: supports metadata.name, metadata.namespace, metadata.labels, metadata.annotations, spec.nodeName, spec.serviceAccountName, status.podIP. SeeKazan.Models.V1.ObjectFieldSelector
.resource_field_ref
- Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported. SeeKazan.Models.V1.ResourceFieldSelector
.secret_key_ref
- Selects a key of a secret in the pod’s namespace SeeKazan.Models.V1.SecretKeySelector
.