@maxim_mazurok/gapi.client.gkehub-v1 0.0.20241017 → 0.0.20241108

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 +9 -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=v1
12
- // Revision: 20241017
12
+ // Revision: 20241108
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -52,6 +52,10 @@ declare namespace gapi.client {
52
52
  issuer?: string;
53
53
  /** Optional. OIDC verification keys for this Membership in JWKS format (RFC 7517). When this field is set, OIDC discovery will NOT be performed on `issuer`, and instead OIDC tokens will be validated using this field. */
54
54
  oidcJwks?: string;
55
+ /** Optional. Output only. The identity provider for the scope-tenancy workload identity pool. */
56
+ scopeTenancyIdentityProvider?: string;
57
+ /** Optional. Output only. The name of the scope-tenancy workload identity pool. This pool is set in the fleet-level feature. */
58
+ scopeTenancyWorkloadIdentityPool?: string;
55
59
  /** Output only. The name of the workload identity pool in which `issuer` will be recognized. There is a single Workload Identity Pool per Hub that is shared between all Memberships that belong to that Hub. For a Hub hosted in {PROJECT_ID}, the workload pool format is `{PROJECT_ID}.hub.id.goog`, although this is subject to change in newer versions of this API. */
56
60
  workloadIdentityPool?: string;
57
61
  }
@@ -209,6 +213,8 @@ declare namespace gapi.client {
209
213
  preventDrift?: boolean;
210
214
  /** Specifies whether the Config Sync Repo is in "hierarchical" or "unstructured" mode. */
211
215
  sourceFormat?: string;
216
+ /** Set to true to stop syncing configs for a single cluster. Default to false. */
217
+ stopSyncing?: boolean;
212
218
  }
213
219
  interface ConfigManagementConfigSyncDeploymentState {
214
220
  /** Deployment state of admission-webhook */
@@ -1317,6 +1323,8 @@ declare namespace gapi.client {
1317
1323
  state?: string;
1318
1324
  }
1319
1325
  interface ServiceMeshMembershipSpec {
1326
+ /** Optional. Specifies the API that will be used for configuring the mesh workloads. */
1327
+ configApi?: string;
1320
1328
  /** Deprecated: use `management` instead Enables automatic control plane management. */
1321
1329
  controlPlane?: string;
1322
1330
  /** Optional. Enables automatic Service Mesh management. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.gkehub-v1",
3
- "version": "0.0.20241017",
3
+ "version": "0.0.20241108",
4
4
  "description": "TypeScript typings for GKE Hub API v1",
5
5
  "repository": {
6
6
  "type": "git",