@maxim_mazurok/gapi.client.gkehub-v1 0.0.20230707 → 0.0.20230720
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +2 -5
- package/package.json +1 -1
- package/tests.ts +1 -5
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://gkehub.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20230720
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -154,7 +154,7 @@ declare namespace gapi.client {
|
|
|
154
154
|
ConfigManagementGitConfig;
|
|
155
155
|
/**
|
|
156
156
|
* The Email of the Google Cloud Service Account (GSA) used for exporting Config Sync metrics to Cloud Monitoring and Cloud Monarch when Workload Identity is enabled. The GSA should
|
|
157
|
-
* have the Monitoring Metric Writer (roles/monitoring.metricWriter) IAM role. The Kubernetes ServiceAccount `default` in the namespace `config-management-monitoring` should be
|
|
157
|
+
* have the Monitoring Metric Writer (roles/monitoring.metricWriter) IAM role. The Kubernetes ServiceAccount `default` in the namespace `config-management-monitoring` should be bound
|
|
158
158
|
* to the GSA. This field is required when automatic Feature management is enabled.
|
|
159
159
|
*/
|
|
160
160
|
metricsGcpServiceAccountEmail?:
|
|
@@ -776,9 +776,6 @@ declare namespace gapi.client {
|
|
|
776
776
|
/** Kind of Azure AD account to be authenticated. Supported values are or for accounts belonging to a specific tenant. */
|
|
777
777
|
tenant?:
|
|
778
778
|
string;
|
|
779
|
-
/** Optional. Claim in the AzureAD ID Token that holds the user details. */
|
|
780
|
-
userClaim?:
|
|
781
|
-
string;
|
|
782
779
|
}
|
|
783
780
|
interface IdentityServiceGoogleConfig {
|
|
784
781
|
/** Disable automatic configuration of Google Plugin on supported platforms. */
|
package/package.json
CHANGED
package/tests.ts
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
4
4
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
5
5
|
|
|
6
|
-
// Revision:
|
|
6
|
+
// Revision: 20230720
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|
|
@@ -124,7 +124,6 @@ gapi.load('client', async () => {
|
|
|
124
124
|
encryptedClientSecret: "Test string",
|
|
125
125
|
kubectlRedirectUri: "Test string",
|
|
126
126
|
tenant: "Test string",
|
|
127
|
-
userClaim: "Test string",
|
|
128
127
|
},
|
|
129
128
|
googleConfig: {
|
|
130
129
|
disable: true,
|
|
@@ -320,7 +319,6 @@ gapi.load('client', async () => {
|
|
|
320
319
|
encryptedClientSecret: "Test string",
|
|
321
320
|
kubectlRedirectUri: "Test string",
|
|
322
321
|
tenant: "Test string",
|
|
323
|
-
userClaim: "Test string",
|
|
324
322
|
},
|
|
325
323
|
googleConfig: {
|
|
326
324
|
disable: true,
|
|
@@ -558,7 +556,6 @@ gapi.load('client', async () => {
|
|
|
558
556
|
encryptedClientSecret: "Test string",
|
|
559
557
|
kubectlRedirectUri: "Test string",
|
|
560
558
|
tenant: "Test string",
|
|
561
|
-
userClaim: "Test string",
|
|
562
559
|
},
|
|
563
560
|
googleConfig: {
|
|
564
561
|
disable: true,
|
|
@@ -754,7 +751,6 @@ gapi.load('client', async () => {
|
|
|
754
751
|
encryptedClientSecret: "Test string",
|
|
755
752
|
kubectlRedirectUri: "Test string",
|
|
756
753
|
tenant: "Test string",
|
|
757
|
-
userClaim: "Test string",
|
|
758
754
|
},
|
|
759
755
|
googleConfig: {
|
|
760
756
|
disable: true,
|