generated/google/apis/container_v1/service.rb in google-api-client-0.9.4 vs generated/google/apis/container_v1/service.rb in google-api-client-0.9.5

- old
+ new

@@ -20,12 +20,12 @@ module Google module Apis module ContainerV1 # Google Container Engine API # - # The Google Container Engine API is used for building and managing container - # based applications, powered by the open source Kubernetes technology. + # Builds and manages clusters that run container-based applications, powered by + # open source Kubernetes technology. # # @example # require 'google/apis/container_v1' # # Container = Google::Apis::ContainerV1 # Alias the module @@ -47,15 +47,15 @@ super('https://container.googleapis.com/', '') end # Returns configuration info about the Container Engine service. # @param [String] project_id - # The Google Developers Console [project ID or project number](https:// - # developers.google.com/console/help/new/#projectnumber). + # 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) to - # return operations for, or "-" for all zones. + # return operations for. # @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. @@ -83,12 +83,12 @@ end # Lists all clusters owned by a project in either the specified zone or all # zones. # @param [String] project_id - # The Google Developers Console [project ID or project number](https:// - # developers.google.com/console/help/new/#projectnumber). + # 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, or "-" for all zones. # @param [String] fields # Selector specifying which fields to include in a partial response. @@ -116,14 +116,14 @@ command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end - # Gets a specific cluster. + # Gets the details 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). + # 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 retrieve. @@ -155,20 +155,19 @@ 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, plus a Kubernetes master endpoint. By default, the - # cluster is created in the project's [default network](/compute/docs/networking# - # networks_1). 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. + # 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). + # 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 [Google::Apis::ContainerV1::CreateClusterRequest] create_cluster_request_object # @param [String] fields @@ -199,14 +198,14 @@ command.query['fields'] = fields unless fields.nil? command.query['quotaUser'] = quota_user unless quota_user.nil? execute_or_queue_command(command, &block) end - # Update settings of a specific cluster. + # 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). + # 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. @@ -242,14 +241,16 @@ 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. + # 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:// - # developers.google.com/console/help/new/#projectnumber). + # 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. @@ -282,15 +283,15 @@ execute_or_queue_command(command, &block) end # Lists all operations in a project in a specific zone or all zones. # @param [String] project_id - # The Google Developers Console [project ID or project number](https:// - # developers.google.com/console/help/new/#projectnumber). + # 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) to - # return operations for, or "-" for all zones. + # return operations for, or `-` for all zones. # @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. @@ -317,11 +318,11 @@ 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:// - # developers.google.com/console/help/new/#projectnumber). + # 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.