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_names ⇒ ::Array<::String>
Name for pod secondary ipv4 range which has the actual range defined ahead.
Instance Attribute Details
#pod_range_names ⇒ ::Array<::String>
Returns Name for pod secondary ipv4 range which has the actual range defined ahead.
2095 2096 2097 2098 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 2095 class AdditionalPodRangesConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |