@maxim_mazurok/gapi.client.gkehub-v2alpha 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=v2alpha
12
- // Revision: 20250216
12
+ // Revision: 20250302
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -88,6 +88,8 @@ declare namespace gapi.client {
88
88
  webhookVersion?: string;
89
89
  }
90
90
  interface ConfigManagementConfigSync {
91
+ /** Optional. Configuration for deployment overrides. */
92
+ deploymentOverrides?: ConfigManagementDeploymentOverride[];
91
93
  /** 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. */
92
94
  enabled?: boolean;
93
95
  /** Optional. Git repo configuration for the cluster. */
@@ -167,6 +169,26 @@ declare namespace gapi.client {
167
169
  /** Version of the deployed syncer pod. */
168
170
  syncer?: string;
169
171
  }
172
+ interface ConfigManagementContainerOverride {
173
+ /** Required. The name of the container. */
174
+ containerName?: string;
175
+ /** Optional. The cpu limit of the container. */
176
+ cpuLimit?: string;
177
+ /** Optional. The cpu request of the container. */
178
+ cpuRequest?: string;
179
+ /** Optional. The memory limit of the container. */
180
+ memoryLimit?: string;
181
+ /** Optional. The memory request of the container. */
182
+ memoryRequest?: string;
183
+ }
184
+ interface ConfigManagementDeploymentOverride {
185
+ /** Optional. The containers of the deployment resource to be overridden. */
186
+ containers?: ConfigManagementContainerOverride[];
187
+ /** Required. The name of the deployment resource to be overridden. */
188
+ deploymentName?: string;
189
+ /** Required. The namespace of the deployment resource to be overridden.. */
190
+ deploymentNamespace?: string;
191
+ }
170
192
  interface ConfigManagementErrorResource {
171
193
  /** Group/version/kind of the resource that is causing an error */
172
194
  resourceGvk?: ConfigManagementGroupVersionKind;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.gkehub-v2alpha",
3
- "version": "0.0.20250216",
3
+ "version": "0.0.20250302",
4
4
  "description": "TypeScript typings for GKE Hub API v2alpha",
5
5
  "repository": {
6
6
  "type": "git",