@maxim_mazurok/gapi.client.gkehub-v1alpha 0.0.20250103 → 0.0.20250113
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=v1alpha
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250113
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -265,8 +265,6 @@ declare namespace gapi.client {
|
|
|
265
265
|
webhookVersion?: string;
|
|
266
266
|
}
|
|
267
267
|
interface ConfigManagementConfigSync {
|
|
268
|
-
/** Optional. Set to true to allow the vertical scaling. Defaults to false which disallows vertical scaling. This field is deprecated. */
|
|
269
|
-
allowVerticalScale?: boolean;
|
|
270
268
|
/** 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. */
|
|
271
269
|
enabled?: boolean;
|
|
272
270
|
/** Optional. Git repo configuration for the cluster. */
|
|
@@ -371,11 +369,11 @@ declare namespace gapi.client {
|
|
|
371
369
|
httpsProxy?: string;
|
|
372
370
|
/** Optional. The path within the Git repository that represents the top level of the repo to sync. Default: the root directory of the repository. */
|
|
373
371
|
policyDir?: string;
|
|
374
|
-
/** 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.
|
|
372
|
+
/** 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. */
|
|
375
373
|
secretType?: string;
|
|
376
374
|
/** Optional. The branch of the repository to sync from. Default: master. */
|
|
377
375
|
syncBranch?: string;
|
|
378
|
-
/**
|
|
376
|
+
/** Required. The URL of the Git repository to use as the source of truth. */
|
|
379
377
|
syncRepo?: string;
|
|
380
378
|
/** Optional. Git revision (tag or hash) to check out. Default HEAD. */
|
|
381
379
|
syncRev?: string;
|
|
@@ -457,9 +455,9 @@ declare namespace gapi.client {
|
|
|
457
455
|
gcpServiceAccountEmail?: string;
|
|
458
456
|
/** Optional. The absolute path of the directory that contains the local resources. Default: the root directory of the image. */
|
|
459
457
|
policyDir?: string;
|
|
460
|
-
/**
|
|
458
|
+
/** 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. */
|
|
461
459
|
secretType?: string;
|
|
462
|
-
/**
|
|
460
|
+
/** Required. The OCI image repository URL for the package to sync from. e.g. `LOCATION-docker.pkg.dev/PROJECT_ID/REPOSITORY_NAME/PACKAGE_NAME`. */
|
|
463
461
|
syncRepo?: string;
|
|
464
462
|
/** Optional. Period in seconds between consecutive syncs. Default: 15. */
|
|
465
463
|
syncWaitSecs?: string;
|