@maxim_mazurok/gapi.client.gkehub-v1alpha 0.1.20251212 → 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.
- package/index.d.ts +8 -8
- 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:
|
|
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
|
-
/**
|
|
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.
|
|
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}`.
|
|
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.
|
|
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.
|
|
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:
|
|
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:
|
|
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;
|