Package com.google.container.v1beta1
Interface AdditionalPodNetworkConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AdditionalPodNetworkConfig,AdditionalPodNetworkConfig.Builder
public interface AdditionalPodNetworkConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MaxPodsConstraintgetMaxPodsPerNode()The maximum number of pods per node which use this pod networkMaxPodsConstraintOrBuildergetMaxPodsPerNodeOrBuilder()The maximum number of pods per node which use this pod networkStringgetSecondaryPodRange()The name of the secondary range on the subnet which provides IP address for this pod rangecom.google.protobuf.ByteStringgetSecondaryPodRangeBytes()The name of the secondary range on the subnet which provides IP address for this pod rangeStringgetSubnetwork()Name of the subnetwork where the additional pod network belongscom.google.protobuf.ByteStringgetSubnetworkBytes()Name of the subnetwork where the additional pod network belongsbooleanhasMaxPodsPerNode()The maximum number of pods per node which use this pod network-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getSubnetwork
String getSubnetwork()
Name of the subnetwork where the additional pod network belongs
string subnetwork = 1;- Returns:
- The subnetwork.
-
getSubnetworkBytes
com.google.protobuf.ByteString getSubnetworkBytes()
Name of the subnetwork where the additional pod network belongs
string subnetwork = 1;- Returns:
- The bytes for subnetwork.
-
getSecondaryPodRange
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:
- The secondaryPodRange.
-
getSecondaryPodRangeBytes
com.google.protobuf.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:
- The bytes for secondaryPodRange.
-
hasMaxPodsPerNode
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:
- Whether the maxPodsPerNode field is set.
-
getMaxPodsPerNode
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:
- The maxPodsPerNode.
-
getMaxPodsPerNodeOrBuilder
MaxPodsConstraintOrBuilder getMaxPodsPerNodeOrBuilder()
The maximum number of pods per node which use this pod network
optional .google.container.v1beta1.MaxPodsConstraint max_pods_per_node = 3;
-
-