@maxim_mazurok/gapi.client.gkehub-v1 0.0.20230907 → 0.0.20230914

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 +5 -3
  2. package/package.json +1 -1
  3. package/tests.ts +105 -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=v1
12
- // Revision: 20230907
12
+ // Revision: 20230914
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -137,8 +137,10 @@ declare namespace gapi.client {
137
137
  state?:
138
138
  FeatureState;
139
139
  }
140
- // tslint:disable-next-line:no-empty-interface
141
140
  interface CommonFleetDefaultMemberConfigSpec {
141
+ /** Config Management-specific spec. */
142
+ configmanagement?:
143
+ ConfigManagementMembershipSpec;
142
144
  }
143
145
  interface ConfigManagementConfigSync {
144
146
  /** Set to true to allow the vertical scaling. Defaults to false which disallows vertical scaling. This field is deprecated. */
@@ -546,7 +548,7 @@ declare namespace gapi.client {
546
548
  string;
547
549
  /** Optional. Feature configuration applicable to all memberships of the fleet. */
548
550
  fleetDefaultMemberConfig?:
549
- any;
551
+ CommonFleetDefaultMemberConfigSpec;
550
552
  /** Labels for this Feature. */
551
553
  labels?:
552
554
  { [P in string]: string };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.gkehub-v1",
3
- "version": "0.0.20230907",
3
+ "version": "0.0.20230914",
4
4
  "description": "TypeScript typings for GKE Hub API v1",
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: 20230907
6
+ // Revision: 20230914
7
7
 
8
8
  gapi.load('client', async () => {
9
9
  /** now we can use gapi.client */
@@ -55,6 +55,58 @@ gapi.load('client', async () => {
55
55
  createTime: "Test string",
56
56
  deleteTime: "Test string",
57
57
  fleetDefaultMemberConfig: {
58
+ configmanagement: {
59
+ cluster: "Test string",
60
+ configSync: {
61
+ allowVerticalScale: true,
62
+ enabled: true,
63
+ git: {
64
+ gcpServiceAccountEmail: "Test string",
65
+ httpsProxy: "Test string",
66
+ policyDir: "Test string",
67
+ secretType: "Test string",
68
+ syncBranch: "Test string",
69
+ syncRepo: "Test string",
70
+ syncRev: "Test string",
71
+ syncWaitSecs: "Test string",
72
+ },
73
+ metricsGcpServiceAccountEmail: "Test string",
74
+ oci: {
75
+ gcpServiceAccountEmail: "Test string",
76
+ policyDir: "Test string",
77
+ secretType: "Test string",
78
+ syncRepo: "Test string",
79
+ syncWaitSecs: "Test string",
80
+ },
81
+ preventDrift: true,
82
+ sourceFormat: "Test string",
83
+ stopSyncing: true,
84
+ },
85
+ hierarchyController: {
86
+ enabled: true,
87
+ enableHierarchicalResourceQuota: true,
88
+ enablePodTreeLabels: true,
89
+ },
90
+ management: "Test string",
91
+ policyController: {
92
+ auditIntervalSeconds: "Test string",
93
+ enabled: true,
94
+ exemptableNamespaces: [
95
+ "Test string"
96
+ ],
97
+ logDeniesEnabled: true,
98
+ monitoring: {
99
+ backends: [
100
+ "Test string"
101
+ ],
102
+ },
103
+ mutationEnabled: true,
104
+ referentialRulesEnabled: true,
105
+ templateLibraryInstalled: true,
106
+ updateTime: "Test string",
107
+ },
108
+ version: "Test string",
109
+ },
58
110
  },
59
111
  labels: {
60
112
  A: "Test string"
@@ -487,6 +539,58 @@ gapi.load('client', async () => {
487
539
  createTime: "Test string",
488
540
  deleteTime: "Test string",
489
541
  fleetDefaultMemberConfig: {
542
+ configmanagement: {
543
+ cluster: "Test string",
544
+ configSync: {
545
+ allowVerticalScale: true,
546
+ enabled: true,
547
+ git: {
548
+ gcpServiceAccountEmail: "Test string",
549
+ httpsProxy: "Test string",
550
+ policyDir: "Test string",
551
+ secretType: "Test string",
552
+ syncBranch: "Test string",
553
+ syncRepo: "Test string",
554
+ syncRev: "Test string",
555
+ syncWaitSecs: "Test string",
556
+ },
557
+ metricsGcpServiceAccountEmail: "Test string",
558
+ oci: {
559
+ gcpServiceAccountEmail: "Test string",
560
+ policyDir: "Test string",
561
+ secretType: "Test string",
562
+ syncRepo: "Test string",
563
+ syncWaitSecs: "Test string",
564
+ },
565
+ preventDrift: true,
566
+ sourceFormat: "Test string",
567
+ stopSyncing: true,
568
+ },
569
+ hierarchyController: {
570
+ enabled: true,
571
+ enableHierarchicalResourceQuota: true,
572
+ enablePodTreeLabels: true,
573
+ },
574
+ management: "Test string",
575
+ policyController: {
576
+ auditIntervalSeconds: "Test string",
577
+ enabled: true,
578
+ exemptableNamespaces: [
579
+ "Test string"
580
+ ],
581
+ logDeniesEnabled: true,
582
+ monitoring: {
583
+ backends: [
584
+ "Test string"
585
+ ],
586
+ },
587
+ mutationEnabled: true,
588
+ referentialRulesEnabled: true,
589
+ templateLibraryInstalled: true,
590
+ updateTime: "Test string",
591
+ },
592
+ version: "Test string",
593
+ },
490
594
  },
491
595
  labels: {
492
596
  A: "Test string"