Package com.google.container.v1
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 MaxPodsConstraint
getMaxPodsPerNode()
The maximum number of pods per node which use this pod networkMaxPodsConstraintOrBuilder
getMaxPodsPerNodeOrBuilder()
The maximum number of pods per node which use this pod networkString
getSecondaryPodRange()
The name of the secondary range on the subnet which provides IP address for this pod rangecom.google.protobuf.ByteString
getSecondaryPodRangeBytes()
The name of the secondary range on the subnet which provides IP address for this pod rangeString
getSubnetwork()
Name of the subnetwork where the additional pod network belongscom.google.protobuf.ByteString
getSubnetworkBytes()
Name of the subnetwork where the additional pod network belongsboolean
hasMaxPodsPerNode()
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.v1.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.v1.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.v1.MaxPodsConstraint max_pods_per_node = 3;
-
-