public static interface V1.SecretReferenceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Name is unique within a namespace to reference a secret resource.
|
com.google.protobuf.ByteString |
getNameBytes()
Name is unique within a namespace to reference a secret resource.
|
String |
getNamespace()
Namespace defines the space within which the secret name must be unique.
|
com.google.protobuf.ByteString |
getNamespaceBytes()
Namespace defines the space within which the secret name must be unique.
|
boolean |
hasName()
Name is unique within a namespace to reference a secret resource.
|
boolean |
hasNamespace()
Namespace defines the space within which the secret name must be unique.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasName()
Name is unique within a namespace to reference a secret resource. +optional
optional string name = 1;String getName()
Name is unique within a namespace to reference a secret resource. +optional
optional string name = 1;com.google.protobuf.ByteString getNameBytes()
Name is unique within a namespace to reference a secret resource. +optional
optional string name = 1;boolean hasNamespace()
Namespace defines the space within which the secret name must be unique. +optional
optional string namespace = 2;String getNamespace()
Namespace defines the space within which the secret name must be unique. +optional
optional string namespace = 2;com.google.protobuf.ByteString getNamespaceBytes()
Namespace defines the space within which the secret name must be unique. +optional
optional string namespace = 2;Copyright © 2019. All rights reserved.