public interface KubernetesSecretOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getName()
public abstract String getName()
Name of the kubernetes secret.
string name = 1;
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
Name of the kubernetes secret.
string name = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getNamespace()
public abstract String getNamespace()
Namespace in which the kubernetes secret is stored.
string namespace = 2;
Returns | |
---|---|
Type | Description |
String |
The namespace. |
getNamespaceBytes()
public abstract ByteString getNamespaceBytes()
Namespace in which the kubernetes secret is stored.
string namespace = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for namespace. |