Package io.kubernetes.client.proto
Interface V1.EnvFromSourceOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1.EnvFromSource,V1.EnvFromSource.Builder
- Enclosing class:
- V1
public static interface V1.EnvFromSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe ConfigMap to select from +optionalThe ConfigMap to select from +optionalAn optional identifier to prepend to each key in the ConfigMap.com.google.protobuf.ByteStringAn optional identifier to prepend to each key in the ConfigMap.The Secret to select from +optionalThe Secret to select from +optionalbooleanThe ConfigMap to select from +optionalbooleanAn optional identifier to prepend to each key in the ConfigMap.booleanThe Secret to select from +optionalMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasPrefix
boolean hasPrefix()An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER. +optional
optional string prefix = 1; -
getPrefix
String getPrefix()An optional identifier to prepend to each key in the ConfigMap. Must be a C_IDENTIFIER. +optional
optional string prefix = 1; -
getPrefixBytes
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; -
hasConfigMapRef
boolean hasConfigMapRef()The ConfigMap to select from +optional
optional .k8s.io.api.core.v1.ConfigMapEnvSource configMapRef = 2; -
getConfigMapRef
V1.ConfigMapEnvSource getConfigMapRef()The ConfigMap to select from +optional
optional .k8s.io.api.core.v1.ConfigMapEnvSource configMapRef = 2; -
getConfigMapRefOrBuilder
V1.ConfigMapEnvSourceOrBuilder getConfigMapRefOrBuilder()The ConfigMap to select from +optional
optional .k8s.io.api.core.v1.ConfigMapEnvSource configMapRef = 2; -
hasSecretRef
boolean hasSecretRef()The Secret to select from +optional
optional .k8s.io.api.core.v1.SecretEnvSource secretRef = 3; -
getSecretRef
V1.SecretEnvSource getSecretRef()The Secret to select from +optional
optional .k8s.io.api.core.v1.SecretEnvSource secretRef = 3; -
getSecretRefOrBuilder
V1.SecretEnvSourceOrBuilder getSecretRefOrBuilder()The Secret to select from +optional
optional .k8s.io.api.core.v1.SecretEnvSource secretRef = 3;
-