@maxim_mazurok/gapi.client.gkehub-v1alpha 0.0.20220805 → 0.0.20220812
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 +1 -21
- package/package.json +1 -1
- package/tests.ts +1 -41
package/index.d.ts
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
11
11
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
12
12
|
// Generated from: https://gkehub.googleapis.com/$discovery/rest?version=v1alpha
|
|
13
|
-
// Revision:
|
|
13
|
+
// Revision: 20220812
|
|
14
14
|
|
|
15
15
|
/// <reference types="gapi.client" />
|
|
16
16
|
|
|
@@ -551,10 +551,6 @@ declare namespace gapi.client {
|
|
|
551
551
|
message?: string;
|
|
552
552
|
}
|
|
553
553
|
interface IdentityServiceAuthMethod {
|
|
554
|
-
/** AzureAD specific Configuration. */
|
|
555
|
-
azureadConfig?: IdentityServiceAzureADConfig;
|
|
556
|
-
/** GoogleConfig specific configuration */
|
|
557
|
-
googleConfig?: IdentityServiceGoogleConfig;
|
|
558
554
|
/** Identifier for auth config. */
|
|
559
555
|
name?: string;
|
|
560
556
|
/** OIDC specific configuration. */
|
|
@@ -562,22 +558,6 @@ declare namespace gapi.client {
|
|
|
562
558
|
/** Proxy server address to use for auth method. */
|
|
563
559
|
proxy?: string;
|
|
564
560
|
}
|
|
565
|
-
interface IdentityServiceAzureADConfig {
|
|
566
|
-
/** ID for the registered client application that makes authentication requests to the Azure AD identity provider. */
|
|
567
|
-
clientId?: string;
|
|
568
|
-
/** Input only. Unencrypted AzureAD client secret will be passed to the GKE Hub CLH. */
|
|
569
|
-
clientSecret?: string;
|
|
570
|
-
/** Output only. Encrypted AzureAD client secret. */
|
|
571
|
-
encryptedClientSecret?: string;
|
|
572
|
-
/** The redirect URL that kubectl uses for authorization. */
|
|
573
|
-
kubectlRedirectUri?: string;
|
|
574
|
-
/** Kind of Azure AD account to be authenticated. Supported values are or for accounts belonging to a specific tenant. */
|
|
575
|
-
tenant?: string;
|
|
576
|
-
}
|
|
577
|
-
interface IdentityServiceGoogleConfig {
|
|
578
|
-
/** Disable automatic configuration of Google Plugin on supported platforms. */
|
|
579
|
-
disable?: boolean;
|
|
580
|
-
}
|
|
581
561
|
interface IdentityServiceMembershipSpec {
|
|
582
562
|
/** A member may support multiple auth methods. */
|
|
583
563
|
authMethods?: IdentityServiceAuthMethod[];
|
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: 20220812
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|
|
@@ -131,16 +131,6 @@ gapi.load('client', async () => {
|
|
|
131
131
|
identityservice: {
|
|
132
132
|
authMethods: [
|
|
133
133
|
{
|
|
134
|
-
azureadConfig: {
|
|
135
|
-
clientId: "Test string",
|
|
136
|
-
clientSecret: "Test string",
|
|
137
|
-
encryptedClientSecret: "Test string",
|
|
138
|
-
kubectlRedirectUri: "Test string",
|
|
139
|
-
tenant: "Test string",
|
|
140
|
-
},
|
|
141
|
-
googleConfig: {
|
|
142
|
-
disable: true,
|
|
143
|
-
},
|
|
144
134
|
name: "Test string",
|
|
145
135
|
oidcConfig: {
|
|
146
136
|
certificateAuthorityData: "Test string",
|
|
@@ -355,16 +345,6 @@ gapi.load('client', async () => {
|
|
|
355
345
|
memberConfig: {
|
|
356
346
|
authMethods: [
|
|
357
347
|
{
|
|
358
|
-
azureadConfig: {
|
|
359
|
-
clientId: "Test string",
|
|
360
|
-
clientSecret: "Test string",
|
|
361
|
-
encryptedClientSecret: "Test string",
|
|
362
|
-
kubectlRedirectUri: "Test string",
|
|
363
|
-
tenant: "Test string",
|
|
364
|
-
},
|
|
365
|
-
googleConfig: {
|
|
366
|
-
disable: true,
|
|
367
|
-
},
|
|
368
348
|
name: "Test string",
|
|
369
349
|
oidcConfig: {
|
|
370
350
|
certificateAuthorityData: "Test string",
|
|
@@ -623,16 +603,6 @@ gapi.load('client', async () => {
|
|
|
623
603
|
identityservice: {
|
|
624
604
|
authMethods: [
|
|
625
605
|
{
|
|
626
|
-
azureadConfig: {
|
|
627
|
-
clientId: "Test string",
|
|
628
|
-
clientSecret: "Test string",
|
|
629
|
-
encryptedClientSecret: "Test string",
|
|
630
|
-
kubectlRedirectUri: "Test string",
|
|
631
|
-
tenant: "Test string",
|
|
632
|
-
},
|
|
633
|
-
googleConfig: {
|
|
634
|
-
disable: true,
|
|
635
|
-
},
|
|
636
606
|
name: "Test string",
|
|
637
607
|
oidcConfig: {
|
|
638
608
|
certificateAuthorityData: "Test string",
|
|
@@ -847,16 +817,6 @@ gapi.load('client', async () => {
|
|
|
847
817
|
memberConfig: {
|
|
848
818
|
authMethods: [
|
|
849
819
|
{
|
|
850
|
-
azureadConfig: {
|
|
851
|
-
clientId: "Test string",
|
|
852
|
-
clientSecret: "Test string",
|
|
853
|
-
encryptedClientSecret: "Test string",
|
|
854
|
-
kubectlRedirectUri: "Test string",
|
|
855
|
-
tenant: "Test string",
|
|
856
|
-
},
|
|
857
|
-
googleConfig: {
|
|
858
|
-
disable: true,
|
|
859
|
-
},
|
|
860
820
|
name: "Test string",
|
|
861
821
|
oidcConfig: {
|
|
862
822
|
certificateAuthorityData: "Test string",
|