@maxim_mazurok/gapi.client.gkehub-v1alpha 0.1.20260109 → 0.1.20260119

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 +8 -8
  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: 20260109
12
+ // Revision: 20260119
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -85,7 +85,7 @@ declare namespace gapi.client {
85
85
  version?: string;
86
86
  }
87
87
  interface ClusterSelector {
88
- /** The label selector must be a valid CEL (go/cel) expression which evaluates resource.labels. */
88
+ /** Optional. A valid CEL (Common Expression Language) expression which evaluates `resource.labels`. */
89
89
  labelSelector?: string;
90
90
  }
91
91
  interface ClusterUpgradeFleetSpec {
@@ -447,7 +447,7 @@ declare namespace gapi.client {
447
447
  configSync?: ConfigManagementConfigSync;
448
448
  /** Optional. Hierarchy Controller configuration for the cluster. Deprecated: Configuring Hierarchy Controller through the configmanagement feature is no longer recommended. Use https://github.com/kubernetes-sigs/hierarchical-namespaces instead. */
449
449
  hierarchyController?: ConfigManagementHierarchyControllerConfig;
450
- /** Optional. Enables automatic Feature management. */
450
+ /** Optional. Deprecated: From version 1.21.0, automatic Feature management is unavailable, and Config Sync only supports manual upgrades. */
451
451
  management?: string;
452
452
  /** Optional. Policy Controller configuration for the cluster. Deprecated: Configuring Policy Controller through the configmanagement feature is no longer recommended. Use the policycontroller feature instead. */
453
453
  policyController?: ConfigManagementPolicyController;
@@ -1464,11 +1464,11 @@ declare namespace gapi.client {
1464
1464
  membershipStates?: {[P in string]: RolloutMembershipState};
1465
1465
  /** Identifier. The full, unique resource name of this Rollout in the format of `projects/{project}/locations/global/rollouts/{rollout}`. */
1466
1466
  name?: string;
1467
- /** Optional. Immutable. The full, unique resource name of the rollout sequence that initiatied this Rollout. In the format of `projects/{project}/locations/global/rolloutSequences/{rollout_sequence}`. Empty for user initiated rollouts. */
1467
+ /** Optional. Immutable. The full, unique resource name of the rollout sequence that initiatied this Rollout. In the format of `projects/{project}/locations/global/rolloutSequences/{rollout_sequence}`. */
1468
1468
  rolloutSequence?: string;
1469
1469
  /** Output only. The schedule of the Rollout. */
1470
1470
  schedule?: Schedule;
1471
- /** Output only. The stages of the Rollout. Note: this is only populated for google-initiated rollouts. */
1471
+ /** Output only. The stages of the Rollout. */
1472
1472
  stages?: RolloutStage[];
1473
1473
  /** Output only. State specifies various states of the Rollout. */
1474
1474
  state?: string;
@@ -1478,7 +1478,7 @@ declare namespace gapi.client {
1478
1478
  uid?: string;
1479
1479
  /** Output only. The timestamp at which the Rollout was last updated. */
1480
1480
  updateTime?: string;
1481
- /** Optional. Config for version upgrade of clusters. Note: Currently for GDCE clusters only. */
1481
+ /** Optional. Config for version upgrade of clusters. */
1482
1482
  versionUpgrade?: VersionUpgrade;
1483
1483
  }
1484
1484
  interface RolloutMembershipState {
@@ -1522,9 +1522,9 @@ declare namespace gapi.client {
1522
1522
  state?: string;
1523
1523
  }
1524
1524
  interface RolloutTarget {
1525
- /** Optional. Output only. The resource link of the Cluster resource upgraded in this Rollout. It is formatted as: ///projects//locations//clusters/. I.e. for GKE clusters, it is formatted as: //container.googleapis.com/projects//locations//clusters/. For GDCE, it is formatted as: //edgecontainer.googleapis.com/projects//locations//clusters/. */
1525
+ /** Optional. Output only. The resource link of the Cluster resource upgraded in this Rollout. It is formatted as: `//{api_service}/projects/{project_number}/locations/{location}/clusters/{cluster_name}`. . */
1526
1526
  cluster?: string;
1527
- /** Optional. Output only. The resource link of the NodePool resource upgraded in this Rollout. It is formatted as: ///projects//locations//clusters//nodePools/. */
1527
+ /** Optional. Output only. The resource link of the NodePool resource upgraded in this Rollout. It is formatted as: `//{api_service}/projects/{project_number}/locations/{location}/clusters/{cluster_name}/nodePools/{node_pool_name}`. */
1528
1528
  nodePool?: string;
1529
1529
  /** Optional. Output only. The operation resource name performing the mutation. */
1530
1530
  operation?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.gkehub-v1alpha",
3
- "version": "0.1.20260109",
3
+ "version": "0.1.20260119",
4
4
  "description": "TypeScript typings for GKE Hub API v1alpha",
5
5
  "repository": {
6
6
  "type": "git",