@maxim_mazurok/gapi.client.gkehub-v1 0.0.20221207 → 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 +6 -1
  2. package/package.json +1 -1
  3. package/tests.ts +5 -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: 20221207
12
+ // Revision: 20230119
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -114,6 +114,9 @@ declare namespace gapi.client {
114
114
  /** Output only. The "running state" of the Feature in this Hub. */
115
115
  state?: FeatureState;
116
116
  }
117
+ // tslint:disable-next-line:no-empty-interface
118
+ interface CommonFleetDefaultMemberConfigSpec {
119
+ }
117
120
  interface ConfigManagementConfigSync {
118
121
  /** Set to true to allow the vertical scaling. Defaults to false which disallows vertical scaling. This field is deprecated. */
119
122
  allowVerticalScale?: boolean;
@@ -376,6 +379,8 @@ declare namespace gapi.client {
376
379
  createTime?: string;
377
380
  /** Output only. When the Feature resource was deleted. */
378
381
  deleteTime?: string;
382
+ /** Optional. Feature configuration applicable to all memberships of the fleet. */
383
+ fleetDefaultMemberConfig?: any;
379
384
  /** GCP labels for this Feature. */
380
385
  labels?: { [P in string]: string };
381
386
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.gkehub-v1",
3
- "version": "0.0.20221207",
3
+ "version": "0.0.20230119",
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: 20221207
6
+ // Revision: 20230119
7
7
 
8
8
  gapi.load('client', async () => {
9
9
  /** now we can use gapi.client */
@@ -48,6 +48,8 @@ gapi.load('client', async () => {
48
48
  }, {
49
49
  createTime: "Test string",
50
50
  deleteTime: "Test string",
51
+ fleetDefaultMemberConfig: {
52
+ },
51
53
  labels: {
52
54
  A: "Test string"
53
55
  },
@@ -418,6 +420,8 @@ gapi.load('client', async () => {
418
420
  }, {
419
421
  createTime: "Test string",
420
422
  deleteTime: "Test string",
423
+ fleetDefaultMemberConfig: {
424
+ },
421
425
  labels: {
422
426
  A: "Test string"
423
427
  },