public interface NamespacedNameOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getName()
public abstract String getName()The name of the Kubernetes resource.
string name = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()The name of the Kubernetes resource.
string name = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
getNamespace()
public abstract String getNamespace()The Namespace of the Kubernetes resource.
string namespace = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The namespace. |
getNamespaceBytes()
public abstract ByteString getNamespaceBytes()The Namespace of the Kubernetes resource.
string namespace = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for namespace. |