@maxim_mazurok/gapi.client.gkehub-v1alpha 0.0.20240623 → 0.0.20240706

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 +13 -3
  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: 20240623
12
+ // Revision: 20240706
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -275,8 +275,12 @@ declare namespace gapi.client {
275
275
  importer?: string;
276
276
  /** Deployment state of the monitor pod */
277
277
  monitor?: string;
278
+ /** Deployment state of otel-collector */
279
+ otelCollector?: string;
278
280
  /** Deployment state of reconciler-manager pod */
279
281
  reconcilerManager?: string;
282
+ /** Deployment state of resource-group-controller-manager */
283
+ resourceGroupControllerManager?: string;
280
284
  /** Deployment state of root-reconciler */
281
285
  rootReconciler?: string;
282
286
  /** Deployment state of the syncer pod */
@@ -303,7 +307,7 @@ declare namespace gapi.client {
303
307
  version?: ConfigManagementConfigSyncVersion;
304
308
  }
305
309
  interface ConfigManagementConfigSyncVersion {
306
- /** Version of the deployed admission_webhook pod */
310
+ /** Version of the deployed admission-webhook pod */
307
311
  admissionWebhook?: string;
308
312
  /** Version of the deployed git-sync pod */
309
313
  gitSync?: string;
@@ -311,8 +315,12 @@ declare namespace gapi.client {
311
315
  importer?: string;
312
316
  /** Version of the deployed monitor pod */
313
317
  monitor?: string;
318
+ /** Version of the deployed otel-collector pod */
319
+ otelCollector?: string;
314
320
  /** Version of the deployed reconciler-manager pod */
315
321
  reconcilerManager?: string;
322
+ /** Version of the deployed resource-group-controller-manager pod */
323
+ resourceGroupControllerManager?: string;
316
324
  /** Version of the deployed reconciler container in root-reconciler pod */
317
325
  rootReconciler?: string;
318
326
  /** Version of the deployed syncer pod */
@@ -1423,11 +1431,13 @@ declare namespace gapi.client {
1423
1431
  analysisMessages?: ServiceMeshAnalysisMessage[];
1424
1432
  }
1425
1433
  interface ServiceMeshMembershipSpec {
1434
+ /** Optional. Specifies the API that will be used for configuring the mesh workloads. */
1435
+ configApi?: string;
1426
1436
  /** Deprecated: use `management` instead Enables automatic control plane management. */
1427
1437
  controlPlane?: string;
1428
1438
  /** Determines which release channel to use for default injection and service mesh APIs. */
1429
1439
  defaultChannel?: string;
1430
- /** Enables automatic Service Mesh management. */
1440
+ /** Optional. Enables automatic Service Mesh management. */
1431
1441
  management?: string;
1432
1442
  }
1433
1443
  interface ServiceMeshMembershipState {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.gkehub-v1alpha",
3
- "version": "0.0.20240623",
3
+ "version": "0.0.20240706",
4
4
  "description": "TypeScript typings for GKE Hub API v1alpha",
5
5
  "repository": {
6
6
  "type": "git",