Class: Google::Container::V1::UpdateNodePoolRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Container::V1::UpdateNodePoolRequest
 
 
- Defined in:
 - lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb
 
Overview
UpdateNodePoolRequests update a node pool's image and/or version.
Instance Attribute Summary collapse
- 
  
    
      #cluster_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the cluster to upgrade.
 - 
  
    
      #image_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The desired image type for the node pool.
 - 
  
    
      #node_pool_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the node pool to upgrade.
 - 
  
    
      #node_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Kubernetes version to change the nodes to (typically an upgrade).
 - 
  
    
      #project_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Google Developers Console project ID or project number.
 - 
  
    
      #zone  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the Google Compute Engine zone in which the cluster resides.
 
Instance Attribute Details
#cluster_id ⇒ String
Returns The name of the cluster to upgrade.
      795  | 
    
      # File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 795 class UpdateNodePoolRequest; end  | 
  
#image_type ⇒ String
Returns The desired image type for the node pool.
      795  | 
    
      # File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 795 class UpdateNodePoolRequest; end  | 
  
#node_pool_id ⇒ String
Returns The name of the node pool to upgrade.
      795  | 
    
      # File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 795 class UpdateNodePoolRequest; end  | 
  
#node_version ⇒ String
Returns The Kubernetes version to change the nodes to (typically an upgrade). Use +-+ to upgrade to the latest version supported by the server.
      795  | 
    
      # File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 795 class UpdateNodePoolRequest; end  | 
  
#project_id ⇒ String
Returns The Google Developers Console project ID or project number.
      795  | 
    
      # File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 795 class UpdateNodePoolRequest; end  | 
  
#zone ⇒ String
Returns The name of the Google Compute Engine zone in which the cluster resides.
      795  | 
    
      # File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 795 class UpdateNodePoolRequest; end  |