@maxim_mazurok/gapi.client.gkehub-v2alpha 0.0.20250313 → 0.0.20250415
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 +22 -1
- 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=v2alpha
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250415
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -393,6 +393,8 @@ declare namespace gapi.client {
|
|
|
393
393
|
origin?: Origin;
|
|
394
394
|
/** Policycontroller-specific FeatureSpec. */
|
|
395
395
|
policycontroller?: PolicyControllerSpec;
|
|
396
|
+
/** Rbacrolebindingactuation-specific FeatureSpec. */
|
|
397
|
+
rbacrolebindingactuation?: any;
|
|
396
398
|
/** ServiceMesh Feature Spec. */
|
|
397
399
|
servicemesh?: ServiceMeshSpec;
|
|
398
400
|
/** Workloadcertificate-specific FeatureSpec. */
|
|
@@ -411,6 +413,8 @@ declare namespace gapi.client {
|
|
|
411
413
|
metering?: MeteringState;
|
|
412
414
|
/** Policy Controller state */
|
|
413
415
|
policycontroller?: PolicyControllerState;
|
|
416
|
+
/** RBAC Role Binding Actuation state */
|
|
417
|
+
rbacrolebindingactuation?: RBACRoleBindingActuationState;
|
|
414
418
|
/** Service mesh state */
|
|
415
419
|
servicemesh?: ServiceMeshState;
|
|
416
420
|
/** The high-level state of this MembershipFeature. */
|
|
@@ -780,6 +784,21 @@ declare namespace gapi.client {
|
|
|
780
784
|
/** Matches a taint value. */
|
|
781
785
|
value?: string;
|
|
782
786
|
}
|
|
787
|
+
interface RBACRoleBindingActuationRBACRoleBindingState {
|
|
788
|
+
/** The reason for the failure. */
|
|
789
|
+
description?: string;
|
|
790
|
+
/** Output only. The state of the RBACRoleBinding. */
|
|
791
|
+
state?: string;
|
|
792
|
+
/** The time the RBACRoleBinding status was last updated. */
|
|
793
|
+
updateTime?: string;
|
|
794
|
+
}
|
|
795
|
+
interface RBACRoleBindingActuationSpec {}
|
|
796
|
+
interface RBACRoleBindingActuationState {
|
|
797
|
+
/** Output only. The state of RBACRoleBindings using custom roles that exist on the cluster, keyed by RBACRoleBinding resource name with format: projects/{project}/locations/{location}/scopes/{scope}/rbacrolebindings/{rbacrolebinding}. */
|
|
798
|
+
rbacrolebindingStates?: {
|
|
799
|
+
[P in string]: RBACRoleBindingActuationRBACRoleBindingState;
|
|
800
|
+
};
|
|
801
|
+
}
|
|
783
802
|
interface ServiceMeshAnalysisMessage {
|
|
784
803
|
/** A UI can combine these args with a template (based on message_base.type) to produce an internationalized message. */
|
|
785
804
|
args?: {[P in string]: any};
|
|
@@ -1258,6 +1277,8 @@ declare namespace gapi.client {
|
|
|
1258
1277
|
alt?: string;
|
|
1259
1278
|
/** JSONP */
|
|
1260
1279
|
callback?: string;
|
|
1280
|
+
/** Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations. */
|
|
1281
|
+
extraLocationTypes?: string | string[];
|
|
1261
1282
|
/** Selector specifying which fields to include in a partial response. */
|
|
1262
1283
|
fields?: string;
|
|
1263
1284
|
/** A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160). */
|