@maxim_mazurok/gapi.client.gkehub-v1 0.0.20240318 → 0.0.20240412
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 +13 -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=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20240412
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -1236,6 +1236,16 @@ declare namespace gapi.client {
|
|
|
1236
1236
|
/** Sets which mode to use for vulnerability scanning. */
|
|
1237
1237
|
vulnerabilityMode?: string;
|
|
1238
1238
|
}
|
|
1239
|
+
interface ServiceMeshCondition {
|
|
1240
|
+
/** Unique identifier of the condition which describes the condition recognizable to the user. */
|
|
1241
|
+
code?: string;
|
|
1242
|
+
/** A short summary about the issue. */
|
|
1243
|
+
details?: string;
|
|
1244
|
+
/** Links contains actionable information. */
|
|
1245
|
+
documentationLink?: string;
|
|
1246
|
+
/** Severity level of the condition. */
|
|
1247
|
+
severity?: string;
|
|
1248
|
+
}
|
|
1239
1249
|
interface ServiceMeshControlPlaneManagement {
|
|
1240
1250
|
/** Explanation of state. */
|
|
1241
1251
|
details?: ServiceMeshStatusDetails[];
|
|
@@ -1255,6 +1265,8 @@ declare namespace gapi.client {
|
|
|
1255
1265
|
management?: string;
|
|
1256
1266
|
}
|
|
1257
1267
|
interface ServiceMeshMembershipState {
|
|
1268
|
+
/** Output only. List of conditions reported for this membership. */
|
|
1269
|
+
conditions?: ServiceMeshCondition[];
|
|
1258
1270
|
/** Output only. Status of control plane management */
|
|
1259
1271
|
controlPlaneManagement?: ServiceMeshControlPlaneManagement;
|
|
1260
1272
|
/** Output only. Status of data plane management. */
|