@maxim_mazurok/gapi.client.gkehub-v1alpha 0.0.20221031 → 0.0.20221207
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 +4 -2
- package/package.json +1 -1
- package/tests.ts +3 -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:
|
|
12
|
+
// Revision: 20221207
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -162,7 +162,7 @@ declare namespace gapi.client {
|
|
|
162
162
|
webhookVersion?: string;
|
|
163
163
|
}
|
|
164
164
|
interface ConfigManagementConfigSync {
|
|
165
|
-
/** Set to true to allow the vertical scaling. Defaults to false which disallows vertical scaling. */
|
|
165
|
+
/** Set to true to allow the vertical scaling. Defaults to false which disallows vertical scaling. This field is deprecated. */
|
|
166
166
|
allowVerticalScale?: boolean;
|
|
167
167
|
/**
|
|
168
168
|
* Enables the installation of ConfigSync. If set to true, ConfigSync resources will be created and the other ConfigSync fields will be applied if exist. If set to false, all other
|
|
@@ -785,6 +785,8 @@ declare namespace gapi.client {
|
|
|
785
785
|
cloudbuild?: CloudBuildMembershipSpec;
|
|
786
786
|
/** Config Management-specific spec. */
|
|
787
787
|
configmanagement?: ConfigManagementMembershipSpec;
|
|
788
|
+
/** True if value of `feature_spec` was inherited from a fleet-level default. */
|
|
789
|
+
fleetInherited?: boolean;
|
|
788
790
|
/** Fleet observability membership spec */
|
|
789
791
|
fleetobservability?: any;
|
|
790
792
|
/** Identity Service-specific spec. */
|
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: 20221207
|
|
7
7
|
|
|
8
8
|
gapi.load('client', async () => {
|
|
9
9
|
/** now we can use gapi.client */
|
|
@@ -118,6 +118,7 @@ gapi.load('client', async () => {
|
|
|
118
118
|
},
|
|
119
119
|
version: "Test string",
|
|
120
120
|
},
|
|
121
|
+
fleetInherited: true,
|
|
121
122
|
fleetobservability: {
|
|
122
123
|
},
|
|
123
124
|
identityservice: {
|
|
@@ -606,6 +607,7 @@ gapi.load('client', async () => {
|
|
|
606
607
|
},
|
|
607
608
|
version: "Test string",
|
|
608
609
|
},
|
|
610
|
+
fleetInherited: true,
|
|
609
611
|
fleetobservability: {
|
|
610
612
|
},
|
|
611
613
|
identityservice: {
|