Class: Google::Cloud::Container::V1beta1::AdditionalPodNetworkConfig

Inherits:
Object
  • Object
show all
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

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.

Returns:



546
547
548
549
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 546

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.

Returns:

  • (::String)

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



546
547
548
549
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 546

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.

Returns:

  • (::String)

    Name of the subnetwork where the additional pod network belongs



546
547
548
549
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 546

class AdditionalPodNetworkConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end