Interface AdditionalPodNetworkConfigOrBuilder (2.26.0)

public interface AdditionalPodNetworkConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMaxPodsPerNode()

public abstract MaxPodsConstraint getMaxPodsPerNode()

The maximum number of pods per node which use this pod network

optional .google.container.v1beta1.MaxPodsConstraint max_pods_per_node = 3;

Returns
TypeDescription
MaxPodsConstraint

The maxPodsPerNode.

getMaxPodsPerNodeOrBuilder()

public abstract MaxPodsConstraintOrBuilder getMaxPodsPerNodeOrBuilder()

The maximum number of pods per node which use this pod network

optional .google.container.v1beta1.MaxPodsConstraint max_pods_per_node = 3;

Returns
TypeDescription
MaxPodsConstraintOrBuilder

getSecondaryPodRange()

public abstract String getSecondaryPodRange()

The name of the secondary range on the subnet which provides IP address for this pod range

string secondary_pod_range = 2;

Returns
TypeDescription
String

The secondaryPodRange.

getSecondaryPodRangeBytes()

public abstract ByteString getSecondaryPodRangeBytes()

The name of the secondary range on the subnet which provides IP address for this pod range

string secondary_pod_range = 2;

Returns
TypeDescription
ByteString

The bytes for secondaryPodRange.

getSubnetwork()

public abstract String getSubnetwork()

Name of the subnetwork where the additional pod network belongs

string subnetwork = 1;

Returns
TypeDescription
String

The subnetwork.

getSubnetworkBytes()

public abstract ByteString getSubnetworkBytes()

Name of the subnetwork where the additional pod network belongs

string subnetwork = 1;

Returns
TypeDescription
ByteString

The bytes for subnetwork.

hasMaxPodsPerNode()

public abstract boolean hasMaxPodsPerNode()

The maximum number of pods per node which use this pod network

optional .google.container.v1beta1.MaxPodsConstraint max_pods_per_node = 3;

Returns
TypeDescription
boolean

Whether the maxPodsPerNode field is set.