Interface K8sBetaAPIConfigOrBuilder (2.35.0)

public interface K8sBetaAPIConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEnabledApis(int index)

public abstract String getEnabledApis(int index)

api name, e.g. storage.k8s.io/v1beta1/csistoragecapacities.

repeated string enabled_apis = 1;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The enabledApis at the given index.

getEnabledApisBytes(int index)

public abstract ByteString getEnabledApisBytes(int index)

api name, e.g. storage.k8s.io/v1beta1/csistoragecapacities.

repeated string enabled_apis = 1;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the enabledApis at the given index.

getEnabledApisCount()

public abstract int getEnabledApisCount()

api name, e.g. storage.k8s.io/v1beta1/csistoragecapacities.

repeated string enabled_apis = 1;

Returns
TypeDescription
int

The count of enabledApis.

getEnabledApisList()

public abstract List<String> getEnabledApisList()

api name, e.g. storage.k8s.io/v1beta1/csistoragecapacities.

repeated string enabled_apis = 1;

Returns
TypeDescription
List<String>

A list containing the enabledApis.