public interface NamespacesOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getNamespaces(int index)
public abstract String getNamespaces(int index)
A list of Kubernetes Namespaces
repeated string namespaces = 1;
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The namespaces at the given index. |
getNamespacesBytes(int index)
public abstract ByteString getNamespacesBytes(int index)
A list of Kubernetes Namespaces
repeated string namespaces = 1;
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the namespaces at the given index. |
getNamespacesCount()
public abstract int getNamespacesCount()
A list of Kubernetes Namespaces
repeated string namespaces = 1;
Returns | |
---|---|
Type | Description |
int |
The count of namespaces. |
getNamespacesList()
public abstract List<String> getNamespacesList()
A list of Kubernetes Namespaces
repeated string namespaces = 1;
Returns | |
---|---|
Type | Description |
List<String> |
A list containing the namespaces. |