Package io.kubernetes.client.proto
Interface V1.ConfigMapKeySelectorOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1.ConfigMapKeySelector,V1.ConfigMapKeySelector.Builder
- Enclosing class:
- V1
public static interface V1.ConfigMapKeySelectorOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetKey()The key to select.com.google.protobuf.ByteStringThe key to select.The ConfigMap to select from.The ConfigMap to select from.booleanSpecify whether the ConfigMap or its key must be defined +optionalbooleanhasKey()The key to select.booleanThe ConfigMap to select from.booleanSpecify whether the ConfigMap or its key must be defined +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
-
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; -
hasKey
boolean hasKey()The key to select.
optional string key = 2; -
getKey
String getKey()The key to select.
optional string key = 2; -
getKeyBytes
com.google.protobuf.ByteString getKeyBytes()The key to select.
optional string key = 2; -
hasOptional
boolean hasOptional()Specify whether the ConfigMap or its key must be defined +optional
optional bool optional = 3; -
getOptional
boolean getOptional()Specify whether the ConfigMap or its key must be defined +optional
optional bool optional = 3;
-