Class: Google::Cloud::Container::V1beta1::AdditionalPodRangesConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1beta1::AdditionalPodRangesConfig
- 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
-
#pod_range_info ⇒ ::Array<::Google::Cloud::Container::V1beta1::RangeInfo>
readonly
Output only.
-
#pod_range_names ⇒ ::Array<::String>
Name for pod secondary ipv4 range which has the actual range defined ahead.
Instance Attribute Details
#pod_range_info ⇒ ::Array<::Google::Cloud::Container::V1beta1::RangeInfo> (readonly)
Returns Output only. Information for additional pod range.
2645 2646 2647 2648 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 2645 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.
2645 2646 2647 2648 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 2645 class AdditionalPodRangesConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |