public static interface V1.ConfigMapKeySelectorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
The key to select.
|
com.google.protobuf.ByteString |
getKeyBytes()
The key to select.
|
V1.LocalObjectReference |
getLocalObjectReference()
The ConfigMap to select from.
|
V1.LocalObjectReferenceOrBuilder |
getLocalObjectReferenceOrBuilder()
The ConfigMap to select from.
|
boolean |
getOptional()
Specify whether the ConfigMap or it's key must be defined
+optional
|
boolean |
hasKey()
The key to select.
|
boolean |
hasLocalObjectReference()
The ConfigMap to select from.
|
boolean |
hasOptional()
Specify whether the ConfigMap or it's key 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 hasKey()
The key to select.
optional string key = 2;String getKey()
The key to select.
optional string key = 2;com.google.protobuf.ByteString getKeyBytes()
The key to select.
optional string key = 2;boolean hasOptional()
Specify whether the ConfigMap or it's key must be defined +optional
optional bool optional = 3;boolean getOptional()
Specify whether the ConfigMap or it's key must be defined +optional
optional bool optional = 3;Copyright © 2018. All rights reserved.