Package io.kubernetes.client.proto
Interface V1.SecretEnvSourceOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1.SecretEnvSource
,V1.SecretEnvSource.Builder
- Enclosing class:
- V1
public static interface V1.SecretEnvSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe Secret to select from.The Secret to select from.boolean
Specify whether the Secret must be defined +optionalboolean
The Secret to select from.boolean
Specify whether the Secret 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 Secret to select from.
optional .k8s.io.api.core.v1.LocalObjectReference localObjectReference = 1;
-
getLocalObjectReference
V1.LocalObjectReference getLocalObjectReference()The Secret to select from.
optional .k8s.io.api.core.v1.LocalObjectReference localObjectReference = 1;
-
getLocalObjectReferenceOrBuilder
V1.LocalObjectReferenceOrBuilder getLocalObjectReferenceOrBuilder()The Secret to select from.
optional .k8s.io.api.core.v1.LocalObjectReference localObjectReference = 1;
-
hasOptional
boolean hasOptional()Specify whether the Secret must be defined +optional
optional bool optional = 2;
-
getOptional
boolean getOptional()Specify whether the Secret must be defined +optional
optional bool optional = 2;
-