@maxim_mazurok/gapi.client.gkehub-v1alpha 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 -7
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=v1alpha
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20230720
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -356,7 +356,7 @@ declare namespace gapi.client {
|
|
|
356
356
|
ConfigManagementGitConfig;
|
|
357
357
|
/**
|
|
358
358
|
* 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
|
|
359
|
-
* have the Monitoring Metric Writer (roles/monitoring.metricWriter) IAM role. The Kubernetes ServiceAccount `default` in the namespace `config-management-monitoring` should be
|
|
359
|
+
* have the Monitoring Metric Writer (roles/monitoring.metricWriter) IAM role. The Kubernetes ServiceAccount `default` in the namespace `config-management-monitoring` should be bound
|
|
360
360
|
* to the GSA. This field is required when automatic Feature management is enabled.
|
|
361
361
|
*/
|
|
362
362
|
metricsGcpServiceAccountEmail?:
|
|
@@ -997,9 +997,6 @@ declare namespace gapi.client {
|
|
|
997
997
|
/** Kind of Azure AD account to be authenticated. Supported values are or for accounts belonging to a specific tenant. */
|
|
998
998
|
tenant?:
|
|
999
999
|
string;
|
|
1000
|
-
/** Optional. Claim in the AzureAD ID Token that holds the user details. */
|
|
1001
|
-
userClaim?:
|
|
1002
|
-
string;
|
|
1003
1000
|
}
|
|
1004
1001
|
interface IdentityServiceGoogleConfig {
|
|
1005
1002
|
/** 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 */
|
|
@@ -64,7 +64,6 @@ gapi.load('client', async () => {
|
|
|
64
64
|
encryptedClientSecret: "Test string",
|
|
65
65
|
kubectlRedirectUri: "Test string",
|
|
66
66
|
tenant: "Test string",
|
|
67
|
-
userClaim: "Test string",
|
|
68
67
|
},
|
|
69
68
|
googleConfig: {
|
|
70
69
|
disable: true,
|
|
@@ -171,7 +170,6 @@ gapi.load('client', async () => {
|
|
|
171
170
|
encryptedClientSecret: "Test string",
|
|
172
171
|
kubectlRedirectUri: "Test string",
|
|
173
172
|
tenant: "Test string",
|
|
174
|
-
userClaim: "Test string",
|
|
175
173
|
},
|
|
176
174
|
googleConfig: {
|
|
177
175
|
disable: true,
|
|
@@ -458,7 +456,6 @@ gapi.load('client', async () => {
|
|
|
458
456
|
encryptedClientSecret: "Test string",
|
|
459
457
|
kubectlRedirectUri: "Test string",
|
|
460
458
|
tenant: "Test string",
|
|
461
|
-
userClaim: "Test string",
|
|
462
459
|
},
|
|
463
460
|
googleConfig: {
|
|
464
461
|
disable: true,
|
|
@@ -797,7 +794,6 @@ gapi.load('client', async () => {
|
|
|
797
794
|
encryptedClientSecret: "Test string",
|
|
798
795
|
kubectlRedirectUri: "Test string",
|
|
799
796
|
tenant: "Test string",
|
|
800
|
-
userClaim: "Test string",
|
|
801
797
|
},
|
|
802
798
|
googleConfig: {
|
|
803
799
|
disable: true,
|
|
@@ -904,7 +900,6 @@ gapi.load('client', async () => {
|
|
|
904
900
|
encryptedClientSecret: "Test string",
|
|
905
901
|
kubectlRedirectUri: "Test string",
|
|
906
902
|
tenant: "Test string",
|
|
907
|
-
userClaim: "Test string",
|
|
908
903
|
},
|
|
909
904
|
googleConfig: {
|
|
910
905
|
disable: true,
|
|
@@ -1191,7 +1186,6 @@ gapi.load('client', async () => {
|
|
|
1191
1186
|
encryptedClientSecret: "Test string",
|
|
1192
1187
|
kubectlRedirectUri: "Test string",
|
|
1193
1188
|
tenant: "Test string",
|
|
1194
|
-
userClaim: "Test string",
|
|
1195
1189
|
},
|
|
1196
1190
|
googleConfig: {
|
|
1197
1191
|
disable: true,
|