@maxim_mazurok/gapi.client.gkehub-v1alpha 0.0.20250608 → 0.0.20250619
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 +4 -4
- 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: 20250619
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -357,7 +357,7 @@ declare namespace gapi.client {
|
|
|
357
357
|
containers?: ConfigManagementContainerOverride[];
|
|
358
358
|
/** Required. The name of the deployment resource to be overridden. */
|
|
359
359
|
deploymentName?: string;
|
|
360
|
-
/** Required. The namespace of the deployment resource to be overridden
|
|
360
|
+
/** Required. The namespace of the deployment resource to be overridden. */
|
|
361
361
|
deploymentNamespace?: string;
|
|
362
362
|
}
|
|
363
363
|
interface ConfigManagementErrorResource {
|
|
@@ -1594,7 +1594,7 @@ declare namespace gapi.client {
|
|
|
1594
1594
|
namespaceStateDetails?: {
|
|
1595
1595
|
[P in string]: WorkloadIdentityNamespaceStateDetail;
|
|
1596
1596
|
};
|
|
1597
|
-
/** Deprecated, will
|
|
1597
|
+
/** Deprecated, this field will be erased after code is changed to use the new field. */
|
|
1598
1598
|
namespaceStates?: {[P in string]: string};
|
|
1599
1599
|
/** The full name of the scope-tenancy pool for the fleet. */
|
|
1600
1600
|
scopeTenancyWorkloadIdentityPool?: string;
|
|
@@ -1606,7 +1606,7 @@ declare namespace gapi.client {
|
|
|
1606
1606
|
};
|
|
1607
1607
|
}
|
|
1608
1608
|
interface WorkloadIdentityMembershipState {
|
|
1609
|
-
/** Deprecated, will
|
|
1609
|
+
/** Deprecated, this field will be erased after code is changed to use the new field. */
|
|
1610
1610
|
description?: string;
|
|
1611
1611
|
}
|
|
1612
1612
|
interface WorkloadIdentityNamespaceStateDetail {
|