public interface EnvVarSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ConfigMapKeySelector |
getConfigMapKeyRef()
Selects a key of a ConfigMap.
|
ConfigMapKeySelectorOrBuilder |
getConfigMapKeyRefOrBuilder()
Selects a key of a ConfigMap.
|
ObjectFieldSelector |
getFieldRef()
Selects a field of the pod: supports metadata.name, metadata.namespace, metadata.labels, metadata.annotations,
spec.nodeName, spec.serviceAccountName, status.podIP.
|
ObjectFieldSelectorOrBuilder |
getFieldRefOrBuilder()
Selects a field of the pod: supports metadata.name, metadata.namespace, metadata.labels, metadata.annotations,
spec.nodeName, spec.serviceAccountName, status.podIP.
|
ResourceFieldSelector |
getResourceFieldRef()
Selects a resource of the container: only resources limits and requests
(limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported.
|
ResourceFieldSelectorOrBuilder |
getResourceFieldRefOrBuilder()
Selects a resource of the container: only resources limits and requests
(limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported.
|
SecretKeySelector |
getSecretKeyRef()
Selects a key of a secret in the pod's namespace
+optional
|
SecretKeySelectorOrBuilder |
getSecretKeyRefOrBuilder()
Selects a key of a secret in the pod's namespace
+optional
|
boolean |
hasConfigMapKeyRef()
Selects a key of a ConfigMap.
|
boolean |
hasFieldRef()
Selects a field of the pod: supports metadata.name, metadata.namespace, metadata.labels, metadata.annotations,
spec.nodeName, spec.serviceAccountName, status.podIP.
|
boolean |
hasResourceFieldRef()
Selects a resource of the container: only resources limits and requests
(limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported.
|
boolean |
hasSecretKeyRef()
Selects a key of a secret in the pod's namespace
+optional
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasFieldRef()
Selects a field of the pod: supports metadata.name, metadata.namespace, metadata.labels, metadata.annotations, spec.nodeName, spec.serviceAccountName, status.podIP. +optional
optional .appscode.kubernetes.v1beta2.ObjectFieldSelector field_ref = 1;ObjectFieldSelector getFieldRef()
Selects a field of the pod: supports metadata.name, metadata.namespace, metadata.labels, metadata.annotations, spec.nodeName, spec.serviceAccountName, status.podIP. +optional
optional .appscode.kubernetes.v1beta2.ObjectFieldSelector field_ref = 1;ObjectFieldSelectorOrBuilder getFieldRefOrBuilder()
Selects a field of the pod: supports metadata.name, metadata.namespace, metadata.labels, metadata.annotations, spec.nodeName, spec.serviceAccountName, status.podIP. +optional
optional .appscode.kubernetes.v1beta2.ObjectFieldSelector field_ref = 1;boolean hasResourceFieldRef()
Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported. +optional
optional .appscode.kubernetes.v1beta2.ResourceFieldSelector resource_field_ref = 2;ResourceFieldSelector getResourceFieldRef()
Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported. +optional
optional .appscode.kubernetes.v1beta2.ResourceFieldSelector resource_field_ref = 2;ResourceFieldSelectorOrBuilder getResourceFieldRefOrBuilder()
Selects a resource of the container: only resources limits and requests (limits.cpu, limits.memory, requests.cpu and requests.memory) are currently supported. +optional
optional .appscode.kubernetes.v1beta2.ResourceFieldSelector resource_field_ref = 2;boolean hasConfigMapKeyRef()
Selects a key of a ConfigMap. +optional
optional .appscode.kubernetes.v1beta2.ConfigMapKeySelector config_map_key_ref = 3;ConfigMapKeySelector getConfigMapKeyRef()
Selects a key of a ConfigMap. +optional
optional .appscode.kubernetes.v1beta2.ConfigMapKeySelector config_map_key_ref = 3;ConfigMapKeySelectorOrBuilder getConfigMapKeyRefOrBuilder()
Selects a key of a ConfigMap. +optional
optional .appscode.kubernetes.v1beta2.ConfigMapKeySelector config_map_key_ref = 3;boolean hasSecretKeyRef()
Selects a key of a secret in the pod's namespace +optional
optional .appscode.kubernetes.v1beta2.SecretKeySelector secret_key_ref = 4;SecretKeySelector getSecretKeyRef()
Selects a key of a secret in the pod's namespace +optional
optional .appscode.kubernetes.v1beta2.SecretKeySelector secret_key_ref = 4;SecretKeySelectorOrBuilder getSecretKeyRefOrBuilder()
Selects a key of a secret in the pod's namespace +optional
optional .appscode.kubernetes.v1beta2.SecretKeySelector secret_key_ref = 4;