public interface SecretKeySelectorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getKey()
The key of the secret to select from.
|
com.google.protobuf.ByteString |
getKeyBytes()
The key of the secret to select from.
|
ObjectReference |
getLocalObjectReference()
The name of the secret in the pod's namespace to select from.
|
ObjectReferenceOrBuilder |
getLocalObjectReferenceOrBuilder()
The name of the secret in the pod's namespace to select from.
|
boolean |
hasLocalObjectReference()
The name of the secret in the pod's namespace to select from.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasLocalObjectReference()
The name of the secret in the pod's namespace to select from.
.appscode.kubernetes.v1beta2.ObjectReference local_object_reference = 1;ObjectReference getLocalObjectReference()
The name of the secret in the pod's namespace to select from.
.appscode.kubernetes.v1beta2.ObjectReference local_object_reference = 1;ObjectReferenceOrBuilder getLocalObjectReferenceOrBuilder()
The name of the secret in the pod's namespace to select from.
.appscode.kubernetes.v1beta2.ObjectReference local_object_reference = 1;java.lang.String getKey()
The key of the secret to select from. Must be a valid secret key.
string key = 2;com.google.protobuf.ByteString getKeyBytes()
The key of the secret to select from. Must be a valid secret key.
string key = 2;