Interface NamespacesOrBuilder (0.2.6)

public interface NamespacesOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNamespaces(int index)

public abstract String getNamespaces(int index)

A list of Kubernetes Namespaces

repeated string namespaces = 1;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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
TypeDescription
int

The count of namespaces.

getNamespacesList()

public abstract List<String> getNamespacesList()

A list of Kubernetes Namespaces

repeated string namespaces = 1;

Returns
TypeDescription
List<String>

A list containing the namespaces.