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_idString

Returns The name of the cluster to upgrade.

Returns:

  • (String)

    The name of the cluster to upgrade.



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

class UpdateNodePoolRequest; end

#image_typeString

Returns The desired image type for the node pool.

Returns:

  • (String)

    The desired image type for the node pool.



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

class UpdateNodePoolRequest; end

#node_pool_idString

Returns The name of the node pool to upgrade.

Returns:

  • (String)

    The name of the node pool to upgrade.



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

class UpdateNodePoolRequest; end

#node_versionString

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.



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

class UpdateNodePoolRequest; end

#project_idString

Returns The Google Developers Console project ID or project number.

Returns:



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

class UpdateNodePoolRequest; 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.



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

class UpdateNodePoolRequest; end