Class: Google::Cloud::Container::V1beta1::AdditionalPodNetworkConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1beta1::AdditionalPodNetworkConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1beta1/cluster_service.rb
Overview
AdditionalPodNetworkConfig is the configuration for additional pod networks within the NodeNetworkConfig message
Instance Attribute Summary collapse
-
#max_pods_per_node ⇒ ::Google::Cloud::Container::V1beta1::MaxPodsConstraint
The maximum number of pods per node which use this pod network.
-
#secondary_pod_range ⇒ ::String
The name of the secondary range on the subnet which provides IP address for this pod range.
-
#subnetwork ⇒ ::String
Name of the subnetwork where the additional pod network belongs.
Instance Attribute Details
#max_pods_per_node ⇒ ::Google::Cloud::Container::V1beta1::MaxPodsConstraint
Returns The maximum number of pods per node which use this pod network.
571 572 573 574 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 571 class AdditionalPodNetworkConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#secondary_pod_range ⇒ ::String
Returns The name of the secondary range on the subnet which provides IP address for this pod range.
571 572 573 574 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 571 class AdditionalPodNetworkConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#subnetwork ⇒ ::String
Returns Name of the subnetwork where the additional pod network belongs.
571 572 573 574 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 571 class AdditionalPodNetworkConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |