Interface AdditionalPodRangesConfigOrBuilder (2.21.0)

public interface AdditionalPodRangesConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPodRangeNames(int index)

public abstract String getPodRangeNames(int index)

Name for pod secondary ipv4 range which has the actual range defined ahead.

repeated string pod_range_names = 1;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The podRangeNames at the given index.

getPodRangeNamesBytes(int index)

public abstract ByteString getPodRangeNamesBytes(int index)

Name for pod secondary ipv4 range which has the actual range defined ahead.

repeated string pod_range_names = 1;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the podRangeNames at the given index.

getPodRangeNamesCount()

public abstract int getPodRangeNamesCount()

Name for pod secondary ipv4 range which has the actual range defined ahead.

repeated string pod_range_names = 1;

Returns
TypeDescription
int

The count of podRangeNames.

getPodRangeNamesList()

public abstract List<String> getPodRangeNamesList()

Name for pod secondary ipv4 range which has the actual range defined ahead.

repeated string pod_range_names = 1;

Returns
TypeDescription
List<String>

A list containing the podRangeNames.