public static interface V1.ConfigMapEnvSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description | 
|---|---|
| V1.LocalObjectReference | getLocalObjectReference()
 The ConfigMap to select from. | 
| V1.LocalObjectReferenceOrBuilder | getLocalObjectReferenceOrBuilder()
 The ConfigMap to select from. | 
| boolean | getOptional()
 Specify whether the ConfigMap must be defined
 +optional | 
| boolean | hasLocalObjectReference()
 The ConfigMap to select from. | 
| boolean | hasOptional()
 Specify whether the ConfigMap must be defined
 +optional | 
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasLocalObjectReference()
The ConfigMap to select from.
optional .k8s.io.api.core.v1.LocalObjectReference localObjectReference = 1;V1.LocalObjectReference getLocalObjectReference()
The ConfigMap to select from.
optional .k8s.io.api.core.v1.LocalObjectReference localObjectReference = 1;V1.LocalObjectReferenceOrBuilder getLocalObjectReferenceOrBuilder()
The ConfigMap to select from.
optional .k8s.io.api.core.v1.LocalObjectReference localObjectReference = 1;boolean hasOptional()
Specify whether the ConfigMap must be defined +optional
optional bool optional = 2;boolean getOptional()
Specify whether the ConfigMap must be defined +optional
optional bool optional = 2;Copyright © 2020. All rights reserved.