New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@google-cloud/gkemulticloud

Package Overview
Dependencies
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@google-cloud/gkemulticloud - npm Package Compare versions

Comparing version 1.0.1 to 1.1.0

2

build/src/index.js
"use strict";
// Copyright 2023 Google LLC
// Copyright 2024 Google LLC
//

@@ -4,0 +4,0 @@ // Licensed under the Apache License, Version 2.0 (the "License");

@@ -74,2 +74,7 @@ {

"retry_params_name": "ce5b960a6ed052e690863808e4f0deff3dc7d49f"
},
"GenerateAttachedClusterAgentToken": {
"timeout_millis": 60000,
"retry_codes_name": "unavailable",
"retry_params_name": "ce5b960a6ed052e690863808e4f0deff3dc7d49f"
}

@@ -76,0 +81,0 @@ }

@@ -212,2 +212,4 @@ /// <reference types="node" />

* {@link protos.google.cloud.gkemulticloud.v1.AttachedClusters.GetAttachedServerConfig|GetAttachedServerConfig}.
* @param {google.cloud.gkemulticloud.v1.AttachedProxyConfig} [request.proxyConfig]
* Optional. Proxy configuration for outbound HTTP(S) traffic.
* @param {object} [options]

@@ -230,2 +232,41 @@ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.

/**
* Generates an access token for a cluster agent.
*
* @param {Object} request
* The request object that will be sent.
* @param {string} request.attachedCluster
* Required.
* @param {string} request.subjectToken
* Required.
* @param {string} request.subjectTokenType
* Required.
* @param {string} request.version
* Required.
* @param {string} [request.grantType]
* Optional.
* @param {string} [request.audience]
* Optional.
* @param {string} [request.scope]
* Optional.
* @param {string} [request.requestedTokenType]
* Optional.
* @param {string} [request.options]
* Optional.
* @param {object} [options]
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
* @returns {Promise} - The promise which resolves to an array.
* The first element of the array is an object representing {@link protos.google.cloud.gkemulticloud.v1.GenerateAttachedClusterAgentTokenResponse|GenerateAttachedClusterAgentTokenResponse}.
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
* for more details and examples.
* @example <caption>include:samples/generated/v1/attached_clusters.generate_attached_cluster_agent_token.js</caption>
* region_tag:gkemulticloud_v1_generated_AttachedClusters_GenerateAttachedClusterAgentToken_async
*/
generateAttachedClusterAgentToken(request?: protos.google.cloud.gkemulticloud.v1.IGenerateAttachedClusterAgentTokenRequest, options?: CallOptions): Promise<[
protos.google.cloud.gkemulticloud.v1.IGenerateAttachedClusterAgentTokenResponse,
(protos.google.cloud.gkemulticloud.v1.IGenerateAttachedClusterAgentTokenRequest | undefined),
{} | undefined
]>;
generateAttachedClusterAgentToken(request: protos.google.cloud.gkemulticloud.v1.IGenerateAttachedClusterAgentTokenRequest, options: CallOptions, callback: Callback<protos.google.cloud.gkemulticloud.v1.IGenerateAttachedClusterAgentTokenResponse, protos.google.cloud.gkemulticloud.v1.IGenerateAttachedClusterAgentTokenRequest | null | undefined, {} | null | undefined>): void;
generateAttachedClusterAgentToken(request: protos.google.cloud.gkemulticloud.v1.IGenerateAttachedClusterAgentTokenRequest, callback: Callback<protos.google.cloud.gkemulticloud.v1.IGenerateAttachedClusterAgentTokenResponse, protos.google.cloud.gkemulticloud.v1.IGenerateAttachedClusterAgentTokenRequest | null | undefined, {} | null | undefined>): void;
/**
* Creates a new

@@ -313,8 +354,12 @@ * {@link protos.google.cloud.gkemulticloud.v1.AttachedCluster|AttachedCluster} resource

*
* * `description`.
* * `annotations`.
* * `platform_version`.
* * `authorization.admin_groups`.
* * `authorization.admin_users`.
* * `binary_authorization.evaluation_mode`.
* * `description`.
* * `logging_config.component_config.enable_components`.
* * `monitoring_config.managed_prometheus_config.enabled`.
* * `platform_version`.
* * `proxy_config.kubernetes_secret.name`.
* * `proxy_config.kubernetes_secret.namespace`.
* @param {object} [options]

@@ -387,2 +432,4 @@ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.

* Supported values: ["eks", "aks"].
* @param {google.cloud.gkemulticloud.v1.AttachedProxyConfig} [request.proxyConfig]
* Optional. Proxy configuration for outbound HTTP(S) traffic.
* @param {object} [options]

@@ -389,0 +436,0 @@ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.

@@ -247,2 +247,3 @@ "use strict";

'generateAttachedClusterInstallManifest',
'generateAttachedClusterAgentToken',
];

@@ -371,2 +372,23 @@ for (const methodName of attachedClustersStubMethods) {

}
generateAttachedClusterAgentToken(request, optionsOrCallback, callback) {
var _a;
request = request || {};
let options;
if (typeof optionsOrCallback === 'function' && callback === undefined) {
callback = optionsOrCallback;
options = {};
}
else {
options = optionsOrCallback;
}
options = options || {};
options.otherArgs = options.otherArgs || {};
options.otherArgs.headers = options.otherArgs.headers || {};
options.otherArgs.headers['x-goog-request-params'] =
this._gaxModule.routingHeader.fromParams({
attached_cluster: (_a = request.attachedCluster) !== null && _a !== void 0 ? _a : '',
});
this.initialize();
return this.innerApiCalls.generateAttachedClusterAgentToken(request, options, callback);
}
createAttachedCluster(request, optionsOrCallback, callback) {

@@ -373,0 +395,0 @@ var _a;

@@ -60,2 +60,7 @@ {

},
"GenerateAwsClusterAgentToken": {
"timeout_millis": 60000,
"retry_codes_name": "unavailable",
"retry_params_name": "ce5b960a6ed052e690863808e4f0deff3dc7d49f"
},
"GenerateAwsAccessToken": {

@@ -76,2 +81,7 @@ "timeout_millis": 60000,

},
"RollbackAwsNodePoolUpdate": {
"timeout_millis": 60000,
"retry_codes_name": "non_idempotent",
"retry_params_name": "default"
},
"GetAwsNodePool": {

@@ -92,2 +102,12 @@ "timeout_millis": 60000,

},
"GetAwsOpenIdConfig": {
"timeout_millis": 60000,
"retry_codes_name": "unavailable",
"retry_params_name": "ce5b960a6ed052e690863808e4f0deff3dc7d49f"
},
"GetAwsJsonWebKeys": {
"timeout_millis": 60000,
"retry_codes_name": "unavailable",
"retry_params_name": "ce5b960a6ed052e690863808e4f0deff3dc7d49f"
},
"GetAwsServerConfig": {

@@ -94,0 +114,0 @@ "timeout_millis": 60000,

@@ -80,2 +80,7 @@ {

},
"GenerateAzureClusterAgentToken": {
"timeout_millis": 60000,
"retry_codes_name": "unavailable",
"retry_params_name": "ce5b960a6ed052e690863808e4f0deff3dc7d49f"
},
"GenerateAzureAccessToken": {

@@ -111,2 +116,12 @@ "timeout_millis": 60000,

},
"GetAzureOpenIdConfig": {
"timeout_millis": 60000,
"retry_codes_name": "unavailable",
"retry_params_name": "ce5b960a6ed052e690863808e4f0deff3dc7d49f"
},
"GetAzureJsonWebKeys": {
"timeout_millis": 60000,
"retry_codes_name": "unavailable",
"retry_params_name": "ce5b960a6ed052e690863808e4f0deff3dc7d49f"
},
"GetAzureServerConfig": {

@@ -113,0 +128,0 @@ "timeout_millis": 60000,

# Changelog
## [1.1.0](https://github.com/googleapis/google-cloud-node/compare/gkemulticloud-v1.0.1...gkemulticloud-v1.1.0) (2024-01-05)
### Features
* [gkemulticloud] added proxy support for Attached Clusters ([#4894](https://github.com/googleapis/google-cloud-node/issues/4894)) ([c7b70b4](https://github.com/googleapis/google-cloud-node/commit/c7b70b42c4a5023414c10b7a4075c94f0675fa32))
## [1.0.1](https://github.com/googleapis/google-cloud-node/compare/gkemulticloud-v1.0.0...gkemulticloud-v1.0.1) (2023-09-06)

@@ -4,0 +11,0 @@

{
"name": "@google-cloud/gkemulticloud",
"version": "1.0.1",
"version": "1.1.0",
"description": "Anthos Multi-Cloud API client for Node.js",

@@ -41,3 +41,3 @@ "repository": {

"lint": "gts check",
"prepare": "npm run compile-protos && npm run compile",
"prepare": "npm run compile",
"prelint": "cd samples; npm link ../; npm i",

@@ -55,5 +55,5 @@ "postpack": "minifyProtoJson",

"@types/node": "^20.4.5",
"@types/sinon": "^10.0.0",
"@types/sinon": "^17.0.0",
"c8": "^8.0.1",
"gapic-tools": "^0.1.8",
"gapic-tools": "^0.2.0",
"gts": "^5.0.0",

@@ -66,4 +66,4 @@ "jsdoc": "^4.0.0",

"mocha": "^9.2.2",
"pack-n-play": "^1.0.0-2",
"sinon": "^15.0.0",
"pack-n-play": "^2.0.0",
"sinon": "^17.0.0",
"typescript": "^5.1.6"

@@ -70,0 +70,0 @@ },

@@ -125,2 +125,3 @@ [//]: # "This README.md file is auto-generated, all changes to this file will be lost."

| Attached_clusters.delete_attached_cluster | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-gkemulticloud/samples/generated/v1/attached_clusters.delete_attached_cluster.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-gkemulticloud/samples/generated/v1/attached_clusters.delete_attached_cluster.js,packages/google-cloud-gkemulticloud/samples/README.md) |
| Attached_clusters.generate_attached_cluster_agent_token | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-gkemulticloud/samples/generated/v1/attached_clusters.generate_attached_cluster_agent_token.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-gkemulticloud/samples/generated/v1/attached_clusters.generate_attached_cluster_agent_token.js,packages/google-cloud-gkemulticloud/samples/README.md) |
| Attached_clusters.generate_attached_cluster_install_manifest | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-gkemulticloud/samples/generated/v1/attached_clusters.generate_attached_cluster_install_manifest.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-gkemulticloud/samples/generated/v1/attached_clusters.generate_attached_cluster_install_manifest.js,packages/google-cloud-gkemulticloud/samples/README.md) |

@@ -137,7 +138,11 @@ | Attached_clusters.get_attached_cluster | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-gkemulticloud/samples/generated/v1/attached_clusters.get_attached_cluster.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-gkemulticloud/samples/generated/v1/attached_clusters.get_attached_cluster.js,packages/google-cloud-gkemulticloud/samples/README.md) |

| Aws_clusters.generate_aws_access_token | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-gkemulticloud/samples/generated/v1/aws_clusters.generate_aws_access_token.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-gkemulticloud/samples/generated/v1/aws_clusters.generate_aws_access_token.js,packages/google-cloud-gkemulticloud/samples/README.md) |
| Aws_clusters.generate_aws_cluster_agent_token | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-gkemulticloud/samples/generated/v1/aws_clusters.generate_aws_cluster_agent_token.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-gkemulticloud/samples/generated/v1/aws_clusters.generate_aws_cluster_agent_token.js,packages/google-cloud-gkemulticloud/samples/README.md) |
| Aws_clusters.get_aws_cluster | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-gkemulticloud/samples/generated/v1/aws_clusters.get_aws_cluster.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-gkemulticloud/samples/generated/v1/aws_clusters.get_aws_cluster.js,packages/google-cloud-gkemulticloud/samples/README.md) |
| Aws_clusters.get_aws_json_web_keys | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-gkemulticloud/samples/generated/v1/aws_clusters.get_aws_json_web_keys.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-gkemulticloud/samples/generated/v1/aws_clusters.get_aws_json_web_keys.js,packages/google-cloud-gkemulticloud/samples/README.md) |
| Aws_clusters.get_aws_node_pool | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-gkemulticloud/samples/generated/v1/aws_clusters.get_aws_node_pool.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-gkemulticloud/samples/generated/v1/aws_clusters.get_aws_node_pool.js,packages/google-cloud-gkemulticloud/samples/README.md) |
| Aws_clusters.get_aws_open_id_config | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-gkemulticloud/samples/generated/v1/aws_clusters.get_aws_open_id_config.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-gkemulticloud/samples/generated/v1/aws_clusters.get_aws_open_id_config.js,packages/google-cloud-gkemulticloud/samples/README.md) |
| Aws_clusters.get_aws_server_config | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-gkemulticloud/samples/generated/v1/aws_clusters.get_aws_server_config.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-gkemulticloud/samples/generated/v1/aws_clusters.get_aws_server_config.js,packages/google-cloud-gkemulticloud/samples/README.md) |
| Aws_clusters.list_aws_clusters | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-gkemulticloud/samples/generated/v1/aws_clusters.list_aws_clusters.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-gkemulticloud/samples/generated/v1/aws_clusters.list_aws_clusters.js,packages/google-cloud-gkemulticloud/samples/README.md) |
| Aws_clusters.list_aws_node_pools | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-gkemulticloud/samples/generated/v1/aws_clusters.list_aws_node_pools.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-gkemulticloud/samples/generated/v1/aws_clusters.list_aws_node_pools.js,packages/google-cloud-gkemulticloud/samples/README.md) |
| Aws_clusters.rollback_aws_node_pool_update | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-gkemulticloud/samples/generated/v1/aws_clusters.rollback_aws_node_pool_update.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-gkemulticloud/samples/generated/v1/aws_clusters.rollback_aws_node_pool_update.js,packages/google-cloud-gkemulticloud/samples/README.md) |
| Aws_clusters.update_aws_cluster | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-gkemulticloud/samples/generated/v1/aws_clusters.update_aws_cluster.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-gkemulticloud/samples/generated/v1/aws_clusters.update_aws_cluster.js,packages/google-cloud-gkemulticloud/samples/README.md) |

@@ -152,5 +157,8 @@ | Aws_clusters.update_aws_node_pool | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-gkemulticloud/samples/generated/v1/aws_clusters.update_aws_node_pool.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-gkemulticloud/samples/generated/v1/aws_clusters.update_aws_node_pool.js,packages/google-cloud-gkemulticloud/samples/README.md) |

| Azure_clusters.generate_azure_access_token | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-gkemulticloud/samples/generated/v1/azure_clusters.generate_azure_access_token.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-gkemulticloud/samples/generated/v1/azure_clusters.generate_azure_access_token.js,packages/google-cloud-gkemulticloud/samples/README.md) |
| Azure_clusters.generate_azure_cluster_agent_token | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-gkemulticloud/samples/generated/v1/azure_clusters.generate_azure_cluster_agent_token.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-gkemulticloud/samples/generated/v1/azure_clusters.generate_azure_cluster_agent_token.js,packages/google-cloud-gkemulticloud/samples/README.md) |
| Azure_clusters.get_azure_client | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-gkemulticloud/samples/generated/v1/azure_clusters.get_azure_client.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-gkemulticloud/samples/generated/v1/azure_clusters.get_azure_client.js,packages/google-cloud-gkemulticloud/samples/README.md) |
| Azure_clusters.get_azure_cluster | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-gkemulticloud/samples/generated/v1/azure_clusters.get_azure_cluster.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-gkemulticloud/samples/generated/v1/azure_clusters.get_azure_cluster.js,packages/google-cloud-gkemulticloud/samples/README.md) |
| Azure_clusters.get_azure_json_web_keys | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-gkemulticloud/samples/generated/v1/azure_clusters.get_azure_json_web_keys.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-gkemulticloud/samples/generated/v1/azure_clusters.get_azure_json_web_keys.js,packages/google-cloud-gkemulticloud/samples/README.md) |
| Azure_clusters.get_azure_node_pool | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-gkemulticloud/samples/generated/v1/azure_clusters.get_azure_node_pool.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-gkemulticloud/samples/generated/v1/azure_clusters.get_azure_node_pool.js,packages/google-cloud-gkemulticloud/samples/README.md) |
| Azure_clusters.get_azure_open_id_config | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-gkemulticloud/samples/generated/v1/azure_clusters.get_azure_open_id_config.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-gkemulticloud/samples/generated/v1/azure_clusters.get_azure_open_id_config.js,packages/google-cloud-gkemulticloud/samples/README.md) |
| Azure_clusters.get_azure_server_config | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-gkemulticloud/samples/generated/v1/azure_clusters.get_azure_server_config.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-gkemulticloud/samples/generated/v1/azure_clusters.get_azure_server_config.js,packages/google-cloud-gkemulticloud/samples/README.md) |

@@ -157,0 +165,0 @@ | Azure_clusters.list_azure_clients | [source code](https://github.com/googleapis/google-cloud-node/blob/main/packages/google-cloud-gkemulticloud/samples/generated/v1/azure_clusters.list_azure_clients.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/google-cloud-node&page=editor&open_in_editor=packages/google-cloud-gkemulticloud/samples/generated/v1/azure_clusters.list_azure_clients.js,packages/google-cloud-gkemulticloud/samples/README.md) |

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc