@maxim_mazurok/gapi.client.gkehub-v1alpha 0.0.20230106 → 0.0.20230119

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.
Files changed (3) hide show
  1. package/index.d.ts +7 -1
  2. package/package.json +1 -1
  3. package/tests.ts +73 -1
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: 20230106
12
+ // Revision: 20230119
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -147,6 +147,10 @@ declare namespace gapi.client {
147
147
  /** Output only. The "running state" of the Feature in this Hub. */
148
148
  state?: FeatureState;
149
149
  }
150
+ interface CommonFleetDefaultMemberConfigSpec {
151
+ /** Identity Service-specific spec. */
152
+ identityservice?: IdentityServiceMembershipSpec;
153
+ }
150
154
  interface ConfigManagementBinauthzConfig {
151
155
  /** Whether binauthz is enabled in this cluster. */
152
156
  enabled?: boolean;
@@ -427,6 +431,8 @@ declare namespace gapi.client {
427
431
  createTime?: string;
428
432
  /** Output only. When the Feature resource was deleted. */
429
433
  deleteTime?: string;
434
+ /** Optional. Feature configuration applicable to all memberships of the fleet. */
435
+ fleetDefaultMemberConfig?: CommonFleetDefaultMemberConfigSpec;
430
436
  /** GCP labels for this Feature. */
431
437
  labels?: { [P in string]: string };
432
438
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.gkehub-v1alpha",
3
- "version": "0.0.20230106",
3
+ "version": "0.0.20230119",
4
4
  "description": "TypeScript typings for GKE Hub API v1alpha",
5
5
  "license": "MIT",
6
6
  "author": {
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: 20230106
6
+ // Revision: 20230119
7
7
 
8
8
  gapi.load('client', async () => {
9
9
  /** now we can use gapi.client */
@@ -54,6 +54,42 @@ gapi.load('client', async () => {
54
54
  }, {
55
55
  createTime: "Test string",
56
56
  deleteTime: "Test string",
57
+ fleetDefaultMemberConfig: {
58
+ identityservice: {
59
+ authMethods: [
60
+ {
61
+ azureadConfig: {
62
+ clientId: "Test string",
63
+ clientSecret: "Test string",
64
+ encryptedClientSecret: "Test string",
65
+ kubectlRedirectUri: "Test string",
66
+ tenant: "Test string",
67
+ },
68
+ googleConfig: {
69
+ disable: true,
70
+ },
71
+ name: "Test string",
72
+ oidcConfig: {
73
+ certificateAuthorityData: "Test string",
74
+ clientId: "Test string",
75
+ clientSecret: "Test string",
76
+ deployCloudConsoleProxy: true,
77
+ enableAccessToken: true,
78
+ encryptedClientSecret: "Test string",
79
+ extraParams: "Test string",
80
+ groupPrefix: "Test string",
81
+ groupsClaim: "Test string",
82
+ issuerUri: "Test string",
83
+ kubectlRedirectUri: "Test string",
84
+ scopes: "Test string",
85
+ userClaim: "Test string",
86
+ userPrefix: "Test string",
87
+ },
88
+ proxy: "Test string",
89
+ }
90
+ ],
91
+ },
92
+ },
57
93
  labels: {
58
94
  A: "Test string"
59
95
  },
@@ -559,6 +595,42 @@ gapi.load('client', async () => {
559
595
  }, {
560
596
  createTime: "Test string",
561
597
  deleteTime: "Test string",
598
+ fleetDefaultMemberConfig: {
599
+ identityservice: {
600
+ authMethods: [
601
+ {
602
+ azureadConfig: {
603
+ clientId: "Test string",
604
+ clientSecret: "Test string",
605
+ encryptedClientSecret: "Test string",
606
+ kubectlRedirectUri: "Test string",
607
+ tenant: "Test string",
608
+ },
609
+ googleConfig: {
610
+ disable: true,
611
+ },
612
+ name: "Test string",
613
+ oidcConfig: {
614
+ certificateAuthorityData: "Test string",
615
+ clientId: "Test string",
616
+ clientSecret: "Test string",
617
+ deployCloudConsoleProxy: true,
618
+ enableAccessToken: true,
619
+ encryptedClientSecret: "Test string",
620
+ extraParams: "Test string",
621
+ groupPrefix: "Test string",
622
+ groupsClaim: "Test string",
623
+ issuerUri: "Test string",
624
+ kubectlRedirectUri: "Test string",
625
+ scopes: "Test string",
626
+ userClaim: "Test string",
627
+ userPrefix: "Test string",
628
+ },
629
+ proxy: "Test string",
630
+ }
631
+ ],
632
+ },
633
+ },
562
634
  labels: {
563
635
  A: "Test string"
564
636
  },