Class: Google::Container::V1::UpdateMasterRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#cluster_idString

Returns The name of the cluster to upgrade.

Returns:

  • (String)

    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_versionString

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.

Returns:

  • (String)

    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_idString

Returns The Google Developers Console project ID or project number.

Returns:



922
# File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 922

class UpdateMasterRequest; end

#zoneString

Returns The name of the Google Compute Engine zone in which the cluster resides.

Returns:

  • (String)

    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