Class: Google::Container::V1::ListNodePoolsResponse
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Container::V1::ListNodePoolsResponse
 
 
- Defined in:
 - lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb
 
Overview
ListNodePoolsResponse is the result of ListNodePoolsRequest.
Instance Attribute Summary collapse
- 
  
    
      #node_pools  ⇒ Array<Google::Container::V1::NodePool> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of node pools for a cluster.
 
Instance Attribute Details
#node_pools ⇒ Array<Google::Container::V1::NodePool>
Returns A list of node pools for a cluster.
      1350  | 
    
      # File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 1350 class ListNodePoolsResponse; end  |