google_api_container v0.0.1 GoogleApi.Container.V1.Api.Projects View Source

API calls for all endpoints tagged Projects.

Link to this section Summary

Functions

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. 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

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

Enables or disables the ABAC authorization mechanism on a cluster

Lists all clusters owned by a project in either the specified zone or all zones

Roll back the previously Aborted or Failed NodePool upgrade. This will be an no-op if the last upgrade successfully completed

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

Returns configuration info about the Container Engine service

Lists all operations in a project in a specific zone or all zones

Link to this section Functions

Link to this function container_projects_zones_clusters_addons(connection, project_id, zone, cluster_id, opts \\ []) View Source
container_projects_zones_clusters_addons(Tesla.Env.client, String.t, String.t, String.t, keyword) ::
  {:ok, GoogleApi.Container.V1.Model.Operation.t} |
  {:error, Tesla.Env.t}

Sets the addons of a specific cluster.

Parameters

  • connection (GoogleApi.Container.V1.Connection): Connection to server
  • project_id (String): The Google Developers Console project ID or project number.
  • zone (String): The name of the Google Compute Engine zone in which the cluster resides.
  • cluster_id (String): The name of the cluster to upgrade.
  • opts (KeywordList): [optional] Optional parameters

    • :upload_protocol (String): Upload protocol for media (e.g. "raw", "multipart").
    • :pretty_print (Boolean): Returns response with indentations and line breaks.
    • :fields (String): Selector specifying which fields to include in a partial response.
    • :upload_type (String): Legacy upload protocol for media (e.g. "media", "multipart").
    • :__/xgafv (String): V1 error format.
    • :callback (String): JSONP
    • :alt (String): Data format for response.
    • :key (String): API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
    • :access_token (String): OAuth access token.
    • :quota_user (String): 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.
    • :pp (Boolean): Pretty-print response.
    • :bearer_token (String): OAuth bearer token.
    • :oauth_token (String): OAuth 2.0 token for the current user.
    • :body (SetAddonsConfigRequest):

Returns

{:ok, %GoogleApi.Container.V1.Model.Operation{}} on success {:error, info} on failure

Link to this function container_projects_zones_clusters_complete_ip_rotation(connection, project_id, zone, cluster_id, opts \\ []) View Source
container_projects_zones_clusters_complete_ip_rotation(Tesla.Env.client, String.t, String.t, String.t, keyword) ::
  {:ok, GoogleApi.Container.V1.Model.Operation.t} |
  {:error, Tesla.Env.t}

Completes master IP rotation.

Parameters

  • connection (GoogleApi.Container.V1.Connection): Connection to server
  • project_id (String): The Google Developers Console project ID or project number.
  • zone (String): The name of the Google Compute Engine zone in which the cluster resides.
  • cluster_id (String): The name of the cluster.
  • opts (KeywordList): [optional] Optional parameters

    • :upload_protocol (String): Upload protocol for media (e.g. "raw", "multipart").
    • :pretty_print (Boolean): Returns response with indentations and line breaks.
    • :fields (String): Selector specifying which fields to include in a partial response.
    • :upload_type (String): Legacy upload protocol for media (e.g. "media", "multipart").
    • :__/xgafv (String): V1 error format.
    • :callback (String): JSONP
    • :alt (String): Data format for response.
    • :key (String): API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
    • :access_token (String): OAuth access token.
    • :quota_user (String): 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.
    • :pp (Boolean): Pretty-print response.
    • :bearer_token (String): OAuth bearer token.
    • :oauth_token (String): OAuth 2.0 token for the current user.
    • :body (CompleteIpRotationRequest):

Returns

{:ok, %GoogleApi.Container.V1.Model.Operation{}} on success {:error, info} on failure

Link to this function container_projects_zones_clusters_create(connection, project_id, zone, opts \\ []) View Source
container_projects_zones_clusters_create(Tesla.Env.client, String.t, String.t, keyword) ::
  {:ok, GoogleApi.Container.V1.Model.Operation.t} |
  {:error, Tesla.Env.t}

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. 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.

Parameters

  • connection (GoogleApi.Container.V1.Connection): Connection to server
  • project_id (String): The Google Developers Console project ID or project number.
  • zone (String): The name of the Google Compute Engine zone in which the cluster resides.
  • opts (KeywordList): [optional] Optional parameters

    • :upload_protocol (String): Upload protocol for media (e.g. "raw", "multipart").
    • :pretty_print (Boolean): Returns response with indentations and line breaks.
    • :fields (String): Selector specifying which fields to include in a partial response.
    • :upload_type (String): Legacy upload protocol for media (e.g. "media", "multipart").
    • :__/xgafv (String): V1 error format.
    • :callback (String): JSONP
    • :alt (String): Data format for response.
    • :key (String): API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
    • :access_token (String): OAuth access token.
    • :quota_user (String): 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.
    • :pp (Boolean): Pretty-print response.
    • :bearer_token (String): OAuth bearer token.
    • :oauth_token (String): OAuth 2.0 token for the current user.
    • :body (CreateClusterRequest):

Returns

{:ok, %GoogleApi.Container.V1.Model.Operation{}} on success {:error, info} on failure

Link to this function container_projects_zones_clusters_delete(connection, project_id, zone, cluster_id, opts \\ []) View Source
container_projects_zones_clusters_delete(Tesla.Env.client, String.t, String.t, String.t, keyword) ::
  {:ok, GoogleApi.Container.V1.Model.Operation.t} |
  {:error, Tesla.Env.t}

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.

Parameters

  • connection (GoogleApi.Container.V1.Connection): Connection to server
  • project_id (String): The Google Developers Console project ID or project number.
  • zone (String): The name of the Google Compute Engine zone in which the cluster resides.
  • cluster_id (String): The name of the cluster to delete.
  • opts (KeywordList): [optional] Optional parameters

    • :upload_protocol (String): Upload protocol for media (e.g. "raw", "multipart").
    • :pretty_print (Boolean): Returns response with indentations and line breaks.
    • :fields (String): Selector specifying which fields to include in a partial response.
    • :upload_type (String): Legacy upload protocol for media (e.g. "media", "multipart").
    • :__/xgafv (String): V1 error format.
    • :callback (String): JSONP
    • :alt (String): Data format for response.
    • :key (String): API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
    • :access_token (String): OAuth access token.
    • :quota_user (String): 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.
    • :pp (Boolean): Pretty-print response.
    • :bearer_token (String): OAuth bearer token.
    • :oauth_token (String): OAuth 2.0 token for the current user.

Returns

{:ok, %GoogleApi.Container.V1.Model.Operation{}} on success {:error, info} on failure

Link to this function container_projects_zones_clusters_get(connection, project_id, zone, cluster_id, opts \\ []) View Source
container_projects_zones_clusters_get(Tesla.Env.client, String.t, String.t, String.t, keyword) ::
  {:ok, GoogleApi.Container.V1.Model.Cluster.t} |
  {:error, Tesla.Env.t}

Gets the details of a specific cluster.

Parameters

  • connection (GoogleApi.Container.V1.Connection): Connection to server
  • project_id (String): The Google Developers Console project ID or project number.
  • zone (String): The name of the Google Compute Engine zone in which the cluster resides.
  • cluster_id (String): The name of the cluster to retrieve.
  • opts (KeywordList): [optional] Optional parameters

    • :upload_protocol (String): Upload protocol for media (e.g. "raw", "multipart").
    • :pretty_print (Boolean): Returns response with indentations and line breaks.
    • :fields (String): Selector specifying which fields to include in a partial response.
    • :upload_type (String): Legacy upload protocol for media (e.g. "media", "multipart").
    • :__/xgafv (String): V1 error format.
    • :callback (String): JSONP
    • :alt (String): Data format for response.
    • :key (String): API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
    • :access_token (String): OAuth access token.
    • :quota_user (String): 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.
    • :pp (Boolean): Pretty-print response.
    • :bearer_token (String): OAuth bearer token.
    • :oauth_token (String): OAuth 2.0 token for the current user.

Returns

{:ok, %GoogleApi.Container.V1.Model.Cluster{}} on success {:error, info} on failure

Link to this function container_projects_zones_clusters_legacy_abac(connection, project_id, zone, cluster_id, opts \\ []) View Source
container_projects_zones_clusters_legacy_abac(Tesla.Env.client, String.t, String.t, String.t, keyword) ::
  {:ok, GoogleApi.Container.V1.Model.Operation.t} |
  {:error, Tesla.Env.t}

Enables or disables the ABAC authorization mechanism on a cluster.

Parameters

  • connection (GoogleApi.Container.V1.Connection): Connection to server
  • project_id (String): The Google Developers Console project ID or project number.
  • zone (String): The name of the Google Compute Engine zone in which the cluster resides.
  • cluster_id (String): The name of the cluster to update.
  • opts (KeywordList): [optional] Optional parameters

    • :upload_protocol (String): Upload protocol for media (e.g. "raw", "multipart").
    • :pretty_print (Boolean): Returns response with indentations and line breaks.
    • :fields (String): Selector specifying which fields to include in a partial response.
    • :upload_type (String): Legacy upload protocol for media (e.g. "media", "multipart").
    • :__/xgafv (String): V1 error format.
    • :callback (String): JSONP
    • :alt (String): Data format for response.
    • :key (String): API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
    • :access_token (String): OAuth access token.
    • :quota_user (String): 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.
    • :pp (Boolean): Pretty-print response.
    • :bearer_token (String): OAuth bearer token.
    • :oauth_token (String): OAuth 2.0 token for the current user.
    • :body (SetLegacyAbacRequest):

Returns

{:ok, %GoogleApi.Container.V1.Model.Operation{}} on success {:error, info} on failure

Link to this function container_projects_zones_clusters_list(connection, project_id, zone, opts \\ []) View Source
container_projects_zones_clusters_list(Tesla.Env.client, String.t, String.t, keyword) ::
  {:ok, GoogleApi.Container.V1.Model.ListClustersResponse.t} |
  {:error, Tesla.Env.t}

Lists all clusters owned by a project in either the specified zone or all zones.

Parameters

  • connection (GoogleApi.Container.V1.Connection): Connection to server
  • project_id (String): The Google Developers Console project ID or project number.
  • zone (String): The name of the Google Compute Engine zone in which the cluster resides, or "-" for all zones.
  • opts (KeywordList): [optional] Optional parameters

    • :upload_protocol (String): Upload protocol for media (e.g. "raw", "multipart").
    • :pretty_print (Boolean): Returns response with indentations and line breaks.
    • :fields (String): Selector specifying which fields to include in a partial response.
    • :upload_type (String): Legacy upload protocol for media (e.g. "media", "multipart").
    • :__/xgafv (String): V1 error format.
    • :callback (String): JSONP
    • :alt (String): Data format for response.
    • :key (String): API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
    • :access_token (String): OAuth access token.
    • :quota_user (String): 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.
    • :pp (Boolean): Pretty-print response.
    • :bearer_token (String): OAuth bearer token.
    • :oauth_token (String): OAuth 2.0 token for the current user.

Returns

{:ok, %GoogleApi.Container.V1.Model.ListClustersResponse{}} on success {:error, info} on failure

Link to this function container_projects_zones_clusters_locations(connection, project_id, zone, cluster_id, opts \\ []) View Source
container_projects_zones_clusters_locations(Tesla.Env.client, String.t, String.t, String.t, keyword) ::
  {:ok, GoogleApi.Container.V1.Model.Operation.t} |
  {:error, Tesla.Env.t}

Sets the locations of a specific cluster.

Parameters

  • connection (GoogleApi.Container.V1.Connection): Connection to server
  • project_id (String): The Google Developers Console project ID or project number.
  • zone (String): The name of the Google Compute Engine zone in which the cluster resides.
  • cluster_id (String): The name of the cluster to upgrade.
  • opts (KeywordList): [optional] Optional parameters

    • :upload_protocol (String): Upload protocol for media (e.g. "raw", "multipart").
    • :pretty_print (Boolean): Returns response with indentations and line breaks.
    • :fields (String): Selector specifying which fields to include in a partial response.
    • :upload_type (String): Legacy upload protocol for media (e.g. "media", "multipart").
    • :__/xgafv (String): V1 error format.
    • :callback (String): JSONP
    • :alt (String): Data format for response.
    • :key (String): API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
    • :access_token (String): OAuth access token.
    • :quota_user (String): 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.
    • :pp (Boolean): Pretty-print response.
    • :bearer_token (String): OAuth bearer token.
    • :oauth_token (String): OAuth 2.0 token for the current user.
    • :body (SetLocationsRequest):

Returns

{:ok, %GoogleApi.Container.V1.Model.Operation{}} on success {:error, info} on failure

Link to this function container_projects_zones_clusters_logging(connection, project_id, zone, cluster_id, opts \\ []) View Source
container_projects_zones_clusters_logging(Tesla.Env.client, String.t, String.t, String.t, keyword) ::
  {:ok, GoogleApi.Container.V1.Model.Operation.t} |
  {:error, Tesla.Env.t}

Sets the logging service of a specific cluster.

Parameters

  • connection (GoogleApi.Container.V1.Connection): Connection to server
  • project_id (String): The Google Developers Console project ID or project number.
  • zone (String): The name of the Google Compute Engine zone in which the cluster resides.
  • cluster_id (String): The name of the cluster to upgrade.
  • opts (KeywordList): [optional] Optional parameters

    • :upload_protocol (String): Upload protocol for media (e.g. "raw", "multipart").
    • :pretty_print (Boolean): Returns response with indentations and line breaks.
    • :fields (String): Selector specifying which fields to include in a partial response.
    • :upload_type (String): Legacy upload protocol for media (e.g. "media", "multipart").
    • :__/xgafv (String): V1 error format.
    • :callback (String): JSONP
    • :alt (String): Data format for response.
    • :key (String): API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
    • :access_token (String): OAuth access token.
    • :quota_user (String): 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.
    • :pp (Boolean): Pretty-print response.
    • :bearer_token (String): OAuth bearer token.
    • :oauth_token (String): OAuth 2.0 token for the current user.
    • :body (SetLoggingServiceRequest):

Returns

{:ok, %GoogleApi.Container.V1.Model.Operation{}} on success {:error, info} on failure

Link to this function container_projects_zones_clusters_master(connection, project_id, zone, cluster_id, opts \\ []) View Source
container_projects_zones_clusters_master(Tesla.Env.client, String.t, String.t, String.t, keyword) ::
  {:ok, GoogleApi.Container.V1.Model.Operation.t} |
  {:error, Tesla.Env.t}

Updates the master of a specific cluster.

Parameters

  • connection (GoogleApi.Container.V1.Connection): Connection to server
  • project_id (String): The Google Developers Console project ID or project number.
  • zone (String): The name of the Google Compute Engine zone in which the cluster resides.
  • cluster_id (String): The name of the cluster to upgrade.
  • opts (KeywordList): [optional] Optional parameters

    • :upload_protocol (String): Upload protocol for media (e.g. "raw", "multipart").
    • :pretty_print (Boolean): Returns response with indentations and line breaks.
    • :fields (String): Selector specifying which fields to include in a partial response.
    • :upload_type (String): Legacy upload protocol for media (e.g. "media", "multipart").
    • :__/xgafv (String): V1 error format.
    • :callback (String): JSONP
    • :alt (String): Data format for response.
    • :key (String): API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
    • :access_token (String): OAuth access token.
    • :quota_user (String): 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.
    • :pp (Boolean): Pretty-print response.
    • :bearer_token (String): OAuth bearer token.
    • :oauth_token (String): OAuth 2.0 token for the current user.
    • :body (UpdateMasterRequest):

Returns

{:ok, %GoogleApi.Container.V1.Model.Operation{}} on success {:error, info} on failure

Link to this function container_projects_zones_clusters_monitoring(connection, project_id, zone, cluster_id, opts \\ []) View Source
container_projects_zones_clusters_monitoring(Tesla.Env.client, String.t, String.t, String.t, keyword) ::
  {:ok, GoogleApi.Container.V1.Model.Operation.t} |
  {:error, Tesla.Env.t}

Sets the monitoring service of a specific cluster.

Parameters

  • connection (GoogleApi.Container.V1.Connection): Connection to server
  • project_id (String): The Google Developers Console project ID or project number.
  • zone (String): The name of the Google Compute Engine zone in which the cluster resides.
  • cluster_id (String): The name of the cluster to upgrade.
  • opts (KeywordList): [optional] Optional parameters

    • :upload_protocol (String): Upload protocol for media (e.g. "raw", "multipart").
    • :pretty_print (Boolean): Returns response with indentations and line breaks.
    • :fields (String): Selector specifying which fields to include in a partial response.
    • :upload_type (String): Legacy upload protocol for media (e.g. "media", "multipart").
    • :__/xgafv (String): V1 error format.
    • :callback (String): JSONP
    • :alt (String): Data format for response.
    • :key (String): API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
    • :access_token (String): OAuth access token.
    • :quota_user (String): 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.
    • :pp (Boolean): Pretty-print response.
    • :bearer_token (String): OAuth bearer token.
    • :oauth_token (String): OAuth 2.0 token for the current user.
    • :body (SetMonitoringServiceRequest):

Returns

{:ok, %GoogleApi.Container.V1.Model.Operation{}} on success {:error, info} on failure

Link to this function container_projects_zones_clusters_node_pools_autoscaling(connection, project_id, zone, cluster_id, node_pool_id, opts \\ []) View Source
container_projects_zones_clusters_node_pools_autoscaling(Tesla.Env.client, String.t, String.t, String.t, String.t, keyword) ::
  {:ok, GoogleApi.Container.V1.Model.Operation.t} |
  {:error, Tesla.Env.t}

Sets the autoscaling settings of a specific node pool.

Parameters

  • connection (GoogleApi.Container.V1.Connection): Connection to server
  • project_id (String): The Google Developers Console project ID or project number.
  • zone (String): The name of the Google Compute Engine zone in which the cluster resides.
  • cluster_id (String): The name of the cluster to upgrade.
  • node_pool_id (String): The name of the node pool to upgrade.
  • opts (KeywordList): [optional] Optional parameters

    • :upload_protocol (String): Upload protocol for media (e.g. "raw", "multipart").
    • :pretty_print (Boolean): Returns response with indentations and line breaks.
    • :fields (String): Selector specifying which fields to include in a partial response.
    • :upload_type (String): Legacy upload protocol for media (e.g. "media", "multipart").
    • :__/xgafv (String): V1 error format.
    • :callback (String): JSONP
    • :alt (String): Data format for response.
    • :key (String): API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
    • :access_token (String): OAuth access token.
    • :quota_user (String): 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.
    • :pp (Boolean): Pretty-print response.
    • :bearer_token (String): OAuth bearer token.
    • :oauth_token (String): OAuth 2.0 token for the current user.
    • :body (SetNodePoolAutoscalingRequest):

Returns

{:ok, %GoogleApi.Container.V1.Model.Operation{}} on success {:error, info} on failure

Link to this function container_projects_zones_clusters_node_pools_create(connection, project_id, zone, cluster_id, opts \\ []) View Source
container_projects_zones_clusters_node_pools_create(Tesla.Env.client, String.t, String.t, String.t, keyword) ::
  {:ok, GoogleApi.Container.V1.Model.Operation.t} |
  {:error, Tesla.Env.t}

Creates a node pool for a cluster.

Parameters

  • connection (GoogleApi.Container.V1.Connection): Connection to server
  • project_id (String): The Google Developers Console project ID or project number.
  • zone (String): The name of the Google Compute Engine zone in which the cluster resides.
  • cluster_id (String): The name of the cluster.
  • opts (KeywordList): [optional] Optional parameters

    • :upload_protocol (String): Upload protocol for media (e.g. "raw", "multipart").
    • :pretty_print (Boolean): Returns response with indentations and line breaks.
    • :fields (String): Selector specifying which fields to include in a partial response.
    • :upload_type (String): Legacy upload protocol for media (e.g. "media", "multipart").
    • :__/xgafv (String): V1 error format.
    • :callback (String): JSONP
    • :alt (String): Data format for response.
    • :key (String): API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
    • :access_token (String): OAuth access token.
    • :quota_user (String): 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.
    • :pp (Boolean): Pretty-print response.
    • :bearer_token (String): OAuth bearer token.
    • :oauth_token (String): OAuth 2.0 token for the current user.
    • :body (CreateNodePoolRequest):

Returns

{:ok, %GoogleApi.Container.V1.Model.Operation{}} on success {:error, info} on failure

Link to this function container_projects_zones_clusters_node_pools_delete(connection, project_id, zone, cluster_id, node_pool_id, opts \\ []) View Source
container_projects_zones_clusters_node_pools_delete(Tesla.Env.client, String.t, String.t, String.t, String.t, keyword) ::
  {:ok, GoogleApi.Container.V1.Model.Operation.t} |
  {:error, Tesla.Env.t}

Deletes a node pool from a cluster.

Parameters

  • connection (GoogleApi.Container.V1.Connection): Connection to server
  • project_id (String): The Google Developers Console project ID or project number.
  • zone (String): The name of the Google Compute Engine zone in which the cluster resides.
  • cluster_id (String): The name of the cluster.
  • node_pool_id (String): The name of the node pool to delete.
  • opts (KeywordList): [optional] Optional parameters

    • :upload_protocol (String): Upload protocol for media (e.g. "raw", "multipart").
    • :pretty_print (Boolean): Returns response with indentations and line breaks.
    • :fields (String): Selector specifying which fields to include in a partial response.
    • :upload_type (String): Legacy upload protocol for media (e.g. "media", "multipart").
    • :__/xgafv (String): V1 error format.
    • :callback (String): JSONP
    • :alt (String): Data format for response.
    • :key (String): API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
    • :access_token (String): OAuth access token.
    • :quota_user (String): 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.
    • :pp (Boolean): Pretty-print response.
    • :bearer_token (String): OAuth bearer token.
    • :oauth_token (String): OAuth 2.0 token for the current user.

Returns

{:ok, %GoogleApi.Container.V1.Model.Operation{}} on success {:error, info} on failure

Link to this function container_projects_zones_clusters_node_pools_get(connection, project_id, zone, cluster_id, node_pool_id, opts \\ []) View Source
container_projects_zones_clusters_node_pools_get(Tesla.Env.client, String.t, String.t, String.t, String.t, keyword) ::
  {:ok, GoogleApi.Container.V1.Model.NodePool.t} |
  {:error, Tesla.Env.t}

Retrieves the node pool requested.

Parameters

  • connection (GoogleApi.Container.V1.Connection): Connection to server
  • project_id (String): The Google Developers Console project ID or project number.
  • zone (String): The name of the Google Compute Engine zone in which the cluster resides.
  • cluster_id (String): The name of the cluster.
  • node_pool_id (String): The name of the node pool.
  • opts (KeywordList): [optional] Optional parameters

    • :upload_protocol (String): Upload protocol for media (e.g. "raw", "multipart").
    • :pretty_print (Boolean): Returns response with indentations and line breaks.
    • :fields (String): Selector specifying which fields to include in a partial response.
    • :upload_type (String): Legacy upload protocol for media (e.g. "media", "multipart").
    • :__/xgafv (String): V1 error format.
    • :callback (String): JSONP
    • :alt (String): Data format for response.
    • :key (String): API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
    • :access_token (String): OAuth access token.
    • :quota_user (String): 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.
    • :pp (Boolean): Pretty-print response.
    • :bearer_token (String): OAuth bearer token.
    • :oauth_token (String): OAuth 2.0 token for the current user.

Returns

{:ok, %GoogleApi.Container.V1.Model.NodePool{}} on success {:error, info} on failure

Link to this function container_projects_zones_clusters_node_pools_list(connection, project_id, zone, cluster_id, opts \\ []) View Source
container_projects_zones_clusters_node_pools_list(Tesla.Env.client, String.t, String.t, String.t, keyword) ::
  {:ok, GoogleApi.Container.V1.Model.ListNodePoolsResponse.t} |
  {:error, Tesla.Env.t}

Lists the node pools for a cluster.

Parameters

  • connection (GoogleApi.Container.V1.Connection): Connection to server
  • project_id (String): The Google Developers Console project ID or project number.
  • zone (String): The name of the Google Compute Engine zone in which the cluster resides.
  • cluster_id (String): The name of the cluster.
  • opts (KeywordList): [optional] Optional parameters

    • :upload_protocol (String): Upload protocol for media (e.g. "raw", "multipart").
    • :pretty_print (Boolean): Returns response with indentations and line breaks.
    • :fields (String): Selector specifying which fields to include in a partial response.
    • :upload_type (String): Legacy upload protocol for media (e.g. "media", "multipart").
    • :__/xgafv (String): V1 error format.
    • :callback (String): JSONP
    • :alt (String): Data format for response.
    • :key (String): API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
    • :access_token (String): OAuth access token.
    • :quota_user (String): 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.
    • :pp (Boolean): Pretty-print response.
    • :bearer_token (String): OAuth bearer token.
    • :oauth_token (String): OAuth 2.0 token for the current user.

Returns

{:ok, %GoogleApi.Container.V1.Model.ListNodePoolsResponse{}} on success {:error, info} on failure

Link to this function container_projects_zones_clusters_node_pools_rollback(connection, project_id, zone, cluster_id, node_pool_id, opts \\ []) View Source
container_projects_zones_clusters_node_pools_rollback(Tesla.Env.client, String.t, String.t, String.t, String.t, keyword) ::
  {:ok, GoogleApi.Container.V1.Model.Operation.t} |
  {:error, Tesla.Env.t}

Roll back the previously Aborted or Failed NodePool upgrade. This will be an no-op if the last upgrade successfully completed.

Parameters

  • connection (GoogleApi.Container.V1.Connection): Connection to server
  • project_id (String): The Google Developers Console project ID or project number.
  • zone (String): The name of the Google Compute Engine zone in which the cluster resides.
  • cluster_id (String): The name of the cluster to rollback.
  • node_pool_id (String): The name of the node pool to rollback.
  • opts (KeywordList): [optional] Optional parameters

    • :upload_protocol (String): Upload protocol for media (e.g. "raw", "multipart").
    • :pretty_print (Boolean): Returns response with indentations and line breaks.
    • :fields (String): Selector specifying which fields to include in a partial response.
    • :upload_type (String): Legacy upload protocol for media (e.g. "media", "multipart").
    • :__/xgafv (String): V1 error format.
    • :callback (String): JSONP
    • :alt (String): Data format for response.
    • :key (String): API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
    • :access_token (String): OAuth access token.
    • :quota_user (String): 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.
    • :pp (Boolean): Pretty-print response.
    • :bearer_token (String): OAuth bearer token.
    • :oauth_token (String): OAuth 2.0 token for the current user.
    • :body (RollbackNodePoolUpgradeRequest):

Returns

{:ok, %GoogleApi.Container.V1.Model.Operation{}} on success {:error, info} on failure

Link to this function container_projects_zones_clusters_node_pools_set_management(connection, project_id, zone, cluster_id, node_pool_id, opts \\ []) View Source
container_projects_zones_clusters_node_pools_set_management(Tesla.Env.client, String.t, String.t, String.t, String.t, keyword) ::
  {:ok, GoogleApi.Container.V1.Model.Operation.t} |
  {:error, Tesla.Env.t}

Sets the NodeManagement options for a node pool.

Parameters

  • connection (GoogleApi.Container.V1.Connection): Connection to server
  • project_id (String): The Google Developers Console project ID or project number.
  • zone (String): The name of the Google Compute Engine zone in which the cluster resides.
  • cluster_id (String): The name of the cluster to update.
  • node_pool_id (String): The name of the node pool to update.
  • opts (KeywordList): [optional] Optional parameters

    • :upload_protocol (String): Upload protocol for media (e.g. "raw", "multipart").
    • :pretty_print (Boolean): Returns response with indentations and line breaks.
    • :fields (String): Selector specifying which fields to include in a partial response.
    • :upload_type (String): Legacy upload protocol for media (e.g. "media", "multipart").
    • :__/xgafv (String): V1 error format.
    • :callback (String): JSONP
    • :alt (String): Data format for response.
    • :key (String): API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
    • :access_token (String): OAuth access token.
    • :quota_user (String): 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.
    • :pp (Boolean): Pretty-print response.
    • :bearer_token (String): OAuth bearer token.
    • :oauth_token (String): OAuth 2.0 token for the current user.
    • :body (SetNodePoolManagementRequest):

Returns

{:ok, %GoogleApi.Container.V1.Model.Operation{}} on success {:error, info} on failure

Link to this function container_projects_zones_clusters_node_pools_set_size(connection, project_id, zone, cluster_id, node_pool_id, opts \\ []) View Source
container_projects_zones_clusters_node_pools_set_size(Tesla.Env.client, String.t, String.t, String.t, String.t, keyword) ::
  {:ok, GoogleApi.Container.V1.Model.Operation.t} |
  {:error, Tesla.Env.t}

Sets the size of a specific node pool.

Parameters

  • connection (GoogleApi.Container.V1.Connection): Connection to server
  • project_id (String): The Google Developers Console project ID or project number.
  • zone (String): The name of the Google Compute Engine zone in which the cluster resides.
  • cluster_id (String): The name of the cluster to update.
  • node_pool_id (String): The name of the node pool to update.
  • opts (KeywordList): [optional] Optional parameters

    • :upload_protocol (String): Upload protocol for media (e.g. "raw", "multipart").
    • :pretty_print (Boolean): Returns response with indentations and line breaks.
    • :fields (String): Selector specifying which fields to include in a partial response.
    • :upload_type (String): Legacy upload protocol for media (e.g. "media", "multipart").
    • :__/xgafv (String): V1 error format.
    • :callback (String): JSONP
    • :alt (String): Data format for response.
    • :key (String): API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
    • :access_token (String): OAuth access token.
    • :quota_user (String): 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.
    • :pp (Boolean): Pretty-print response.
    • :bearer_token (String): OAuth bearer token.
    • :oauth_token (String): OAuth 2.0 token for the current user.
    • :body (SetNodePoolSizeRequest):

Returns

{:ok, %GoogleApi.Container.V1.Model.Operation{}} on success {:error, info} on failure

Link to this function container_projects_zones_clusters_node_pools_update(connection, project_id, zone, cluster_id, node_pool_id, opts \\ []) View Source
container_projects_zones_clusters_node_pools_update(Tesla.Env.client, String.t, String.t, String.t, String.t, keyword) ::
  {:ok, GoogleApi.Container.V1.Model.Operation.t} |
  {:error, Tesla.Env.t}

Updates the version and/or image type of a specific node pool.

Parameters

  • connection (GoogleApi.Container.V1.Connection): Connection to server
  • project_id (String): The Google Developers Console project ID or project number.
  • zone (String): The name of the Google Compute Engine zone in which the cluster resides.
  • cluster_id (String): The name of the cluster to upgrade.
  • node_pool_id (String): The name of the node pool to upgrade.
  • opts (KeywordList): [optional] Optional parameters

    • :upload_protocol (String): Upload protocol for media (e.g. "raw", "multipart").
    • :pretty_print (Boolean): Returns response with indentations and line breaks.
    • :fields (String): Selector specifying which fields to include in a partial response.
    • :upload_type (String): Legacy upload protocol for media (e.g. "media", "multipart").
    • :__/xgafv (String): V1 error format.
    • :callback (String): JSONP
    • :alt (String): Data format for response.
    • :key (String): API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
    • :access_token (String): OAuth access token.
    • :quota_user (String): 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.
    • :pp (Boolean): Pretty-print response.
    • :bearer_token (String): OAuth bearer token.
    • :oauth_token (String): OAuth 2.0 token for the current user.
    • :body (UpdateNodePoolRequest):

Returns

{:ok, %GoogleApi.Container.V1.Model.Operation{}} on success {:error, info} on failure

Link to this function container_projects_zones_clusters_resource_labels(connection, project_id, zone, cluster_id, opts \\ []) View Source
container_projects_zones_clusters_resource_labels(Tesla.Env.client, String.t, String.t, String.t, keyword) ::
  {:ok, GoogleApi.Container.V1.Model.Operation.t} |
  {:error, Tesla.Env.t}

Sets labels on a cluster.

Parameters

  • connection (GoogleApi.Container.V1.Connection): Connection to server
  • project_id (String): The Google Developers Console project ID or project number.
  • zone (String): The name of the Google Compute Engine zone in which the cluster resides.
  • cluster_id (String): The name of the cluster.
  • opts (KeywordList): [optional] Optional parameters

    • :upload_protocol (String): Upload protocol for media (e.g. "raw", "multipart").
    • :pretty_print (Boolean): Returns response with indentations and line breaks.
    • :fields (String): Selector specifying which fields to include in a partial response.
    • :upload_type (String): Legacy upload protocol for media (e.g. "media", "multipart").
    • :__/xgafv (String): V1 error format.
    • :callback (String): JSONP
    • :alt (String): Data format for response.
    • :key (String): API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
    • :access_token (String): OAuth access token.
    • :quota_user (String): 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.
    • :pp (Boolean): Pretty-print response.
    • :bearer_token (String): OAuth bearer token.
    • :oauth_token (String): OAuth 2.0 token for the current user.
    • :body (SetLabelsRequest):

Returns

{:ok, %GoogleApi.Container.V1.Model.Operation{}} on success {:error, info} on failure

Link to this function container_projects_zones_clusters_set_master_auth(connection, project_id, zone, cluster_id, opts \\ []) View Source
container_projects_zones_clusters_set_master_auth(Tesla.Env.client, String.t, String.t, String.t, keyword) ::
  {:ok, GoogleApi.Container.V1.Model.Operation.t} |
  {:error, Tesla.Env.t}

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.

Parameters

  • connection (GoogleApi.Container.V1.Connection): Connection to server
  • project_id (String): The Google Developers Console project ID or project number.
  • zone (String): The name of the Google Compute Engine zone in which the cluster resides.
  • cluster_id (String): The name of the cluster to upgrade.
  • opts (KeywordList): [optional] Optional parameters

    • :upload_protocol (String): Upload protocol for media (e.g. "raw", "multipart").
    • :pretty_print (Boolean): Returns response with indentations and line breaks.
    • :fields (String): Selector specifying which fields to include in a partial response.
    • :upload_type (String): Legacy upload protocol for media (e.g. "media", "multipart").
    • :__/xgafv (String): V1 error format.
    • :callback (String): JSONP
    • :alt (String): Data format for response.
    • :key (String): API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
    • :access_token (String): OAuth access token.
    • :quota_user (String): 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.
    • :pp (Boolean): Pretty-print response.
    • :bearer_token (String): OAuth bearer token.
    • :oauth_token (String): OAuth 2.0 token for the current user.
    • :body (SetMasterAuthRequest):

Returns

{:ok, %GoogleApi.Container.V1.Model.Operation{}} on success {:error, info} on failure

Link to this function container_projects_zones_clusters_set_network_policy(connection, project_id, zone, cluster_id, opts \\ []) View Source
container_projects_zones_clusters_set_network_policy(Tesla.Env.client, String.t, String.t, String.t, keyword) ::
  {:ok, GoogleApi.Container.V1.Model.Operation.t} |
  {:error, Tesla.Env.t}

Enables/Disables Network Policy for a cluster.

Parameters

  • connection (GoogleApi.Container.V1.Connection): Connection to server
  • project_id (String): The Google Developers Console project ID or project number.
  • zone (String): The name of the Google Compute Engine zone in which the cluster resides.
  • cluster_id (String): The name of the cluster.
  • opts (KeywordList): [optional] Optional parameters

    • :upload_protocol (String): Upload protocol for media (e.g. "raw", "multipart").
    • :pretty_print (Boolean): Returns response with indentations and line breaks.
    • :fields (String): Selector specifying which fields to include in a partial response.
    • :upload_type (String): Legacy upload protocol for media (e.g. "media", "multipart").
    • :__/xgafv (String): V1 error format.
    • :callback (String): JSONP
    • :alt (String): Data format for response.
    • :key (String): API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
    • :access_token (String): OAuth access token.
    • :quota_user (String): 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.
    • :pp (Boolean): Pretty-print response.
    • :bearer_token (String): OAuth bearer token.
    • :oauth_token (String): OAuth 2.0 token for the current user.
    • :body (SetNetworkPolicyRequest):

Returns

{:ok, %GoogleApi.Container.V1.Model.Operation{}} on success {:error, info} on failure

Link to this function container_projects_zones_clusters_start_ip_rotation(connection, project_id, zone, cluster_id, opts \\ []) View Source
container_projects_zones_clusters_start_ip_rotation(Tesla.Env.client, String.t, String.t, String.t, keyword) ::
  {:ok, GoogleApi.Container.V1.Model.Operation.t} |
  {:error, Tesla.Env.t}

Start master IP rotation.

Parameters

  • connection (GoogleApi.Container.V1.Connection): Connection to server
  • project_id (String): The Google Developers Console project ID or project number.
  • zone (String): The name of the Google Compute Engine zone in which the cluster resides.
  • cluster_id (String): The name of the cluster.
  • opts (KeywordList): [optional] Optional parameters

    • :upload_protocol (String): Upload protocol for media (e.g. "raw", "multipart").
    • :pretty_print (Boolean): Returns response with indentations and line breaks.
    • :fields (String): Selector specifying which fields to include in a partial response.
    • :upload_type (String): Legacy upload protocol for media (e.g. "media", "multipart").
    • :__/xgafv (String): V1 error format.
    • :callback (String): JSONP
    • :alt (String): Data format for response.
    • :key (String): API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
    • :access_token (String): OAuth access token.
    • :quota_user (String): 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.
    • :pp (Boolean): Pretty-print response.
    • :bearer_token (String): OAuth bearer token.
    • :oauth_token (String): OAuth 2.0 token for the current user.
    • :body (StartIpRotationRequest):

Returns

{:ok, %GoogleApi.Container.V1.Model.Operation{}} on success {:error, info} on failure

Link to this function container_projects_zones_clusters_update(connection, project_id, zone, cluster_id, opts \\ []) View Source
container_projects_zones_clusters_update(Tesla.Env.client, String.t, String.t, String.t, keyword) ::
  {:ok, GoogleApi.Container.V1.Model.Operation.t} |
  {:error, Tesla.Env.t}

Updates the settings of a specific cluster.

Parameters

  • connection (GoogleApi.Container.V1.Connection): Connection to server
  • project_id (String): The Google Developers Console project ID or project number.
  • zone (String): The name of the Google Compute Engine zone in which the cluster resides.
  • cluster_id (String): The name of the cluster to upgrade.
  • opts (KeywordList): [optional] Optional parameters

    • :upload_protocol (String): Upload protocol for media (e.g. "raw", "multipart").
    • :pretty_print (Boolean): Returns response with indentations and line breaks.
    • :fields (String): Selector specifying which fields to include in a partial response.
    • :upload_type (String): Legacy upload protocol for media (e.g. "media", "multipart").
    • :__/xgafv (String): V1 error format.
    • :callback (String): JSONP
    • :alt (String): Data format for response.
    • :key (String): API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
    • :access_token (String): OAuth access token.
    • :quota_user (String): 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.
    • :pp (Boolean): Pretty-print response.
    • :bearer_token (String): OAuth bearer token.
    • :oauth_token (String): OAuth 2.0 token for the current user.
    • :body (UpdateClusterRequest):

Returns

{:ok, %GoogleApi.Container.V1.Model.Operation{}} on success {:error, info} on failure

Link to this function container_projects_zones_get_serverconfig(connection, project_id, zone, opts \\ []) View Source
container_projects_zones_get_serverconfig(Tesla.Env.client, String.t, String.t, keyword) ::
  {:ok, GoogleApi.Container.V1.Model.ServerConfig.t} |
  {:error, Tesla.Env.t}

Returns configuration info about the Container Engine service.

Parameters

  • connection (GoogleApi.Container.V1.Connection): Connection to server
  • project_id (String): The Google Developers Console project ID or project number.
  • zone (String): The name of the Google Compute Engine zone to return operations for.
  • opts (KeywordList): [optional] Optional parameters

    • :upload_protocol (String): Upload protocol for media (e.g. "raw", "multipart").
    • :pretty_print (Boolean): Returns response with indentations and line breaks.
    • :fields (String): Selector specifying which fields to include in a partial response.
    • :upload_type (String): Legacy upload protocol for media (e.g. "media", "multipart").
    • :__/xgafv (String): V1 error format.
    • :callback (String): JSONP
    • :alt (String): Data format for response.
    • :key (String): API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
    • :access_token (String): OAuth access token.
    • :quota_user (String): 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.
    • :pp (Boolean): Pretty-print response.
    • :bearer_token (String): OAuth bearer token.
    • :oauth_token (String): OAuth 2.0 token for the current user.

Returns

{:ok, %GoogleApi.Container.V1.Model.ServerConfig{}} on success {:error, info} on failure

Link to this function container_projects_zones_operations_cancel(connection, project_id, zone, operation_id, opts \\ []) View Source
container_projects_zones_operations_cancel(Tesla.Env.client, String.t, String.t, String.t, keyword) ::
  {:ok, GoogleApi.Container.V1.Model.Empty.t} |
  {:error, Tesla.Env.t}

Cancels the specified operation.

Parameters

  • connection (GoogleApi.Container.V1.Connection): Connection to server
  • project_id (String): The Google Developers Console project ID or project number.
  • zone (String): The name of the Google Compute Engine zone in which the operation resides.
  • operation_id (String): The server-assigned `name` of the operation.
  • opts (KeywordList): [optional] Optional parameters

    • :upload_protocol (String): Upload protocol for media (e.g. "raw", "multipart").
    • :pretty_print (Boolean): Returns response with indentations and line breaks.
    • :fields (String): Selector specifying which fields to include in a partial response.
    • :upload_type (String): Legacy upload protocol for media (e.g. "media", "multipart").
    • :__/xgafv (String): V1 error format.
    • :callback (String): JSONP
    • :alt (String): Data format for response.
    • :key (String): API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
    • :access_token (String): OAuth access token.
    • :quota_user (String): 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.
    • :pp (Boolean): Pretty-print response.
    • :bearer_token (String): OAuth bearer token.
    • :oauth_token (String): OAuth 2.0 token for the current user.
    • :body (CancelOperationRequest):

Returns

{:ok, %GoogleApi.Container.V1.Model.Empty{}} on success {:error, info} on failure

Link to this function container_projects_zones_operations_get(connection, project_id, zone, operation_id, opts \\ []) View Source
container_projects_zones_operations_get(Tesla.Env.client, String.t, String.t, String.t, keyword) ::
  {:ok, GoogleApi.Container.V1.Model.Operation.t} |
  {:error, Tesla.Env.t}

Gets the specified operation.

Parameters

  • connection (GoogleApi.Container.V1.Connection): Connection to server
  • project_id (String): The Google Developers Console project ID or project number.
  • zone (String): The name of the Google Compute Engine zone in which the cluster resides.
  • operation_id (String): The server-assigned `name` of the operation.
  • opts (KeywordList): [optional] Optional parameters

    • :upload_protocol (String): Upload protocol for media (e.g. "raw", "multipart").
    • :pretty_print (Boolean): Returns response with indentations and line breaks.
    • :fields (String): Selector specifying which fields to include in a partial response.
    • :upload_type (String): Legacy upload protocol for media (e.g. "media", "multipart").
    • :__/xgafv (String): V1 error format.
    • :callback (String): JSONP
    • :alt (String): Data format for response.
    • :key (String): API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
    • :access_token (String): OAuth access token.
    • :quota_user (String): 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.
    • :pp (Boolean): Pretty-print response.
    • :bearer_token (String): OAuth bearer token.
    • :oauth_token (String): OAuth 2.0 token for the current user.

Returns

{:ok, %GoogleApi.Container.V1.Model.Operation{}} on success {:error, info} on failure

Link to this function container_projects_zones_operations_list(connection, project_id, zone, opts \\ []) View Source
container_projects_zones_operations_list(Tesla.Env.client, String.t, String.t, keyword) ::
  {:ok, GoogleApi.Container.V1.Model.ListOperationsResponse.t} |
  {:error, Tesla.Env.t}

Lists all operations in a project in a specific zone or all zones.

Parameters

  • connection (GoogleApi.Container.V1.Connection): Connection to server
  • project_id (String): The Google Developers Console project ID or project number.
  • zone (String): The name of the Google Compute Engine zone to return operations for, or `-` for all zones.
  • opts (KeywordList): [optional] Optional parameters

    • :upload_protocol (String): Upload protocol for media (e.g. "raw", "multipart").
    • :pretty_print (Boolean): Returns response with indentations and line breaks.
    • :fields (String): Selector specifying which fields to include in a partial response.
    • :upload_type (String): Legacy upload protocol for media (e.g. "media", "multipart").
    • :__/xgafv (String): V1 error format.
    • :callback (String): JSONP
    • :alt (String): Data format for response.
    • :key (String): API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
    • :access_token (String): OAuth access token.
    • :quota_user (String): 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.
    • :pp (Boolean): Pretty-print response.
    • :bearer_token (String): OAuth bearer token.
    • :oauth_token (String): OAuth 2.0 token for the current user.

Returns

{:ok, %GoogleApi.Container.V1.Model.ListOperationsResponse{}} on success {:error, info} on failure