public static interface V1.EnvFromSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
V1.ConfigMapEnvSource |
getConfigMapRef()
The ConfigMap to select from
+optional
|
V1.ConfigMapEnvSourceOrBuilder |
getConfigMapRefOrBuilder()
The ConfigMap to select from
+optional
|
String |
getPrefix()
An optional identifier to prepend to each key in the ConfigMap.
|
com.google.protobuf.ByteString |
getPrefixBytes()
An optional identifier to prepend to each key in the ConfigMap.
|
V1.SecretEnvSource |
getSecretRef()
The Secret to select from
+optional
|
V1.SecretEnvSourceOrBuilder |
getSecretRefOrBuilder()
The Secret to select from
+optional
|
boolean |
hasConfigMapRef()
The ConfigMap to select from
+optional
|
boolean |
hasPrefix()
An optional identifier to prepend to each key in the ConfigMap.
|
boolean |
hasSecretRef()
The Secret to select from
+optional
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasPrefix()
An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER. +optional
optional string prefix = 1;String getPrefix()
An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER. +optional
optional string prefix = 1;com.google.protobuf.ByteString getPrefixBytes()
An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER. +optional
optional string prefix = 1;boolean hasConfigMapRef()
The ConfigMap to select from +optional
optional .k8s.io.api.core.v1.ConfigMapEnvSource configMapRef = 2;V1.ConfigMapEnvSource getConfigMapRef()
The ConfigMap to select from +optional
optional .k8s.io.api.core.v1.ConfigMapEnvSource configMapRef = 2;V1.ConfigMapEnvSourceOrBuilder getConfigMapRefOrBuilder()
The ConfigMap to select from +optional
optional .k8s.io.api.core.v1.ConfigMapEnvSource configMapRef = 2;boolean hasSecretRef()
The Secret to select from +optional
optional .k8s.io.api.core.v1.SecretEnvSource secretRef = 3;V1.SecretEnvSource getSecretRef()
The Secret to select from +optional
optional .k8s.io.api.core.v1.SecretEnvSource secretRef = 3;V1.SecretEnvSourceOrBuilder getSecretRefOrBuilder()
The Secret to select from +optional
optional .k8s.io.api.core.v1.SecretEnvSource secretRef = 3;Copyright © 2021. All rights reserved.