Class: Google::Cloud::Container::V1beta1::AdditionalPodRangesConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/container/v1beta1/cluster_service.rb

Overview

AdditionalPodRangesConfig is the configuration for additional pod secondary ranges supporting the ClusterUpdate message.

Instance Attribute Summary collapse

Instance Attribute Details

#pod_range_info::Array<::Google::Cloud::Container::V1beta1::RangeInfo> (readonly)

Returns Output only. [Output only] Information for additional pod range.

Returns:



2465
2466
2467
2468
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 2465

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

#pod_range_names::Array<::String>

Returns Name for pod secondary ipv4 range which has the actual range defined ahead.

Returns:

  • (::Array<::String>)

    Name for pod secondary ipv4 range which has the actual range defined ahead.



2465
2466
2467
2468
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 2465

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