@maxim_mazurok/gapi.client.gkehub-v1alpha 0.0.20250421 → 0.0.20250423

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 +43 -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: 20250421
12
+ // Revision: 20250423
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -203,6 +203,8 @@ declare namespace gapi.client {
203
203
  rbacrolebindingactuation?: RBACRoleBindingActuationFeatureSpec;
204
204
  /** Workload Certificate spec. */
205
205
  workloadcertificate?: FeatureSpec;
206
+ /** Workload Identity feature spec. */
207
+ workloadidentity?: WorkloadIdentityFeatureSpec;
206
208
  }
207
209
  interface CommonFeatureState {
208
210
  /** Appdevexperience specific state. */
@@ -219,6 +221,8 @@ declare namespace gapi.client {
219
221
  servicemesh?: ServiceMeshFeatureState;
220
222
  /** Output only. The "running state" of the Feature in this Fleet. */
221
223
  state?: FeatureState;
224
+ /** WorkloadIdentity fleet-level state. */
225
+ workloadidentity?: WorkloadIdentityFeatureState;
222
226
  }
223
227
  interface CommonFleetDefaultMemberConfigSpec {
224
228
  /** Config Management-specific spec. */
@@ -1120,6 +1124,8 @@ declare namespace gapi.client {
1120
1124
  servicemesh?: ServiceMeshMembershipState;
1121
1125
  /** The high-level state of this Feature for a single membership. */
1122
1126
  state?: FeatureState;
1127
+ /** Workload Identity membership specific state. */
1128
+ workloadidentity?: WorkloadIdentityMembershipState;
1123
1129
  }
1124
1130
  interface MembershipSpec {
1125
1131
  /** Specifies workload certificate management. */
@@ -1579,6 +1585,42 @@ declare namespace gapi.client {
1579
1585
  /** Validator type to validate membership with. */
1580
1586
  validator?: string;
1581
1587
  }
1588
+ interface WorkloadIdentityFeatureSpec {
1589
+ /** Pool to be used for Workload Identity. This pool in trust-domain mode is used with Fleet Tenancy, so that sameness can be enforced. ex: projects/example/locations/global/workloadidentitypools/custompool */
1590
+ scopeTenancyPool?: string;
1591
+ }
1592
+ interface WorkloadIdentityFeatureState {
1593
+ /** The state of the IAM namespaces for the fleet. */
1594
+ namespaceStateDetails?: {
1595
+ [P in string]: WorkloadIdentityNamespaceStateDetail;
1596
+ };
1597
+ /** Deprecated, will erase after code is changed to use the new field. */
1598
+ namespaceStates?: {[P in string]: string};
1599
+ /** The full name of the scope-tenancy pool for the fleet. */
1600
+ scopeTenancyWorkloadIdentityPool?: string;
1601
+ /** The full name of the svc.id.goog pool for the fleet. */
1602
+ workloadIdentityPool?: string;
1603
+ /** The state of the Workload Identity Pools for the fleet. */
1604
+ workloadIdentityPoolStateDetails?: {
1605
+ [P in string]: WorkloadIdentityWorkloadIdentityPoolStateDetail;
1606
+ };
1607
+ }
1608
+ interface WorkloadIdentityMembershipState {
1609
+ /** Deprecated, will erase after code is changed to use the new field. */
1610
+ description?: string;
1611
+ }
1612
+ interface WorkloadIdentityNamespaceStateDetail {
1613
+ /** The state of the IAM namespace. */
1614
+ code?: string;
1615
+ /** A human-readable description of the current state or returned error. */
1616
+ description?: string;
1617
+ }
1618
+ interface WorkloadIdentityWorkloadIdentityPoolStateDetail {
1619
+ /** The state of the Workload Identity Pool. */
1620
+ code?: string;
1621
+ /** A human-readable description of the current state or returned error. */
1622
+ description?: string;
1623
+ }
1582
1624
  interface FleetsResource {
1583
1625
  /** Returns all fleets within an organization or a project that the caller has access to. */
1584
1626
  list(request?: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.gkehub-v1alpha",
3
- "version": "0.0.20250421",
3
+ "version": "0.0.20250423",
4
4
  "description": "TypeScript typings for GKE Hub API v1alpha",
5
5
  "repository": {
6
6
  "type": "git",