Reference documentation and code samples for the Kubernetes Engine V1 API class Google::Cloud::Container::V1::AdditionalPodNetworkConfig.
AdditionalPodNetworkConfig is the configuration for additional pod networks within the NodeNetworkConfig message
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#max_pods_per_node
def max_pods_per_node() -> ::Google::Cloud::Container::V1::MaxPodsConstraint
Returns
- (::Google::Cloud::Container::V1::MaxPodsConstraint) — The maximum number of pods per node which use this pod network
#max_pods_per_node=
def max_pods_per_node=(value) -> ::Google::Cloud::Container::V1::MaxPodsConstraint
Parameter
- value (::Google::Cloud::Container::V1::MaxPodsConstraint) — The maximum number of pods per node which use this pod network
Returns
- (::Google::Cloud::Container::V1::MaxPodsConstraint) — The maximum number of pods per node which use this pod network
#secondary_pod_range
def secondary_pod_range() -> ::String
Returns
- (::String) — The name of the secondary range on the subnet which provides IP address for this pod range
#secondary_pod_range=
def secondary_pod_range=(value) -> ::String
Parameter
- value (::String) — The name of the secondary range on the subnet which provides IP address for this pod range
Returns
- (::String) — The name of the secondary range on the subnet which provides IP address for this pod range
#subnetwork
def subnetwork() -> ::String
Returns
- (::String) — Name of the subnetwork where the additional pod network belongs
#subnetwork=
def subnetwork=(value) -> ::String
Parameter
- value (::String) — Name of the subnetwork where the additional pod network belongs
Returns
- (::String) — Name of the subnetwork where the additional pod network belongs