@maxim_mazurok/gapi.client.gkehub-v1 0.0.20250103 → 0.0.20250116
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 +5 -7
- package/package.json +1 -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:
|
|
12
|
+
// Revision: 20250116
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -199,8 +199,6 @@ declare namespace gapi.client {
|
|
|
199
199
|
standard?: string;
|
|
200
200
|
}
|
|
201
201
|
interface ConfigManagementConfigSync {
|
|
202
|
-
/** Optional. Set to true to allow the vertical scaling. Defaults to false which disallows vertical scaling. This field is deprecated. */
|
|
203
|
-
allowVerticalScale?: boolean;
|
|
204
202
|
/** Optional. 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 ConfigSync fields will be ignored, ConfigSync resources will be deleted. If omitted, ConfigSync resources will be managed depends on the presence of the git or oci field. */
|
|
205
203
|
enabled?: boolean;
|
|
206
204
|
/** Optional. Git repo configuration for the cluster. */
|
|
@@ -305,11 +303,11 @@ declare namespace gapi.client {
|
|
|
305
303
|
httpsProxy?: string;
|
|
306
304
|
/** Optional. The path within the Git repository that represents the top level of the repo to sync. Default: the root directory of the repository. */
|
|
307
305
|
policyDir?: string;
|
|
308
|
-
/** Required. Type of secret configured for access to the Git repo. Must be one of ssh, cookiefile, gcenode, token, gcpserviceaccount or none. The validation of this is case-sensitive.
|
|
306
|
+
/** Required. Type of secret configured for access to the Git repo. Must be one of ssh, cookiefile, gcenode, token, gcpserviceaccount, githubapp or none. The validation of this is case-sensitive. */
|
|
309
307
|
secretType?: string;
|
|
310
308
|
/** Optional. The branch of the repository to sync from. Default: master. */
|
|
311
309
|
syncBranch?: string;
|
|
312
|
-
/**
|
|
310
|
+
/** Required. The URL of the Git repository to use as the source of truth. */
|
|
313
311
|
syncRepo?: string;
|
|
314
312
|
/** Optional. Git revision (tag or hash) to check out. Default HEAD. */
|
|
315
313
|
syncRev?: string;
|
|
@@ -387,9 +385,9 @@ declare namespace gapi.client {
|
|
|
387
385
|
gcpServiceAccountEmail?: string;
|
|
388
386
|
/** Optional. The absolute path of the directory that contains the local resources. Default: the root directory of the image. */
|
|
389
387
|
policyDir?: string;
|
|
390
|
-
/**
|
|
388
|
+
/** Required. Type of secret configured for access to the OCI repo. Must be one of gcenode, gcpserviceaccount, k8sserviceaccount or none. The validation of this is case-sensitive. */
|
|
391
389
|
secretType?: string;
|
|
392
|
-
/**
|
|
390
|
+
/** Required. The OCI image repository URL for the package to sync from. e.g. `LOCATION-docker.pkg.dev/PROJECT_ID/REPOSITORY_NAME/PACKAGE_NAME`. */
|
|
393
391
|
syncRepo?: string;
|
|
394
392
|
/** Optional. Period in seconds between consecutive syncs. Default: 15. */
|
|
395
393
|
syncWaitSecs?: string;
|