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