@maxim_mazurok/gapi.client.gkehub-v1alpha 0.0.20250216 → 0.0.20250302

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.
Files changed (2) hide show
  1. package/index.d.ts +23 -1
  2. 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: 20250216
12
+ // Revision: 20250302
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -251,6 +251,8 @@ declare namespace gapi.client {
251
251
  webhookVersion?: string;
252
252
  }
253
253
  interface ConfigManagementConfigSync {
254
+ /** Optional. Configuration for deployment overrides. */
255
+ deploymentOverrides?: ConfigManagementDeploymentOverride[];
254
256
  /** 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. */
255
257
  enabled?: boolean;
256
258
  /** Optional. Git repo configuration for the cluster. */
@@ -330,6 +332,26 @@ declare namespace gapi.client {
330
332
  /** Version of the deployed syncer pod */
331
333
  syncer?: string;
332
334
  }
335
+ interface ConfigManagementContainerOverride {
336
+ /** Required. The name of the container. */
337
+ containerName?: string;
338
+ /** Optional. The cpu limit of the container. */
339
+ cpuLimit?: string;
340
+ /** Optional. The cpu request of the container. */
341
+ cpuRequest?: string;
342
+ /** Optional. The memory limit of the container. */
343
+ memoryLimit?: string;
344
+ /** Optional. The memory request of the container. */
345
+ memoryRequest?: string;
346
+ }
347
+ interface ConfigManagementDeploymentOverride {
348
+ /** Optional. The containers of the deployment resource to be overridden. */
349
+ containers?: ConfigManagementContainerOverride[];
350
+ /** Required. The name of the deployment resource to be overridden. */
351
+ deploymentName?: string;
352
+ /** Required. The namespace of the deployment resource to be overridden.. */
353
+ deploymentNamespace?: string;
354
+ }
333
355
  interface ConfigManagementErrorResource {
334
356
  /** Group/version/kind of the resource that is causing an error */
335
357
  resourceGvk?: ConfigManagementGroupVersionKind;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.gkehub-v1alpha",
3
- "version": "0.0.20250216",
3
+ "version": "0.0.20250302",
4
4
  "description": "TypeScript typings for GKE Hub API v1alpha",
5
5
  "repository": {
6
6
  "type": "git",