Class: Google::Container::V1::UpdateMasterRequest
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Container::V1::UpdateMasterRequest
 
 
- Defined in:
 - lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb
 
Overview
UpdateMasterRequest updates the master of the cluster.
Instance Attribute Summary collapse
- 
  
    
      #cluster_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the cluster to upgrade.
 - 
  
    
      #master_version  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Kubernetes version to change the master to.
 - 
  
    
      #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.
      922  | 
    
      # File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 922 class UpdateMasterRequest; end  | 
  
#master_version ⇒ String
Returns The Kubernetes version to change the master to. The only valid value is the latest supported version. Use "-" to have the server automatically select the latest version.
      922  | 
    
      # File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 922 class UpdateMasterRequest; end  | 
  
#project_id ⇒ String
Returns The Google Developers Console project ID or project number.
      922  | 
    
      # File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 922 class UpdateMasterRequest; end  | 
  
#zone ⇒ String
Returns The name of the Google Compute Engine zone in which the cluster resides.
      922  | 
    
      # File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 922 class UpdateMasterRequest; end  |