Class: Google::Container::V1::UpdateNodePoolRequest

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

Instance Attribute Details

#cluster_id ⇒ String

Returns The name of the cluster to upgrade.

Returns:

  • (String) —

    The name of the cluster to upgrade.



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

class UpdateNodePoolRequest; end

#image_type ⇒ String

Returns The desired image type for the node pool.

Returns:

  • (String) —

    The desired image type for the node pool.



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

class UpdateNodePoolRequest; end

#node_pool_id ⇒ String

Returns The name of the node pool to upgrade.

Returns:

  • (String) —

    The name of the node pool to upgrade.



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

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.

Returns:

  • (String) —

    The Kubernetes version to change the nodes to (typically an upgrade). Use +-+ to upgrade to the latest version supported by the server.



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

class UpdateNodePoolRequest; end

#project_id ⇒ String

Returns The Google Developers Console project ID or project number.

Returns:



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

class UpdateNodePoolRequest; end

#zone ⇒ String

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.



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

class UpdateNodePoolRequest; end