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