generated/google/apis/container_v1/service.rb in google-api-client-0.13.0 vs generated/google/apis/container_v1/service.rb in google-api-client-0.13.1
- old
+ new
@@ -81,21 +81,21 @@
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
execute_or_queue_command(command, &block)
end
- # Start master IP rotation.
+ # Updates the settings of a specific cluster.
# @param [String] project_id
# The Google Developers Console [project ID or project
- # number](https://developers.google.com/console/help/new/#projectnumber).
+ # number](https://support.google.com/cloud/answer/6158840).
# @param [String] zone
# The name of the Google Compute Engine
# [zone](/compute/docs/zones#available) in which the cluster
# resides.
# @param [String] cluster_id
- # The name of the cluster.
- # @param [Google::Apis::ContainerV1::StartIpRotationRequest] start_ip_rotation_request_object
+ # The name of the cluster to upgrade.
+ # @param [Google::Apis::ContainerV1::UpdateClusterRequest] update_cluster_request_object
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
# Available to use for quota purposes for server-side applications. Can be any
# arbitrary string assigned to a user, but should not exceed 40 characters.
@@ -109,24 +109,108 @@
# @return [Google::Apis::ContainerV1::Operation]
#
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def start_cluster_ip_rotation(project_id, zone, cluster_id, start_ip_rotation_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
- command = make_simple_command(:post, 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}:startIpRotation', options)
- command.request_representation = Google::Apis::ContainerV1::StartIpRotationRequest::Representation
- command.request_object = start_ip_rotation_request_object
+ def update_cluster(project_id, zone, cluster_id, update_cluster_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
+ command = make_simple_command(:put, 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}', options)
+ command.request_representation = Google::Apis::ContainerV1::UpdateClusterRequest::Representation
+ command.request_object = update_cluster_request_object
command.response_representation = Google::Apis::ContainerV1::Operation::Representation
command.response_class = Google::Apis::ContainerV1::Operation
command.params['projectId'] = project_id unless project_id.nil?
command.params['zone'] = zone unless zone.nil?
command.params['clusterId'] = cluster_id unless cluster_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
execute_or_queue_command(command, &block)
end
+ # Sets the monitoring service of a specific cluster.
+ # @param [String] project_id
+ # The Google Developers Console [project ID or project
+ # number](https://support.google.com/cloud/answer/6158840).
+ # @param [String] zone
+ # The name of the Google Compute Engine
+ # [zone](/compute/docs/zones#available) in which the cluster
+ # resides.
+ # @param [String] cluster_id
+ # The name of the cluster to upgrade.
+ # @param [Google::Apis::ContainerV1::SetMonitoringServiceRequest] set_monitoring_service_request_object
+ # @param [String] fields
+ # Selector specifying which fields to include in a partial response.
+ # @param [String] quota_user
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
+ # @param [Google::Apis::RequestOptions] options
+ # Request-specific options
+ #
+ # @yield [result, err] Result & error if block supplied
+ # @yieldparam result [Google::Apis::ContainerV1::Operation] parsed result object
+ # @yieldparam err [StandardError] error object if request failed
+ #
+ # @return [Google::Apis::ContainerV1::Operation]
+ #
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
+ def monitoring_project_zone_cluster(project_id, zone, cluster_id, set_monitoring_service_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
+ command = make_simple_command(:post, 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/monitoring', options)
+ command.request_representation = Google::Apis::ContainerV1::SetMonitoringServiceRequest::Representation
+ command.request_object = set_monitoring_service_request_object
+ command.response_representation = Google::Apis::ContainerV1::Operation::Representation
+ command.response_class = Google::Apis::ContainerV1::Operation
+ command.params['projectId'] = project_id unless project_id.nil?
+ command.params['zone'] = zone unless zone.nil?
+ command.params['clusterId'] = cluster_id unless cluster_id.nil?
+ command.query['fields'] = fields unless fields.nil?
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
+ execute_or_queue_command(command, &block)
+ end
+
+ # Updates the master of a specific cluster.
+ # @param [String] project_id
+ # The Google Developers Console [project ID or project
+ # number](https://support.google.com/cloud/answer/6158840).
+ # @param [String] zone
+ # The name of the Google Compute Engine
+ # [zone](/compute/docs/zones#available) in which the cluster
+ # resides.
+ # @param [String] cluster_id
+ # The name of the cluster to upgrade.
+ # @param [Google::Apis::ContainerV1::UpdateMasterRequest] update_master_request_object
+ # @param [String] fields
+ # Selector specifying which fields to include in a partial response.
+ # @param [String] quota_user
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
+ # @param [Google::Apis::RequestOptions] options
+ # Request-specific options
+ #
+ # @yield [result, err] Result & error if block supplied
+ # @yieldparam result [Google::Apis::ContainerV1::Operation] parsed result object
+ # @yieldparam err [StandardError] error object if request failed
+ #
+ # @return [Google::Apis::ContainerV1::Operation]
+ #
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
+ def master_project_zone_cluster(project_id, zone, cluster_id, update_master_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
+ command = make_simple_command(:post, 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/master', options)
+ command.request_representation = Google::Apis::ContainerV1::UpdateMasterRequest::Representation
+ command.request_object = update_master_request_object
+ command.response_representation = Google::Apis::ContainerV1::Operation::Representation
+ command.response_class = Google::Apis::ContainerV1::Operation
+ command.params['projectId'] = project_id unless project_id.nil?
+ command.params['zone'] = zone unless zone.nil?
+ command.params['clusterId'] = cluster_id unless cluster_id.nil?
+ command.query['fields'] = fields unless fields.nil?
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
+ execute_or_queue_command(command, &block)
+ end
+
# Used to set master auth materials. Currently supports :-
# Changing the admin password of a specific cluster.
# This can be either via password generation or explicitly set the password.
# @param [String] project_id
# The Google Developers Console [project ID or project
@@ -167,26 +251,21 @@
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
execute_or_queue_command(command, &block)
end
- # Deletes the cluster, including the Kubernetes endpoint and all worker
- # nodes.
- # Firewalls and routes that were configured during cluster creation
- # are also deleted.
- # Other Google Compute Engine resources that might be in use by the cluster
- # (e.g. load balancer resources) will not be deleted if they weren't present
- # at the initial create time.
+ # Sets the logging service of a specific cluster.
# @param [String] project_id
# The Google Developers Console [project ID or project
# number](https://support.google.com/cloud/answer/6158840).
# @param [String] zone
# The name of the Google Compute Engine
# [zone](/compute/docs/zones#available) in which the cluster
# resides.
# @param [String] cluster_id
- # The name of the cluster to delete.
+ # The name of the cluster to upgrade.
+ # @param [Google::Apis::ContainerV1::SetLoggingServiceRequest] set_logging_service_request_object
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
# Available to use for quota purposes for server-side applications. Can be any
# arbitrary string assigned to a user, but should not exceed 40 characters.
@@ -200,12 +279,14 @@
# @return [Google::Apis::ContainerV1::Operation]
#
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def delete_zone_cluster(project_id, zone, cluster_id, fields: nil, quota_user: nil, options: nil, &block)
- command = make_simple_command(:delete, 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}', options)
+ def logging_project_zone_cluster(project_id, zone, cluster_id, set_logging_service_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
+ command = make_simple_command(:post, 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/logging', options)
+ command.request_representation = Google::Apis::ContainerV1::SetLoggingServiceRequest::Representation
+ command.request_object = set_logging_service_request_object
command.response_representation = Google::Apis::ContainerV1::Operation::Representation
command.response_class = Google::Apis::ContainerV1::Operation
command.params['projectId'] = project_id unless project_id.nil?
command.params['zone'] = zone unless zone.nil?
command.params['clusterId'] = cluster_id unless cluster_id.nil?
@@ -249,28 +330,21 @@
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
execute_or_queue_command(command, &block)
end
- # Creates a cluster, consisting of the specified number and type of Google
- # Compute Engine instances.
- # By default, the cluster is created in the project's
- # [default network](/compute/docs/networks-and-firewalls#networks).
- # One firewall is added for the cluster. After cluster creation,
- # the cluster creates routes for each node to allow the containers
- # on that node to communicate with all other instances in the
- # cluster.
- # Finally, an entry is added to the project's global metadata indicating
- # which CIDR range is being used by the cluster.
+ # Sets labels on a cluster.
# @param [String] project_id
# The Google Developers Console [project ID or project
- # number](https://support.google.com/cloud/answer/6158840).
+ # number](https://developers.google.com/console/help/new/#projectnumber).
# @param [String] zone
# The name of the Google Compute Engine
# [zone](/compute/docs/zones#available) in which the cluster
# resides.
- # @param [Google::Apis::ContainerV1::CreateClusterRequest] create_cluster_request_object
+ # @param [String] cluster_id
+ # The name of the cluster.
+ # @param [Google::Apis::ContainerV1::SetLabelsRequest] set_labels_request_object
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
# Available to use for quota purposes for server-side applications. Can be any
# arbitrary string assigned to a user, but should not exceed 40 characters.
@@ -284,34 +358,42 @@
# @return [Google::Apis::ContainerV1::Operation]
#
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def create_cluster(project_id, zone, create_cluster_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
- command = make_simple_command(:post, 'v1/projects/{projectId}/zones/{zone}/clusters', options)
- command.request_representation = Google::Apis::ContainerV1::CreateClusterRequest::Representation
- command.request_object = create_cluster_request_object
+ def resource_project_zone_cluster_labels(project_id, zone, cluster_id, set_labels_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
+ command = make_simple_command(:post, 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/resourceLabels', options)
+ command.request_representation = Google::Apis::ContainerV1::SetLabelsRequest::Representation
+ command.request_object = set_labels_request_object
command.response_representation = Google::Apis::ContainerV1::Operation::Representation
command.response_class = Google::Apis::ContainerV1::Operation
command.params['projectId'] = project_id unless project_id.nil?
command.params['zone'] = zone unless zone.nil?
+ command.params['clusterId'] = cluster_id unless cluster_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
execute_or_queue_command(command, &block)
end
- # Sets labels on a cluster.
+ # Creates a cluster, consisting of the specified number and type of Google
+ # Compute Engine instances.
+ # By default, the cluster is created in the project's
+ # [default network](/compute/docs/networks-and-firewalls#networks).
+ # One firewall is added for the cluster. After cluster creation,
+ # the cluster creates routes for each node to allow the containers
+ # on that node to communicate with all other instances in the
+ # cluster.
+ # Finally, an entry is added to the project's global metadata indicating
+ # which CIDR range is being used by the cluster.
# @param [String] project_id
# The Google Developers Console [project ID or project
- # number](https://developers.google.com/console/help/new/#projectnumber).
+ # number](https://support.google.com/cloud/answer/6158840).
# @param [String] zone
# The name of the Google Compute Engine
# [zone](/compute/docs/zones#available) in which the cluster
# resides.
- # @param [String] cluster_id
- # The name of the cluster.
- # @param [Google::Apis::ContainerV1::SetLabelsRequest] set_labels_request_object
+ # @param [Google::Apis::ContainerV1::CreateClusterRequest] create_cluster_request_object
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
# Available to use for quota purposes for server-side applications. Can be any
# arbitrary string assigned to a user, but should not exceed 40 characters.
@@ -325,19 +407,18 @@
# @return [Google::Apis::ContainerV1::Operation]
#
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def resource_project_zone_cluster_labels(project_id, zone, cluster_id, set_labels_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
- command = make_simple_command(:post, 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/resourceLabels', options)
- command.request_representation = Google::Apis::ContainerV1::SetLabelsRequest::Representation
- command.request_object = set_labels_request_object
+ def create_cluster(project_id, zone, create_cluster_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
+ command = make_simple_command(:post, 'v1/projects/{projectId}/zones/{zone}/clusters', options)
+ command.request_representation = Google::Apis::ContainerV1::CreateClusterRequest::Representation
+ command.request_object = create_cluster_request_object
command.response_representation = Google::Apis::ContainerV1::Operation::Representation
command.response_class = Google::Apis::ContainerV1::Operation
command.params['projectId'] = project_id unless project_id.nil?
command.params['zone'] = zone unless zone.nil?
- command.params['clusterId'] = cluster_id unless cluster_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
execute_or_queue_command(command, &block)
end
@@ -462,21 +543,21 @@
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
execute_or_queue_command(command, &block)
end
- # Updates the settings of a specific cluster.
+ # Enables/Disables Network Policy for a cluster.
# @param [String] project_id
# The Google Developers Console [project ID or project
- # number](https://support.google.com/cloud/answer/6158840).
+ # number](https://developers.google.com/console/help/new/#projectnumber).
# @param [String] zone
# The name of the Google Compute Engine
# [zone](/compute/docs/zones#available) in which the cluster
# resides.
# @param [String] cluster_id
- # The name of the cluster to upgrade.
- # @param [Google::Apis::ContainerV1::UpdateClusterRequest] update_cluster_request_object
+ # The name of the cluster.
+ # @param [Google::Apis::ContainerV1::SetNetworkPolicyRequest] set_network_policy_request_object
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
# Available to use for quota purposes for server-side applications. Can be any
# arbitrary string assigned to a user, but should not exceed 40 characters.
@@ -490,36 +571,35 @@
# @return [Google::Apis::ContainerV1::Operation]
#
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def update_cluster(project_id, zone, cluster_id, update_cluster_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
- command = make_simple_command(:put, 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}', options)
- command.request_representation = Google::Apis::ContainerV1::UpdateClusterRequest::Representation
- command.request_object = update_cluster_request_object
+ def set_cluster_network_policy(project_id, zone, cluster_id, set_network_policy_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
+ command = make_simple_command(:post, 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}:setNetworkPolicy', options)
+ command.request_representation = Google::Apis::ContainerV1::SetNetworkPolicyRequest::Representation
+ command.request_object = set_network_policy_request_object
command.response_representation = Google::Apis::ContainerV1::Operation::Representation
command.response_class = Google::Apis::ContainerV1::Operation
command.params['projectId'] = project_id unless project_id.nil?
command.params['zone'] = zone unless zone.nil?
command.params['clusterId'] = cluster_id unless cluster_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
execute_or_queue_command(command, &block)
end
- # Deletes a node pool from a cluster.
+ # Start master IP rotation.
# @param [String] project_id
# The Google Developers Console [project ID or project
# number](https://developers.google.com/console/help/new/#projectnumber).
# @param [String] zone
# The name of the Google Compute Engine
# [zone](/compute/docs/zones#available) in which the cluster
# resides.
# @param [String] cluster_id
# The name of the cluster.
- # @param [String] node_pool_id
- # The name of the node pool to delete.
+ # @param [Google::Apis::ContainerV1::StartIpRotationRequest] start_ip_rotation_request_object
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
# Available to use for quota purposes for server-side applications. Can be any
# arbitrary string assigned to a user, but should not exceed 40 characters.
@@ -533,36 +613,35 @@
# @return [Google::Apis::ContainerV1::Operation]
#
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def delete_project_zone_cluster_node_pool(project_id, zone, cluster_id, node_pool_id, fields: nil, quota_user: nil, options: nil, &block)
- command = make_simple_command(:delete, 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools/{nodePoolId}', options)
+ def start_cluster_ip_rotation(project_id, zone, cluster_id, start_ip_rotation_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
+ command = make_simple_command(:post, 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}:startIpRotation', options)
+ command.request_representation = Google::Apis::ContainerV1::StartIpRotationRequest::Representation
+ command.request_object = start_ip_rotation_request_object
command.response_representation = Google::Apis::ContainerV1::Operation::Representation
command.response_class = Google::Apis::ContainerV1::Operation
command.params['projectId'] = project_id unless project_id.nil?
command.params['zone'] = zone unless zone.nil?
command.params['clusterId'] = cluster_id unless cluster_id.nil?
- command.params['nodePoolId'] = node_pool_id unless node_pool_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
execute_or_queue_command(command, &block)
end
- # Sets the NodeManagement options for a node pool.
+ # Sets the addons of a specific cluster.
# @param [String] project_id
# The Google Developers Console [project ID or project
# number](https://support.google.com/cloud/answer/6158840).
# @param [String] zone
# The name of the Google Compute Engine
# [zone](/compute/docs/zones#available) in which the cluster
# resides.
# @param [String] cluster_id
- # The name of the cluster to update.
- # @param [String] node_pool_id
- # The name of the node pool to update.
- # @param [Google::Apis::ContainerV1::SetNodePoolManagementRequest] set_node_pool_management_request_object
+ # The name of the cluster to upgrade.
+ # @param [Google::Apis::ContainerV1::SetAddonsConfigRequest] set_addons_config_request_object
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
# Available to use for quota purposes for server-side applications. Can be any
# arbitrary string assigned to a user, but should not exceed 40 characters.
@@ -576,38 +655,40 @@
# @return [Google::Apis::ContainerV1::Operation]
#
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def set_project_zone_cluster_node_pool_management(project_id, zone, cluster_id, node_pool_id, set_node_pool_management_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
- command = make_simple_command(:post, 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools/{nodePoolId}/setManagement', options)
- command.request_representation = Google::Apis::ContainerV1::SetNodePoolManagementRequest::Representation
- command.request_object = set_node_pool_management_request_object
+ def addons_project_zone_cluster(project_id, zone, cluster_id, set_addons_config_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
+ command = make_simple_command(:post, 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/addons', options)
+ command.request_representation = Google::Apis::ContainerV1::SetAddonsConfigRequest::Representation
+ command.request_object = set_addons_config_request_object
command.response_representation = Google::Apis::ContainerV1::Operation::Representation
command.response_class = Google::Apis::ContainerV1::Operation
command.params['projectId'] = project_id unless project_id.nil?
command.params['zone'] = zone unless zone.nil?
command.params['clusterId'] = cluster_id unless cluster_id.nil?
- command.params['nodePoolId'] = node_pool_id unless node_pool_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
execute_or_queue_command(command, &block)
end
- # Sets the size of a specific node pool.
+ # Deletes the cluster, including the Kubernetes endpoint and all worker
+ # nodes.
+ # Firewalls and routes that were configured during cluster creation
+ # are also deleted.
+ # Other Google Compute Engine resources that might be in use by the cluster
+ # (e.g. load balancer resources) will not be deleted if they weren't present
+ # at the initial create time.
# @param [String] project_id
# The Google Developers Console [project ID or project
# number](https://support.google.com/cloud/answer/6158840).
# @param [String] zone
# The name of the Google Compute Engine
# [zone](/compute/docs/zones#available) in which the cluster
# resides.
# @param [String] cluster_id
- # The name of the cluster to update.
- # @param [String] node_pool_id
- # The name of the node pool to update.
- # @param [Google::Apis::ContainerV1::SetNodePoolSizeRequest] set_node_pool_size_request_object
+ # The name of the cluster to delete.
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
# Available to use for quota purposes for server-side applications. Can be any
# arbitrary string assigned to a user, but should not exceed 40 characters.
@@ -621,25 +702,64 @@
# @return [Google::Apis::ContainerV1::Operation]
#
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def set_project_zone_cluster_node_pool_size(project_id, zone, cluster_id, node_pool_id, set_node_pool_size_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
- command = make_simple_command(:post, 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools/{nodePoolId}/setSize', options)
- command.request_representation = Google::Apis::ContainerV1::SetNodePoolSizeRequest::Representation
- command.request_object = set_node_pool_size_request_object
+ def delete_zone_cluster(project_id, zone, cluster_id, fields: nil, quota_user: nil, options: nil, &block)
+ command = make_simple_command(:delete, 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}', options)
command.response_representation = Google::Apis::ContainerV1::Operation::Representation
command.response_class = Google::Apis::ContainerV1::Operation
command.params['projectId'] = project_id unless project_id.nil?
command.params['zone'] = zone unless zone.nil?
command.params['clusterId'] = cluster_id unless cluster_id.nil?
- command.params['nodePoolId'] = node_pool_id unless node_pool_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
execute_or_queue_command(command, &block)
end
+ # Sets the locations of a specific cluster.
+ # @param [String] project_id
+ # The Google Developers Console [project ID or project
+ # number](https://support.google.com/cloud/answer/6158840).
+ # @param [String] zone
+ # The name of the Google Compute Engine
+ # [zone](/compute/docs/zones#available) in which the cluster
+ # resides.
+ # @param [String] cluster_id
+ # The name of the cluster to upgrade.
+ # @param [Google::Apis::ContainerV1::SetLocationsRequest] set_locations_request_object
+ # @param [String] fields
+ # Selector specifying which fields to include in a partial response.
+ # @param [String] quota_user
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
+ # @param [Google::Apis::RequestOptions] options
+ # Request-specific options
+ #
+ # @yield [result, err] Result & error if block supplied
+ # @yieldparam result [Google::Apis::ContainerV1::Operation] parsed result object
+ # @yieldparam err [StandardError] error object if request failed
+ #
+ # @return [Google::Apis::ContainerV1::Operation]
+ #
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
+ def locations_project_zone_cluster(project_id, zone, cluster_id, set_locations_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
+ command = make_simple_command(:post, 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/locations', options)
+ command.request_representation = Google::Apis::ContainerV1::SetLocationsRequest::Representation
+ command.request_object = set_locations_request_object
+ command.response_representation = Google::Apis::ContainerV1::Operation::Representation
+ command.response_class = Google::Apis::ContainerV1::Operation
+ command.params['projectId'] = project_id unless project_id.nil?
+ command.params['zone'] = zone unless zone.nil?
+ command.params['clusterId'] = cluster_id unless cluster_id.nil?
+ command.query['fields'] = fields unless fields.nil?
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
+ execute_or_queue_command(command, &block)
+ end
+
# Lists the node pools for a cluster.
# @param [String] project_id
# The Google Developers Console [project ID or project
# number](https://developers.google.com/console/help/new/#projectnumber).
# @param [String] zone
@@ -763,10 +883,55 @@
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
execute_or_queue_command(command, &block)
end
+ # Sets the autoscaling settings of a specific node pool.
+ # @param [String] project_id
+ # The Google Developers Console [project ID or project
+ # number](https://support.google.com/cloud/answer/6158840).
+ # @param [String] zone
+ # The name of the Google Compute Engine
+ # [zone](/compute/docs/zones#available) in which the cluster
+ # resides.
+ # @param [String] cluster_id
+ # The name of the cluster to upgrade.
+ # @param [String] node_pool_id
+ # The name of the node pool to upgrade.
+ # @param [Google::Apis::ContainerV1::SetNodePoolAutoscalingRequest] set_node_pool_autoscaling_request_object
+ # @param [String] fields
+ # Selector specifying which fields to include in a partial response.
+ # @param [String] quota_user
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
+ # @param [Google::Apis::RequestOptions] options
+ # Request-specific options
+ #
+ # @yield [result, err] Result & error if block supplied
+ # @yieldparam result [Google::Apis::ContainerV1::Operation] parsed result object
+ # @yieldparam err [StandardError] error object if request failed
+ #
+ # @return [Google::Apis::ContainerV1::Operation]
+ #
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
+ def autoscaling_project_zone_cluster_node_pool(project_id, zone, cluster_id, node_pool_id, set_node_pool_autoscaling_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
+ command = make_simple_command(:post, 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools/{nodePoolId}/autoscaling', options)
+ command.request_representation = Google::Apis::ContainerV1::SetNodePoolAutoscalingRequest::Representation
+ command.request_object = set_node_pool_autoscaling_request_object
+ command.response_representation = Google::Apis::ContainerV1::Operation::Representation
+ command.response_class = Google::Apis::ContainerV1::Operation
+ command.params['projectId'] = project_id unless project_id.nil?
+ command.params['zone'] = zone unless zone.nil?
+ command.params['clusterId'] = cluster_id unless cluster_id.nil?
+ command.params['nodePoolId'] = node_pool_id unless node_pool_id.nil?
+ command.query['fields'] = fields unless fields.nil?
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
+ execute_or_queue_command(command, &block)
+ end
+
# Retrieves the node pool requested.
# @param [String] project_id
# The Google Developers Console [project ID or project
# number](https://developers.google.com/console/help/new/#projectnumber).
# @param [String] zone
@@ -805,43 +970,218 @@
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
execute_or_queue_command(command, &block)
end
- # Cancels the specified operation.
+ # Updates the version and/or image type of a specific node pool.
# @param [String] project_id
# The Google Developers Console [project ID or project
# number](https://support.google.com/cloud/answer/6158840).
# @param [String] zone
# The name of the Google Compute Engine
- # [zone](/compute/docs/zones#available) in which the operation resides.
+ # [zone](/compute/docs/zones#available) in which the cluster
+ # resides.
+ # @param [String] cluster_id
+ # The name of the cluster to upgrade.
+ # @param [String] node_pool_id
+ # The name of the node pool to upgrade.
+ # @param [Google::Apis::ContainerV1::UpdateNodePoolRequest] update_node_pool_request_object
+ # @param [String] fields
+ # Selector specifying which fields to include in a partial response.
+ # @param [String] quota_user
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
+ # @param [Google::Apis::RequestOptions] options
+ # Request-specific options
+ #
+ # @yield [result, err] Result & error if block supplied
+ # @yieldparam result [Google::Apis::ContainerV1::Operation] parsed result object
+ # @yieldparam err [StandardError] error object if request failed
+ #
+ # @return [Google::Apis::ContainerV1::Operation]
+ #
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
+ def update_node_pool(project_id, zone, cluster_id, node_pool_id, update_node_pool_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
+ command = make_simple_command(:post, 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools/{nodePoolId}/update', options)
+ command.request_representation = Google::Apis::ContainerV1::UpdateNodePoolRequest::Representation
+ command.request_object = update_node_pool_request_object
+ command.response_representation = Google::Apis::ContainerV1::Operation::Representation
+ command.response_class = Google::Apis::ContainerV1::Operation
+ command.params['projectId'] = project_id unless project_id.nil?
+ command.params['zone'] = zone unless zone.nil?
+ command.params['clusterId'] = cluster_id unless cluster_id.nil?
+ command.params['nodePoolId'] = node_pool_id unless node_pool_id.nil?
+ command.query['fields'] = fields unless fields.nil?
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
+ execute_or_queue_command(command, &block)
+ end
+
+ # Deletes a node pool from a cluster.
+ # @param [String] project_id
+ # The Google Developers Console [project ID or project
+ # number](https://developers.google.com/console/help/new/#projectnumber).
+ # @param [String] zone
+ # The name of the Google Compute Engine
+ # [zone](/compute/docs/zones#available) in which the cluster
+ # resides.
+ # @param [String] cluster_id
+ # The name of the cluster.
+ # @param [String] node_pool_id
+ # The name of the node pool to delete.
+ # @param [String] fields
+ # Selector specifying which fields to include in a partial response.
+ # @param [String] quota_user
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
+ # @param [Google::Apis::RequestOptions] options
+ # Request-specific options
+ #
+ # @yield [result, err] Result & error if block supplied
+ # @yieldparam result [Google::Apis::ContainerV1::Operation] parsed result object
+ # @yieldparam err [StandardError] error object if request failed
+ #
+ # @return [Google::Apis::ContainerV1::Operation]
+ #
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
+ def delete_project_zone_cluster_node_pool(project_id, zone, cluster_id, node_pool_id, fields: nil, quota_user: nil, options: nil, &block)
+ command = make_simple_command(:delete, 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools/{nodePoolId}', options)
+ command.response_representation = Google::Apis::ContainerV1::Operation::Representation
+ command.response_class = Google::Apis::ContainerV1::Operation
+ command.params['projectId'] = project_id unless project_id.nil?
+ command.params['zone'] = zone unless zone.nil?
+ command.params['clusterId'] = cluster_id unless cluster_id.nil?
+ command.params['nodePoolId'] = node_pool_id unless node_pool_id.nil?
+ command.query['fields'] = fields unless fields.nil?
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
+ execute_or_queue_command(command, &block)
+ end
+
+ # Sets the NodeManagement options for a node pool.
+ # @param [String] project_id
+ # The Google Developers Console [project ID or project
+ # number](https://support.google.com/cloud/answer/6158840).
+ # @param [String] zone
+ # The name of the Google Compute Engine
+ # [zone](/compute/docs/zones#available) in which the cluster
+ # resides.
+ # @param [String] cluster_id
+ # The name of the cluster to update.
+ # @param [String] node_pool_id
+ # The name of the node pool to update.
+ # @param [Google::Apis::ContainerV1::SetNodePoolManagementRequest] set_node_pool_management_request_object
+ # @param [String] fields
+ # Selector specifying which fields to include in a partial response.
+ # @param [String] quota_user
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
+ # @param [Google::Apis::RequestOptions] options
+ # Request-specific options
+ #
+ # @yield [result, err] Result & error if block supplied
+ # @yieldparam result [Google::Apis::ContainerV1::Operation] parsed result object
+ # @yieldparam err [StandardError] error object if request failed
+ #
+ # @return [Google::Apis::ContainerV1::Operation]
+ #
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
+ def set_project_zone_cluster_node_pool_management(project_id, zone, cluster_id, node_pool_id, set_node_pool_management_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
+ command = make_simple_command(:post, 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools/{nodePoolId}/setManagement', options)
+ command.request_representation = Google::Apis::ContainerV1::SetNodePoolManagementRequest::Representation
+ command.request_object = set_node_pool_management_request_object
+ command.response_representation = Google::Apis::ContainerV1::Operation::Representation
+ command.response_class = Google::Apis::ContainerV1::Operation
+ command.params['projectId'] = project_id unless project_id.nil?
+ command.params['zone'] = zone unless zone.nil?
+ command.params['clusterId'] = cluster_id unless cluster_id.nil?
+ command.params['nodePoolId'] = node_pool_id unless node_pool_id.nil?
+ command.query['fields'] = fields unless fields.nil?
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
+ execute_or_queue_command(command, &block)
+ end
+
+ # Sets the size of a specific node pool.
+ # @param [String] project_id
+ # The Google Developers Console [project ID or project
+ # number](https://support.google.com/cloud/answer/6158840).
+ # @param [String] zone
+ # The name of the Google Compute Engine
+ # [zone](/compute/docs/zones#available) in which the cluster
+ # resides.
+ # @param [String] cluster_id
+ # The name of the cluster to update.
+ # @param [String] node_pool_id
+ # The name of the node pool to update.
+ # @param [Google::Apis::ContainerV1::SetNodePoolSizeRequest] set_node_pool_size_request_object
+ # @param [String] fields
+ # Selector specifying which fields to include in a partial response.
+ # @param [String] quota_user
+ # Available to use for quota purposes for server-side applications. Can be any
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
+ # @param [Google::Apis::RequestOptions] options
+ # Request-specific options
+ #
+ # @yield [result, err] Result & error if block supplied
+ # @yieldparam result [Google::Apis::ContainerV1::Operation] parsed result object
+ # @yieldparam err [StandardError] error object if request failed
+ #
+ # @return [Google::Apis::ContainerV1::Operation]
+ #
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
+ def set_project_zone_cluster_node_pool_size(project_id, zone, cluster_id, node_pool_id, set_node_pool_size_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
+ command = make_simple_command(:post, 'v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools/{nodePoolId}/setSize', options)
+ command.request_representation = Google::Apis::ContainerV1::SetNodePoolSizeRequest::Representation
+ command.request_object = set_node_pool_size_request_object
+ command.response_representation = Google::Apis::ContainerV1::Operation::Representation
+ command.response_class = Google::Apis::ContainerV1::Operation
+ command.params['projectId'] = project_id unless project_id.nil?
+ command.params['zone'] = zone unless zone.nil?
+ command.params['clusterId'] = cluster_id unless cluster_id.nil?
+ command.params['nodePoolId'] = node_pool_id unless node_pool_id.nil?
+ command.query['fields'] = fields unless fields.nil?
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
+ execute_or_queue_command(command, &block)
+ end
+
+ # Gets the specified operation.
+ # @param [String] project_id
+ # The Google Developers Console [project ID or project
+ # number](https://support.google.com/cloud/answer/6158840).
+ # @param [String] zone
+ # The name of the Google Compute Engine
+ # [zone](/compute/docs/zones#available) in which the cluster
+ # resides.
# @param [String] operation_id
# The server-assigned `name` of the operation.
- # @param [Google::Apis::ContainerV1::CancelOperationRequest] cancel_operation_request_object
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
# Available to use for quota purposes for server-side applications. Can be any
# arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
# @yield [result, err] Result & error if block supplied
- # @yieldparam result [Google::Apis::ContainerV1::Empty] parsed result object
+ # @yieldparam result [Google::Apis::ContainerV1::Operation] parsed result object
# @yieldparam err [StandardError] error object if request failed
#
- # @return [Google::Apis::ContainerV1::Empty]
+ # @return [Google::Apis::ContainerV1::Operation]
#
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def cancel_operation(project_id, zone, operation_id, cancel_operation_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
- command = make_simple_command(:post, 'v1/projects/{projectId}/zones/{zone}/operations/{operationId}:cancel', options)
- command.request_representation = Google::Apis::ContainerV1::CancelOperationRequest::Representation
- command.request_object = cancel_operation_request_object
- command.response_representation = Google::Apis::ContainerV1::Empty::Representation
- command.response_class = Google::Apis::ContainerV1::Empty
+ def get_zone_operation(project_id, zone, operation_id, fields: nil, quota_user: nil, options: nil, &block)
+ command = make_simple_command(:get, 'v1/projects/{projectId}/zones/{zone}/operations/{operationId}', options)
+ command.response_representation = Google::Apis::ContainerV1::Operation::Representation
+ command.response_class = Google::Apis::ContainerV1::Operation
command.params['projectId'] = project_id unless project_id.nil?
command.params['zone'] = zone unless zone.nil?
command.params['operationId'] = operation_id unless operation_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
@@ -881,40 +1221,42 @@
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?
execute_or_queue_command(command, &block)
end
- # Gets the specified operation.
+ # Cancels the specified operation.
# @param [String] project_id
# The Google Developers Console [project ID or project
# number](https://support.google.com/cloud/answer/6158840).
# @param [String] zone
# The name of the Google Compute Engine
- # [zone](/compute/docs/zones#available) in which the cluster
- # resides.
+ # [zone](/compute/docs/zones#available) in which the operation resides.
# @param [String] operation_id
# The server-assigned `name` of the operation.
+ # @param [Google::Apis::ContainerV1::CancelOperationRequest] cancel_operation_request_object
# @param [String] fields
# Selector specifying which fields to include in a partial response.
# @param [String] quota_user
# Available to use for quota purposes for server-side applications. Can be any
# arbitrary string assigned to a user, but should not exceed 40 characters.
# @param [Google::Apis::RequestOptions] options
# Request-specific options
#
# @yield [result, err] Result & error if block supplied
- # @yieldparam result [Google::Apis::ContainerV1::Operation] parsed result object
+ # @yieldparam result [Google::Apis::ContainerV1::Empty] parsed result object
# @yieldparam err [StandardError] error object if request failed
#
- # @return [Google::Apis::ContainerV1::Operation]
+ # @return [Google::Apis::ContainerV1::Empty]
#
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
# @raise [Google::Apis::AuthorizationError] Authorization is required
- def get_zone_operation(project_id, zone, operation_id, fields: nil, quota_user: nil, options: nil, &block)
- command = make_simple_command(:get, 'v1/projects/{projectId}/zones/{zone}/operations/{operationId}', options)
- command.response_representation = Google::Apis::ContainerV1::Operation::Representation
- command.response_class = Google::Apis::ContainerV1::Operation
+ def cancel_operation(project_id, zone, operation_id, cancel_operation_request_object = nil, fields: nil, quota_user: nil, options: nil, &block)
+ command = make_simple_command(:post, 'v1/projects/{projectId}/zones/{zone}/operations/{operationId}:cancel', options)
+ command.request_representation = Google::Apis::ContainerV1::CancelOperationRequest::Representation
+ command.request_object = cancel_operation_request_object
+ command.response_representation = Google::Apis::ContainerV1::Empty::Representation
+ command.response_class = Google::Apis::ContainerV1::Empty
command.params['projectId'] = project_id unless project_id.nil?
command.params['zone'] = zone unless zone.nil?
command.params['operationId'] = operation_id unless operation_id.nil?
command.query['fields'] = fields unless fields.nil?
command.query['quotaUser'] = quota_user unless quota_user.nil?