Class: Google::Cloud::Container::V1::AdditionalPodRangesConfig
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Container::V1::AdditionalPodRangesConfig
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/container/v1/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::V1::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::V1::RangeInfo> (readonly)
Returns Output only. Information for additional pod range.
      2170 2171 2172 2173  | 
    
      # File 'proto_docs/google/container/v1/cluster_service.rb', line 2170 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.
      2170 2171 2172 2173  | 
    
      # File 'proto_docs/google/container/v1/cluster_service.rb', line 2170 class AdditionalPodRangesConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |