@maxim_mazurok/gapi.client.gkehub-v1alpha 0.0.20230814 → 0.0.20230907
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 +6 -8
- 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: 20230907
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -78,9 +78,10 @@ declare namespace gapi.client {
|
|
|
78
78
|
identityProvider?:
|
|
79
79
|
string;
|
|
80
80
|
/**
|
|
81
|
-
* Optional. A JSON Web Token (JWT) issuer URI. `issuer` must start with `https://` and be a valid URL with length <2000 characters
|
|
82
|
-
* from this issuer to authenticate within the workload_identity_pool. OIDC discovery will be performed on this URI to
|
|
83
|
-
* Workload Identity. `issuer` cannot be directly modified; it must be cleared (and Workload Identity disabled) before using
|
|
81
|
+
* Optional. A JSON Web Token (JWT) issuer URI. `issuer` must start with `https://` and be a valid URL with length <2000 characters, it must use `location` rather than `zone` for GKE
|
|
82
|
+
* clusters. If set, then Google will allow valid OIDC tokens from this issuer to authenticate within the workload_identity_pool. OIDC discovery will be performed on this URI to
|
|
83
|
+
* validate tokens from the issuer. Clearing `issuer` disables Workload Identity. `issuer` cannot be directly modified; it must be cleared (and Workload Identity disabled) before using
|
|
84
|
+
* a new issuer (and re-enabling Workload Identity).
|
|
84
85
|
*/
|
|
85
86
|
issuer?:
|
|
86
87
|
string;
|
|
@@ -568,7 +569,7 @@ declare namespace gapi.client {
|
|
|
568
569
|
string;
|
|
569
570
|
}
|
|
570
571
|
interface ConfigManagementMembershipSpec {
|
|
571
|
-
/** Binauthz conifguration for the cluster. */
|
|
572
|
+
/** Binauthz conifguration for the cluster. Deprecated: This field will be ignored and should not be set. */
|
|
572
573
|
binauthz?:
|
|
573
574
|
ConfigManagementBinauthzConfig;
|
|
574
575
|
/**
|
|
@@ -1020,9 +1021,6 @@ declare namespace gapi.client {
|
|
|
1020
1021
|
/** Kind of Azure AD account to be authenticated. Supported values are or for accounts belonging to a specific tenant. */
|
|
1021
1022
|
tenant?:
|
|
1022
1023
|
string;
|
|
1023
|
-
/** Optional. Claim in the AzureAD ID Token that holds the user details. */
|
|
1024
|
-
userClaim?:
|
|
1025
|
-
string;
|
|
1026
1024
|
}
|
|
1027
1025
|
interface IdentityServiceGoogleConfig {
|
|
1028
1026
|
/** 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: 20230907
|
|
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,
|
|
@@ -459,7 +457,6 @@ gapi.load('client', async () => {
|
|
|
459
457
|
encryptedClientSecret: "Test string",
|
|
460
458
|
kubectlRedirectUri: "Test string",
|
|
461
459
|
tenant: "Test string",
|
|
462
|
-
userClaim: "Test string",
|
|
463
460
|
},
|
|
464
461
|
googleConfig: {
|
|
465
462
|
disable: true,
|
|
@@ -838,7 +835,6 @@ gapi.load('client', async () => {
|
|
|
838
835
|
encryptedClientSecret: "Test string",
|
|
839
836
|
kubectlRedirectUri: "Test string",
|
|
840
837
|
tenant: "Test string",
|
|
841
|
-
userClaim: "Test string",
|
|
842
838
|
},
|
|
843
839
|
googleConfig: {
|
|
844
840
|
disable: true,
|
|
@@ -945,7 +941,6 @@ gapi.load('client', async () => {
|
|
|
945
941
|
encryptedClientSecret: "Test string",
|
|
946
942
|
kubectlRedirectUri: "Test string",
|
|
947
943
|
tenant: "Test string",
|
|
948
|
-
userClaim: "Test string",
|
|
949
944
|
},
|
|
950
945
|
googleConfig: {
|
|
951
946
|
disable: true,
|
|
@@ -1233,7 +1228,6 @@ gapi.load('client', async () => {
|
|
|
1233
1228
|
encryptedClientSecret: "Test string",
|
|
1234
1229
|
kubectlRedirectUri: "Test string",
|
|
1235
1230
|
tenant: "Test string",
|
|
1236
|
-
userClaim: "Test string",
|
|
1237
1231
|
},
|
|
1238
1232
|
googleConfig: {
|
|
1239
1233
|
disable: true,
|