@maxim_mazurok/gapi.client.gkehub-v1alpha 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 -23
- 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: 20250116
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -24,18 +24,6 @@ declare namespace gapi.client {
|
|
|
24
24
|
function load(name: 'gkehub', version: 'v1alpha', callback: () => any): void;
|
|
25
25
|
|
|
26
26
|
namespace gkehub {
|
|
27
|
-
interface AnthosObservabilityFeatureSpec {
|
|
28
|
-
/** Default membership spec for unconfigured memberships */
|
|
29
|
-
defaultMembershipSpec?: AnthosObservabilityMembershipSpec;
|
|
30
|
-
}
|
|
31
|
-
interface AnthosObservabilityMembershipSpec {
|
|
32
|
-
/** Use full of metrics rather than optimized metrics. See https://cloud.google.com/anthos/clusters/docs/on-prem/1.8/concepts/logging-and-monitoring#optimized_metrics_default_metrics */
|
|
33
|
-
doNotOptimizeMetrics?: boolean;
|
|
34
|
-
/** Enable collecting and reporting metrics and logs from user apps. */
|
|
35
|
-
enableStackdriverOnApplications?: boolean;
|
|
36
|
-
/** the version of stackdriver operator used by this feature */
|
|
37
|
-
version?: string;
|
|
38
|
-
}
|
|
39
27
|
interface AppDevExperienceFeatureSpec {}
|
|
40
28
|
interface AppDevExperienceFeatureState {
|
|
41
29
|
/** Status of subcomponent that detects configured Service Mesh resources. */
|
|
@@ -197,8 +185,6 @@ declare namespace gapi.client {
|
|
|
197
185
|
updateTime?: string;
|
|
198
186
|
}
|
|
199
187
|
interface CommonFeatureSpec {
|
|
200
|
-
/** Anthos Observability spec */
|
|
201
|
-
anthosobservability?: AnthosObservabilityFeatureSpec;
|
|
202
188
|
/** Appdevexperience specific spec. */
|
|
203
189
|
appdevexperience?: any;
|
|
204
190
|
/** Cloud Audit Logging-specific spec. */
|
|
@@ -265,8 +251,6 @@ declare namespace gapi.client {
|
|
|
265
251
|
webhookVersion?: string;
|
|
266
252
|
}
|
|
267
253
|
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
254
|
/** 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
255
|
enabled?: boolean;
|
|
272
256
|
/** Optional. Git repo configuration for the cluster. */
|
|
@@ -371,11 +355,11 @@ declare namespace gapi.client {
|
|
|
371
355
|
httpsProxy?: string;
|
|
372
356
|
/** 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
357
|
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.
|
|
358
|
+
/** 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
359
|
secretType?: string;
|
|
376
360
|
/** Optional. The branch of the repository to sync from. Default: master. */
|
|
377
361
|
syncBranch?: string;
|
|
378
|
-
/**
|
|
362
|
+
/** Required. The URL of the Git repository to use as the source of truth. */
|
|
379
363
|
syncRepo?: string;
|
|
380
364
|
/** Optional. Git revision (tag or hash) to check out. Default HEAD. */
|
|
381
365
|
syncRev?: string;
|
|
@@ -457,9 +441,9 @@ declare namespace gapi.client {
|
|
|
457
441
|
gcpServiceAccountEmail?: string;
|
|
458
442
|
/** Optional. The absolute path of the directory that contains the local resources. Default: the root directory of the image. */
|
|
459
443
|
policyDir?: string;
|
|
460
|
-
/**
|
|
444
|
+
/** 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
445
|
secretType?: string;
|
|
462
|
-
/**
|
|
446
|
+
/** 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
447
|
syncRepo?: string;
|
|
464
448
|
/** Optional. Period in seconds between consecutive syncs. Default: 15. */
|
|
465
449
|
syncWaitSecs?: string;
|
|
@@ -1070,8 +1054,6 @@ declare namespace gapi.client {
|
|
|
1070
1054
|
onPremCluster?: OnPremCluster;
|
|
1071
1055
|
}
|
|
1072
1056
|
interface MembershipFeatureSpec {
|
|
1073
|
-
/** Anthos Observability-specific spec */
|
|
1074
|
-
anthosobservability?: AnthosObservabilityMembershipSpec;
|
|
1075
1057
|
/** Cloud Build-specific spec */
|
|
1076
1058
|
cloudbuild?: CloudBuildMembershipSpec;
|
|
1077
1059
|
/** Config Management-specific spec. */
|