public static interface V1.EnvVarSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
V1.ConfigMapKeySelector |
getConfigMapKeyRef()
Selects a key of a ConfigMap.
|
V1.ConfigMapKeySelectorOrBuilder |
getConfigMapKeyRefOrBuilder()
Selects a key of a ConfigMap.
|
V1.ObjectFieldSelector |
getFieldRef()
Selects a field of the pod: supports metadata.name, metadata.namespace, metadata.labels, metadata.annotations,
spec.nodeName, spec.serviceAccountName, status.hostIP, status.podIP.
|
V1.ObjectFieldSelectorOrBuilder |
getFieldRefOrBuilder()
Selects a field of the pod: supports metadata.name, metadata.namespace, metadata.labels, metadata.annotations,
spec.nodeName, spec.serviceAccountName, status.hostIP, status.podIP.
|
V1.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.
|
V1.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.
|
V1.SecretKeySelector |
getSecretKeyRef()
Selects a key of a secret in the pod's namespace
+optional
|
V1.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.hostIP, 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.hostIP, status.podIP. +optional
optional .k8s.io.api.core.v1.ObjectFieldSelector fieldRef = 1;V1.ObjectFieldSelector getFieldRef()
Selects a field of the pod: supports metadata.name, metadata.namespace, metadata.labels, metadata.annotations, spec.nodeName, spec.serviceAccountName, status.hostIP, status.podIP. +optional
optional .k8s.io.api.core.v1.ObjectFieldSelector fieldRef = 1;V1.ObjectFieldSelectorOrBuilder getFieldRefOrBuilder()
Selects a field of the pod: supports metadata.name, metadata.namespace, metadata.labels, metadata.annotations, spec.nodeName, spec.serviceAccountName, status.hostIP, status.podIP. +optional
optional .k8s.io.api.core.v1.ObjectFieldSelector fieldRef = 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 .k8s.io.api.core.v1.ResourceFieldSelector resourceFieldRef = 2;V1.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 .k8s.io.api.core.v1.ResourceFieldSelector resourceFieldRef = 2;V1.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 .k8s.io.api.core.v1.ResourceFieldSelector resourceFieldRef = 2;boolean hasConfigMapKeyRef()
Selects a key of a ConfigMap. +optional
optional .k8s.io.api.core.v1.ConfigMapKeySelector configMapKeyRef = 3;V1.ConfigMapKeySelector getConfigMapKeyRef()
Selects a key of a ConfigMap. +optional
optional .k8s.io.api.core.v1.ConfigMapKeySelector configMapKeyRef = 3;V1.ConfigMapKeySelectorOrBuilder getConfigMapKeyRefOrBuilder()
Selects a key of a ConfigMap. +optional
optional .k8s.io.api.core.v1.ConfigMapKeySelector configMapKeyRef = 3;boolean hasSecretKeyRef()
Selects a key of a secret in the pod's namespace +optional
optional .k8s.io.api.core.v1.SecretKeySelector secretKeyRef = 4;V1.SecretKeySelector getSecretKeyRef()
Selects a key of a secret in the pod's namespace +optional
optional .k8s.io.api.core.v1.SecretKeySelector secretKeyRef = 4;V1.SecretKeySelectorOrBuilder getSecretKeyRefOrBuilder()
Selects a key of a secret in the pod's namespace +optional
optional .k8s.io.api.core.v1.SecretKeySelector secretKeyRef = 4;Copyright © 2018. All rights reserved.