@maxim_mazurok/gapi.client.gkehub-v2alpha 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=v2alpha
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250113
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -88,8 +88,6 @@ declare namespace gapi.client {
|
|
|
88
88
|
webhookVersion?: string;
|
|
89
89
|
}
|
|
90
90
|
interface ConfigManagementConfigSync {
|
|
91
|
-
/** Optional. Set to true to allow the vertical scaling. Defaults to false which disallows vertical scaling. This field is deprecated. */
|
|
92
|
-
allowVerticalScale?: boolean;
|
|
93
91
|
/** 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. */
|
|
94
92
|
enabled?: boolean;
|
|
95
93
|
/** Optional. Git repo configuration for the cluster. */
|
|
@@ -194,11 +192,11 @@ declare namespace gapi.client {
|
|
|
194
192
|
httpsProxy?: string;
|
|
195
193
|
/** Optional. The path within the Git repository that represents the top level of the repo to sync. Default: the root directory of the repository. */
|
|
196
194
|
policyDir?: string;
|
|
197
|
-
/** 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.
|
|
195
|
+
/** 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. */
|
|
198
196
|
secretType?: string;
|
|
199
197
|
/** Optional. The branch of the repository to sync from. Default: master. */
|
|
200
198
|
syncBranch?: string;
|
|
201
|
-
/**
|
|
199
|
+
/** Required. The URL of the Git repository to use as the source of truth. */
|
|
202
200
|
syncRepo?: string;
|
|
203
201
|
/** Optional. Git revision (tag or hash) to check out. Default HEAD. */
|
|
204
202
|
syncRev?: string;
|
|
@@ -248,9 +246,9 @@ declare namespace gapi.client {
|
|
|
248
246
|
gcpServiceAccountEmail?: string;
|
|
249
247
|
/** Optional. The absolute path of the directory that contains the local resources. Default: the root directory of the image. */
|
|
250
248
|
policyDir?: string;
|
|
251
|
-
/**
|
|
249
|
+
/** 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. */
|
|
252
250
|
secretType?: string;
|
|
253
|
-
/**
|
|
251
|
+
/** Required. The OCI image repository URL for the package to sync from. e.g. `LOCATION-docker.pkg.dev/PROJECT_ID/REPOSITORY_NAME/PACKAGE_NAME`. */
|
|
254
252
|
syncRepo?: string;
|
|
255
253
|
/** Optional. Period in seconds between consecutive syncs. Default: 15. */
|
|
256
254
|
syncWaitSecs?: string;
|