Package io.kubernetes.client.proto
Interface V1.ConfigMapEnvSourceOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1.ConfigMapEnvSource
,V1.ConfigMapEnvSource.Builder
- Enclosing class:
- V1
public static interface V1.ConfigMapEnvSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe ConfigMap to select from.The ConfigMap to select from.boolean
Specify whether the ConfigMap must be defined +optionalboolean
The ConfigMap to select from.boolean
Specify whether the ConfigMap must be defined +optionalMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasLocalObjectReference
boolean hasLocalObjectReference()The ConfigMap to select from.
optional .k8s.io.api.core.v1.LocalObjectReference localObjectReference = 1;
-
getLocalObjectReference
V1.LocalObjectReference getLocalObjectReference()The ConfigMap to select from.
optional .k8s.io.api.core.v1.LocalObjectReference localObjectReference = 1;
-
getLocalObjectReferenceOrBuilder
V1.LocalObjectReferenceOrBuilder getLocalObjectReferenceOrBuilder()The ConfigMap to select from.
optional .k8s.io.api.core.v1.LocalObjectReference localObjectReference = 1;
-
hasOptional
boolean hasOptional()Specify whether the ConfigMap must be defined +optional
optional bool optional = 2;
-
getOptional
boolean getOptional()Specify whether the ConfigMap must be defined +optional
optional bool optional = 2;
-