google-apis-gkehub_v2 0.1.0 → 0.2.0
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/gkehub_v2/classes.rb +3258 -118
- data/lib/google/apis/gkehub_v2/gem_version.rb +2 -2
- data/lib/google/apis/gkehub_v2/representations.rb +1430 -25
- data/lib/google/apis/gkehub_v2/service.rb +204 -0
- metadata +4 -4
@@ -22,66 +22,1176 @@ module Google
|
|
22
22
|
module Apis
|
23
23
|
module GkehubV2
|
24
24
|
|
25
|
+
class AppDevExperienceState
|
26
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
|
+
|
28
|
+
include Google::Apis::Core::JsonObjectSupport
|
29
|
+
end
|
30
|
+
|
31
|
+
class AppDevExperienceStatus
|
32
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
|
+
|
34
|
+
include Google::Apis::Core::JsonObjectSupport
|
35
|
+
end
|
36
|
+
|
25
37
|
class CancelOperationRequest
|
26
38
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
39
|
|
28
|
-
include Google::Apis::Core::JsonObjectSupport
|
40
|
+
include Google::Apis::Core::JsonObjectSupport
|
41
|
+
end
|
42
|
+
|
43
|
+
class CloudBuildSpec
|
44
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
|
+
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
47
|
+
end
|
48
|
+
|
49
|
+
class ClusterUpgradeGkeUpgrade
|
50
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
|
+
|
52
|
+
include Google::Apis::Core::JsonObjectSupport
|
53
|
+
end
|
54
|
+
|
55
|
+
class ClusterUpgradeIgnoredMembership
|
56
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
|
+
|
58
|
+
include Google::Apis::Core::JsonObjectSupport
|
59
|
+
end
|
60
|
+
|
61
|
+
class ClusterUpgradeMembershipGkeUpgradeState
|
62
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
|
+
|
64
|
+
include Google::Apis::Core::JsonObjectSupport
|
65
|
+
end
|
66
|
+
|
67
|
+
class ClusterUpgradeState
|
68
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
|
+
|
70
|
+
include Google::Apis::Core::JsonObjectSupport
|
71
|
+
end
|
72
|
+
|
73
|
+
class ClusterUpgradeUpgradeStatus
|
74
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
|
+
|
76
|
+
include Google::Apis::Core::JsonObjectSupport
|
77
|
+
end
|
78
|
+
|
79
|
+
class ConfigManagementBinauthzConfig
|
80
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
81
|
+
|
82
|
+
include Google::Apis::Core::JsonObjectSupport
|
83
|
+
end
|
84
|
+
|
85
|
+
class ConfigManagementBinauthzState
|
86
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
|
+
|
88
|
+
include Google::Apis::Core::JsonObjectSupport
|
89
|
+
end
|
90
|
+
|
91
|
+
class ConfigManagementBinauthzVersion
|
92
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
|
+
|
94
|
+
include Google::Apis::Core::JsonObjectSupport
|
95
|
+
end
|
96
|
+
|
97
|
+
class ConfigManagementConfigSync
|
98
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
|
+
|
100
|
+
include Google::Apis::Core::JsonObjectSupport
|
101
|
+
end
|
102
|
+
|
103
|
+
class ConfigManagementConfigSyncDeploymentState
|
104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
|
+
|
106
|
+
include Google::Apis::Core::JsonObjectSupport
|
107
|
+
end
|
108
|
+
|
109
|
+
class ConfigManagementConfigSyncError
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
|
+
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
113
|
+
end
|
114
|
+
|
115
|
+
class ConfigManagementConfigSyncState
|
116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
|
+
|
118
|
+
include Google::Apis::Core::JsonObjectSupport
|
119
|
+
end
|
120
|
+
|
121
|
+
class ConfigManagementConfigSyncVersion
|
122
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
|
+
|
124
|
+
include Google::Apis::Core::JsonObjectSupport
|
125
|
+
end
|
126
|
+
|
127
|
+
class ConfigManagementErrorResource
|
128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
|
+
|
130
|
+
include Google::Apis::Core::JsonObjectSupport
|
131
|
+
end
|
132
|
+
|
133
|
+
class ConfigManagementGatekeeperDeploymentState
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
|
+
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
137
|
+
end
|
138
|
+
|
139
|
+
class ConfigManagementGitConfig
|
140
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
|
+
|
142
|
+
include Google::Apis::Core::JsonObjectSupport
|
143
|
+
end
|
144
|
+
|
145
|
+
class ConfigManagementGroupVersionKind
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
|
+
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
149
|
+
end
|
150
|
+
|
151
|
+
class ConfigManagementHierarchyControllerConfig
|
152
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
|
+
|
154
|
+
include Google::Apis::Core::JsonObjectSupport
|
155
|
+
end
|
156
|
+
|
157
|
+
class ConfigManagementHierarchyControllerDeploymentState
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
|
+
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
161
|
+
end
|
162
|
+
|
163
|
+
class ConfigManagementHierarchyControllerState
|
164
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
|
+
|
166
|
+
include Google::Apis::Core::JsonObjectSupport
|
167
|
+
end
|
168
|
+
|
169
|
+
class ConfigManagementHierarchyControllerVersion
|
170
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
|
+
|
172
|
+
include Google::Apis::Core::JsonObjectSupport
|
173
|
+
end
|
174
|
+
|
175
|
+
class ConfigManagementInstallError
|
176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
|
+
|
178
|
+
include Google::Apis::Core::JsonObjectSupport
|
179
|
+
end
|
180
|
+
|
181
|
+
class ConfigManagementOciConfig
|
182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
|
+
|
184
|
+
include Google::Apis::Core::JsonObjectSupport
|
185
|
+
end
|
186
|
+
|
187
|
+
class ConfigManagementOperatorState
|
188
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
|
+
|
190
|
+
include Google::Apis::Core::JsonObjectSupport
|
191
|
+
end
|
192
|
+
|
193
|
+
class ConfigManagementPolicyController
|
194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
|
+
|
196
|
+
include Google::Apis::Core::JsonObjectSupport
|
197
|
+
end
|
198
|
+
|
199
|
+
class ConfigManagementPolicyControllerMigration
|
200
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
|
+
|
202
|
+
include Google::Apis::Core::JsonObjectSupport
|
203
|
+
end
|
204
|
+
|
205
|
+
class ConfigManagementPolicyControllerMonitoring
|
206
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
|
+
|
208
|
+
include Google::Apis::Core::JsonObjectSupport
|
209
|
+
end
|
210
|
+
|
211
|
+
class ConfigManagementPolicyControllerState
|
212
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
|
+
|
214
|
+
include Google::Apis::Core::JsonObjectSupport
|
215
|
+
end
|
216
|
+
|
217
|
+
class ConfigManagementPolicyControllerVersion
|
218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
|
+
|
220
|
+
include Google::Apis::Core::JsonObjectSupport
|
221
|
+
end
|
222
|
+
|
223
|
+
class ConfigManagementSpec
|
224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
|
+
|
226
|
+
include Google::Apis::Core::JsonObjectSupport
|
227
|
+
end
|
228
|
+
|
229
|
+
class ConfigManagementState
|
230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
|
+
|
232
|
+
include Google::Apis::Core::JsonObjectSupport
|
233
|
+
end
|
234
|
+
|
235
|
+
class ConfigManagementSyncError
|
236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
|
+
|
238
|
+
include Google::Apis::Core::JsonObjectSupport
|
239
|
+
end
|
240
|
+
|
241
|
+
class ConfigManagementSyncState
|
242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
|
+
|
244
|
+
include Google::Apis::Core::JsonObjectSupport
|
245
|
+
end
|
246
|
+
|
247
|
+
class Empty
|
248
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
249
|
+
|
250
|
+
include Google::Apis::Core::JsonObjectSupport
|
251
|
+
end
|
252
|
+
|
253
|
+
class FeatureConfigRef
|
254
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
|
+
|
256
|
+
include Google::Apis::Core::JsonObjectSupport
|
257
|
+
end
|
258
|
+
|
259
|
+
class FeatureSpec
|
260
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
|
+
|
262
|
+
include Google::Apis::Core::JsonObjectSupport
|
263
|
+
end
|
264
|
+
|
265
|
+
class FeatureState
|
266
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
|
+
|
268
|
+
include Google::Apis::Core::JsonObjectSupport
|
269
|
+
end
|
270
|
+
|
271
|
+
class GoogleRpcStatus
|
272
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
|
+
|
274
|
+
include Google::Apis::Core::JsonObjectSupport
|
275
|
+
end
|
276
|
+
|
277
|
+
class IdentityServiceAuthMethod
|
278
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
279
|
+
|
280
|
+
include Google::Apis::Core::JsonObjectSupport
|
281
|
+
end
|
282
|
+
|
283
|
+
class IdentityServiceAzureAdConfig
|
284
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
|
+
|
286
|
+
include Google::Apis::Core::JsonObjectSupport
|
287
|
+
end
|
288
|
+
|
289
|
+
class IdentityServiceDiagnosticInterface
|
290
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
291
|
+
|
292
|
+
include Google::Apis::Core::JsonObjectSupport
|
293
|
+
end
|
294
|
+
|
295
|
+
class IdentityServiceGoogleConfig
|
296
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
297
|
+
|
298
|
+
include Google::Apis::Core::JsonObjectSupport
|
299
|
+
end
|
300
|
+
|
301
|
+
class IdentityServiceGroupConfig
|
302
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
|
+
|
304
|
+
include Google::Apis::Core::JsonObjectSupport
|
305
|
+
end
|
306
|
+
|
307
|
+
class IdentityServiceIdentityServiceOptions
|
308
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
309
|
+
|
310
|
+
include Google::Apis::Core::JsonObjectSupport
|
311
|
+
end
|
312
|
+
|
313
|
+
class IdentityServiceLdapConfig
|
314
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
315
|
+
|
316
|
+
include Google::Apis::Core::JsonObjectSupport
|
317
|
+
end
|
318
|
+
|
319
|
+
class IdentityServiceOidcConfig
|
320
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
|
+
|
322
|
+
include Google::Apis::Core::JsonObjectSupport
|
323
|
+
end
|
324
|
+
|
325
|
+
class IdentityServiceSamlConfig
|
326
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
327
|
+
|
328
|
+
include Google::Apis::Core::JsonObjectSupport
|
329
|
+
end
|
330
|
+
|
331
|
+
class IdentityServiceServerConfig
|
332
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
333
|
+
|
334
|
+
include Google::Apis::Core::JsonObjectSupport
|
335
|
+
end
|
336
|
+
|
337
|
+
class IdentityServiceServiceAccountConfig
|
338
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
339
|
+
|
340
|
+
include Google::Apis::Core::JsonObjectSupport
|
341
|
+
end
|
342
|
+
|
343
|
+
class IdentityServiceSimpleBindCredentials
|
344
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
345
|
+
|
346
|
+
include Google::Apis::Core::JsonObjectSupport
|
347
|
+
end
|
348
|
+
|
349
|
+
class IdentityServiceSpec
|
350
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
351
|
+
|
352
|
+
include Google::Apis::Core::JsonObjectSupport
|
353
|
+
end
|
354
|
+
|
355
|
+
class IdentityServiceState
|
356
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
357
|
+
|
358
|
+
include Google::Apis::Core::JsonObjectSupport
|
359
|
+
end
|
360
|
+
|
361
|
+
class IdentityServiceUserConfig
|
362
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
363
|
+
|
364
|
+
include Google::Apis::Core::JsonObjectSupport
|
365
|
+
end
|
366
|
+
|
367
|
+
class LifecycleState
|
368
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
369
|
+
|
370
|
+
include Google::Apis::Core::JsonObjectSupport
|
371
|
+
end
|
372
|
+
|
373
|
+
class ListLocationsResponse
|
374
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
375
|
+
|
376
|
+
include Google::Apis::Core::JsonObjectSupport
|
377
|
+
end
|
378
|
+
|
379
|
+
class ListMembershipFeaturesResponse
|
380
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
381
|
+
|
382
|
+
include Google::Apis::Core::JsonObjectSupport
|
383
|
+
end
|
384
|
+
|
385
|
+
class ListOperationsResponse
|
386
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
387
|
+
|
388
|
+
include Google::Apis::Core::JsonObjectSupport
|
389
|
+
end
|
390
|
+
|
391
|
+
class Location
|
392
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
393
|
+
|
394
|
+
include Google::Apis::Core::JsonObjectSupport
|
395
|
+
end
|
396
|
+
|
397
|
+
class MembershipFeature
|
398
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
399
|
+
|
400
|
+
include Google::Apis::Core::JsonObjectSupport
|
401
|
+
end
|
402
|
+
|
403
|
+
class MeteringState
|
404
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
405
|
+
|
406
|
+
include Google::Apis::Core::JsonObjectSupport
|
407
|
+
end
|
408
|
+
|
409
|
+
class Operation
|
410
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
411
|
+
|
412
|
+
include Google::Apis::Core::JsonObjectSupport
|
413
|
+
end
|
414
|
+
|
415
|
+
class OperationMetadata
|
416
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
417
|
+
|
418
|
+
include Google::Apis::Core::JsonObjectSupport
|
419
|
+
end
|
420
|
+
|
421
|
+
class Origin
|
422
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
423
|
+
|
424
|
+
include Google::Apis::Core::JsonObjectSupport
|
425
|
+
end
|
426
|
+
|
427
|
+
class PolicyControllerBundleInstallSpec
|
428
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
429
|
+
|
430
|
+
include Google::Apis::Core::JsonObjectSupport
|
431
|
+
end
|
432
|
+
|
433
|
+
class PolicyControllerHubConfig
|
434
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
435
|
+
|
436
|
+
include Google::Apis::Core::JsonObjectSupport
|
437
|
+
end
|
438
|
+
|
439
|
+
class PolicyControllerMonitoringConfig
|
440
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
441
|
+
|
442
|
+
include Google::Apis::Core::JsonObjectSupport
|
443
|
+
end
|
444
|
+
|
445
|
+
class PolicyControllerOnClusterState
|
446
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
447
|
+
|
448
|
+
include Google::Apis::Core::JsonObjectSupport
|
449
|
+
end
|
450
|
+
|
451
|
+
class PolicyControllerPolicyContentSpec
|
452
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
453
|
+
|
454
|
+
include Google::Apis::Core::JsonObjectSupport
|
455
|
+
end
|
456
|
+
|
457
|
+
class PolicyControllerPolicyContentState
|
458
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
459
|
+
|
460
|
+
include Google::Apis::Core::JsonObjectSupport
|
461
|
+
end
|
462
|
+
|
463
|
+
class PolicyControllerPolicyControllerDeploymentConfig
|
464
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
465
|
+
|
466
|
+
include Google::Apis::Core::JsonObjectSupport
|
467
|
+
end
|
468
|
+
|
469
|
+
class PolicyControllerResourceList
|
470
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
471
|
+
|
472
|
+
include Google::Apis::Core::JsonObjectSupport
|
473
|
+
end
|
474
|
+
|
475
|
+
class PolicyControllerResourceRequirements
|
476
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
477
|
+
|
478
|
+
include Google::Apis::Core::JsonObjectSupport
|
479
|
+
end
|
480
|
+
|
481
|
+
class PolicyControllerSpec
|
482
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
483
|
+
|
484
|
+
include Google::Apis::Core::JsonObjectSupport
|
485
|
+
end
|
486
|
+
|
487
|
+
class PolicyControllerState
|
488
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
489
|
+
|
490
|
+
include Google::Apis::Core::JsonObjectSupport
|
491
|
+
end
|
492
|
+
|
493
|
+
class PolicyControllerTemplateLibraryConfig
|
494
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
495
|
+
|
496
|
+
include Google::Apis::Core::JsonObjectSupport
|
497
|
+
end
|
498
|
+
|
499
|
+
class PolicyControllerToleration
|
500
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
501
|
+
|
502
|
+
include Google::Apis::Core::JsonObjectSupport
|
503
|
+
end
|
504
|
+
|
505
|
+
class ServiceMeshAnalysisMessage
|
506
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
507
|
+
|
508
|
+
include Google::Apis::Core::JsonObjectSupport
|
509
|
+
end
|
510
|
+
|
511
|
+
class ServiceMeshAnalysisMessageBase
|
512
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
513
|
+
|
514
|
+
include Google::Apis::Core::JsonObjectSupport
|
515
|
+
end
|
516
|
+
|
517
|
+
class ServiceMeshCondition
|
518
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
519
|
+
|
520
|
+
include Google::Apis::Core::JsonObjectSupport
|
521
|
+
end
|
522
|
+
|
523
|
+
class ServiceMeshControlPlaneManagement
|
524
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
525
|
+
|
526
|
+
include Google::Apis::Core::JsonObjectSupport
|
527
|
+
end
|
528
|
+
|
529
|
+
class ServiceMeshDataPlaneManagement
|
530
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
531
|
+
|
532
|
+
include Google::Apis::Core::JsonObjectSupport
|
533
|
+
end
|
534
|
+
|
535
|
+
class ServiceMeshSpec
|
536
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
537
|
+
|
538
|
+
include Google::Apis::Core::JsonObjectSupport
|
539
|
+
end
|
540
|
+
|
541
|
+
class ServiceMeshState
|
542
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
543
|
+
|
544
|
+
include Google::Apis::Core::JsonObjectSupport
|
545
|
+
end
|
546
|
+
|
547
|
+
class ServiceMeshStatusDetails
|
548
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
549
|
+
|
550
|
+
include Google::Apis::Core::JsonObjectSupport
|
551
|
+
end
|
552
|
+
|
553
|
+
class ServiceMeshType
|
554
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
555
|
+
|
556
|
+
include Google::Apis::Core::JsonObjectSupport
|
557
|
+
end
|
558
|
+
|
559
|
+
class State
|
560
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
561
|
+
|
562
|
+
include Google::Apis::Core::JsonObjectSupport
|
563
|
+
end
|
564
|
+
|
565
|
+
class WorkloadCertificateSpec
|
566
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
567
|
+
|
568
|
+
include Google::Apis::Core::JsonObjectSupport
|
569
|
+
end
|
570
|
+
|
571
|
+
class AppDevExperienceState
|
572
|
+
# @private
|
573
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
574
|
+
property :networking_install_succeeded, as: 'networkingInstallSucceeded', class: Google::Apis::GkehubV2::AppDevExperienceStatus, decorator: Google::Apis::GkehubV2::AppDevExperienceStatus::Representation
|
575
|
+
|
576
|
+
end
|
577
|
+
end
|
578
|
+
|
579
|
+
class AppDevExperienceStatus
|
580
|
+
# @private
|
581
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
582
|
+
property :code, as: 'code'
|
583
|
+
property :description, as: 'description'
|
584
|
+
end
|
585
|
+
end
|
586
|
+
|
587
|
+
class CancelOperationRequest
|
588
|
+
# @private
|
589
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
590
|
+
end
|
591
|
+
end
|
592
|
+
|
593
|
+
class CloudBuildSpec
|
594
|
+
# @private
|
595
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
596
|
+
property :security_policy, as: 'securityPolicy'
|
597
|
+
property :version, as: 'version'
|
598
|
+
end
|
599
|
+
end
|
600
|
+
|
601
|
+
class ClusterUpgradeGkeUpgrade
|
602
|
+
# @private
|
603
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
604
|
+
property :name, as: 'name'
|
605
|
+
property :version, as: 'version'
|
606
|
+
end
|
607
|
+
end
|
608
|
+
|
609
|
+
class ClusterUpgradeIgnoredMembership
|
610
|
+
# @private
|
611
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
612
|
+
property :ignored_time, as: 'ignoredTime'
|
613
|
+
property :reason, as: 'reason'
|
614
|
+
end
|
615
|
+
end
|
616
|
+
|
617
|
+
class ClusterUpgradeMembershipGkeUpgradeState
|
618
|
+
# @private
|
619
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
620
|
+
property :status, as: 'status', class: Google::Apis::GkehubV2::ClusterUpgradeUpgradeStatus, decorator: Google::Apis::GkehubV2::ClusterUpgradeUpgradeStatus::Representation
|
621
|
+
|
622
|
+
property :upgrade, as: 'upgrade', class: Google::Apis::GkehubV2::ClusterUpgradeGkeUpgrade, decorator: Google::Apis::GkehubV2::ClusterUpgradeGkeUpgrade::Representation
|
623
|
+
|
624
|
+
end
|
625
|
+
end
|
626
|
+
|
627
|
+
class ClusterUpgradeState
|
628
|
+
# @private
|
629
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
630
|
+
property :ignored, as: 'ignored', class: Google::Apis::GkehubV2::ClusterUpgradeIgnoredMembership, decorator: Google::Apis::GkehubV2::ClusterUpgradeIgnoredMembership::Representation
|
631
|
+
|
632
|
+
collection :upgrades, as: 'upgrades', class: Google::Apis::GkehubV2::ClusterUpgradeMembershipGkeUpgradeState, decorator: Google::Apis::GkehubV2::ClusterUpgradeMembershipGkeUpgradeState::Representation
|
633
|
+
|
634
|
+
end
|
635
|
+
end
|
636
|
+
|
637
|
+
class ClusterUpgradeUpgradeStatus
|
638
|
+
# @private
|
639
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
640
|
+
property :code, as: 'code'
|
641
|
+
property :reason, as: 'reason'
|
642
|
+
property :update_time, as: 'updateTime'
|
643
|
+
end
|
644
|
+
end
|
645
|
+
|
646
|
+
class ConfigManagementBinauthzConfig
|
647
|
+
# @private
|
648
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
649
|
+
property :enabled, as: 'enabled'
|
650
|
+
end
|
651
|
+
end
|
652
|
+
|
653
|
+
class ConfigManagementBinauthzState
|
654
|
+
# @private
|
655
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
656
|
+
property :version, as: 'version', class: Google::Apis::GkehubV2::ConfigManagementBinauthzVersion, decorator: Google::Apis::GkehubV2::ConfigManagementBinauthzVersion::Representation
|
657
|
+
|
658
|
+
property :webhook, as: 'webhook'
|
659
|
+
end
|
660
|
+
end
|
661
|
+
|
662
|
+
class ConfigManagementBinauthzVersion
|
663
|
+
# @private
|
664
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
665
|
+
property :webhook_version, as: 'webhookVersion'
|
666
|
+
end
|
667
|
+
end
|
668
|
+
|
669
|
+
class ConfigManagementConfigSync
|
670
|
+
# @private
|
671
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
672
|
+
property :allow_vertical_scale, as: 'allowVerticalScale'
|
673
|
+
property :enabled, as: 'enabled'
|
674
|
+
property :git, as: 'git', class: Google::Apis::GkehubV2::ConfigManagementGitConfig, decorator: Google::Apis::GkehubV2::ConfigManagementGitConfig::Representation
|
675
|
+
|
676
|
+
property :metrics_gcp_service_account_email, as: 'metricsGcpServiceAccountEmail'
|
677
|
+
property :oci, as: 'oci', class: Google::Apis::GkehubV2::ConfigManagementOciConfig, decorator: Google::Apis::GkehubV2::ConfigManagementOciConfig::Representation
|
678
|
+
|
679
|
+
property :prevent_drift, as: 'preventDrift'
|
680
|
+
property :source_format, as: 'sourceFormat'
|
681
|
+
end
|
682
|
+
end
|
683
|
+
|
684
|
+
class ConfigManagementConfigSyncDeploymentState
|
685
|
+
# @private
|
686
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
687
|
+
property :admission_webhook, as: 'admissionWebhook'
|
688
|
+
property :git_sync, as: 'gitSync'
|
689
|
+
property :importer, as: 'importer'
|
690
|
+
property :monitor, as: 'monitor'
|
691
|
+
property :otel_collector, as: 'otelCollector'
|
692
|
+
property :reconciler_manager, as: 'reconcilerManager'
|
693
|
+
property :resource_group_controller_manager, as: 'resourceGroupControllerManager'
|
694
|
+
property :root_reconciler, as: 'rootReconciler'
|
695
|
+
property :syncer, as: 'syncer'
|
696
|
+
end
|
697
|
+
end
|
698
|
+
|
699
|
+
class ConfigManagementConfigSyncError
|
700
|
+
# @private
|
701
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
702
|
+
property :error_message, as: 'errorMessage'
|
703
|
+
end
|
704
|
+
end
|
705
|
+
|
706
|
+
class ConfigManagementConfigSyncState
|
707
|
+
# @private
|
708
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
709
|
+
property :cluster_level_stop_syncing_state, as: 'clusterLevelStopSyncingState'
|
710
|
+
property :cr_count, as: 'crCount'
|
711
|
+
property :deployment_state, as: 'deploymentState', class: Google::Apis::GkehubV2::ConfigManagementConfigSyncDeploymentState, decorator: Google::Apis::GkehubV2::ConfigManagementConfigSyncDeploymentState::Representation
|
712
|
+
|
713
|
+
collection :errors, as: 'errors', class: Google::Apis::GkehubV2::ConfigManagementConfigSyncError, decorator: Google::Apis::GkehubV2::ConfigManagementConfigSyncError::Representation
|
714
|
+
|
715
|
+
property :reposync_crd, as: 'reposyncCrd'
|
716
|
+
property :rootsync_crd, as: 'rootsyncCrd'
|
717
|
+
property :state, as: 'state'
|
718
|
+
property :sync_state, as: 'syncState', class: Google::Apis::GkehubV2::ConfigManagementSyncState, decorator: Google::Apis::GkehubV2::ConfigManagementSyncState::Representation
|
719
|
+
|
720
|
+
property :version, as: 'version', class: Google::Apis::GkehubV2::ConfigManagementConfigSyncVersion, decorator: Google::Apis::GkehubV2::ConfigManagementConfigSyncVersion::Representation
|
721
|
+
|
722
|
+
end
|
723
|
+
end
|
724
|
+
|
725
|
+
class ConfigManagementConfigSyncVersion
|
726
|
+
# @private
|
727
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
728
|
+
property :admission_webhook, as: 'admissionWebhook'
|
729
|
+
property :git_sync, as: 'gitSync'
|
730
|
+
property :importer, as: 'importer'
|
731
|
+
property :monitor, as: 'monitor'
|
732
|
+
property :otel_collector, as: 'otelCollector'
|
733
|
+
property :reconciler_manager, as: 'reconcilerManager'
|
734
|
+
property :resource_group_controller_manager, as: 'resourceGroupControllerManager'
|
735
|
+
property :root_reconciler, as: 'rootReconciler'
|
736
|
+
property :syncer, as: 'syncer'
|
737
|
+
end
|
738
|
+
end
|
739
|
+
|
740
|
+
class ConfigManagementErrorResource
|
741
|
+
# @private
|
742
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
743
|
+
property :resource_gvk, as: 'resourceGvk', class: Google::Apis::GkehubV2::ConfigManagementGroupVersionKind, decorator: Google::Apis::GkehubV2::ConfigManagementGroupVersionKind::Representation
|
744
|
+
|
745
|
+
property :resource_name, as: 'resourceName'
|
746
|
+
property :resource_namespace, as: 'resourceNamespace'
|
747
|
+
property :source_path, as: 'sourcePath'
|
748
|
+
end
|
749
|
+
end
|
750
|
+
|
751
|
+
class ConfigManagementGatekeeperDeploymentState
|
752
|
+
# @private
|
753
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
754
|
+
property :gatekeeper_audit, as: 'gatekeeperAudit'
|
755
|
+
property :gatekeeper_controller_manager_state, as: 'gatekeeperControllerManagerState'
|
756
|
+
property :gatekeeper_mutation, as: 'gatekeeperMutation'
|
757
|
+
end
|
758
|
+
end
|
759
|
+
|
760
|
+
class ConfigManagementGitConfig
|
761
|
+
# @private
|
762
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
763
|
+
property :gcp_service_account_email, as: 'gcpServiceAccountEmail'
|
764
|
+
property :https_proxy, as: 'httpsProxy'
|
765
|
+
property :policy_dir, as: 'policyDir'
|
766
|
+
property :secret_type, as: 'secretType'
|
767
|
+
property :sync_branch, as: 'syncBranch'
|
768
|
+
property :sync_repo, as: 'syncRepo'
|
769
|
+
property :sync_rev, as: 'syncRev'
|
770
|
+
property :sync_wait_secs, :numeric_string => true, as: 'syncWaitSecs'
|
771
|
+
end
|
772
|
+
end
|
773
|
+
|
774
|
+
class ConfigManagementGroupVersionKind
|
775
|
+
# @private
|
776
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
777
|
+
property :group, as: 'group'
|
778
|
+
property :kind, as: 'kind'
|
779
|
+
property :version, as: 'version'
|
780
|
+
end
|
781
|
+
end
|
782
|
+
|
783
|
+
class ConfigManagementHierarchyControllerConfig
|
784
|
+
# @private
|
785
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
786
|
+
property :enable_hierarchical_resource_quota, as: 'enableHierarchicalResourceQuota'
|
787
|
+
property :enable_pod_tree_labels, as: 'enablePodTreeLabels'
|
788
|
+
property :enabled, as: 'enabled'
|
789
|
+
end
|
790
|
+
end
|
791
|
+
|
792
|
+
class ConfigManagementHierarchyControllerDeploymentState
|
793
|
+
# @private
|
794
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
795
|
+
property :extension, as: 'extension'
|
796
|
+
property :hnc, as: 'hnc'
|
797
|
+
end
|
798
|
+
end
|
799
|
+
|
800
|
+
class ConfigManagementHierarchyControllerState
|
801
|
+
# @private
|
802
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
803
|
+
property :state, as: 'state', class: Google::Apis::GkehubV2::ConfigManagementHierarchyControllerDeploymentState, decorator: Google::Apis::GkehubV2::ConfigManagementHierarchyControllerDeploymentState::Representation
|
804
|
+
|
805
|
+
property :version, as: 'version', class: Google::Apis::GkehubV2::ConfigManagementHierarchyControllerVersion, decorator: Google::Apis::GkehubV2::ConfigManagementHierarchyControllerVersion::Representation
|
806
|
+
|
807
|
+
end
|
808
|
+
end
|
809
|
+
|
810
|
+
class ConfigManagementHierarchyControllerVersion
|
811
|
+
# @private
|
812
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
813
|
+
property :extension, as: 'extension'
|
814
|
+
property :hnc, as: 'hnc'
|
815
|
+
end
|
816
|
+
end
|
817
|
+
|
818
|
+
class ConfigManagementInstallError
|
819
|
+
# @private
|
820
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
821
|
+
property :error_message, as: 'errorMessage'
|
822
|
+
end
|
823
|
+
end
|
824
|
+
|
825
|
+
class ConfigManagementOciConfig
|
826
|
+
# @private
|
827
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
828
|
+
property :gcp_service_account_email, as: 'gcpServiceAccountEmail'
|
829
|
+
property :policy_dir, as: 'policyDir'
|
830
|
+
property :secret_type, as: 'secretType'
|
831
|
+
property :sync_repo, as: 'syncRepo'
|
832
|
+
property :sync_wait_secs, :numeric_string => true, as: 'syncWaitSecs'
|
833
|
+
end
|
834
|
+
end
|
835
|
+
|
836
|
+
class ConfigManagementOperatorState
|
837
|
+
# @private
|
838
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
839
|
+
property :deployment_state, as: 'deploymentState'
|
840
|
+
collection :errors, as: 'errors', class: Google::Apis::GkehubV2::ConfigManagementInstallError, decorator: Google::Apis::GkehubV2::ConfigManagementInstallError::Representation
|
841
|
+
|
842
|
+
property :version, as: 'version'
|
843
|
+
end
|
844
|
+
end
|
845
|
+
|
846
|
+
class ConfigManagementPolicyController
|
847
|
+
# @private
|
848
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
849
|
+
property :audit_interval_seconds, :numeric_string => true, as: 'auditIntervalSeconds'
|
850
|
+
property :enabled, as: 'enabled'
|
851
|
+
collection :exemptable_namespaces, as: 'exemptableNamespaces'
|
852
|
+
property :log_denies_enabled, as: 'logDeniesEnabled'
|
853
|
+
property :monitoring, as: 'monitoring', class: Google::Apis::GkehubV2::ConfigManagementPolicyControllerMonitoring, decorator: Google::Apis::GkehubV2::ConfigManagementPolicyControllerMonitoring::Representation
|
854
|
+
|
855
|
+
property :mutation_enabled, as: 'mutationEnabled'
|
856
|
+
property :referential_rules_enabled, as: 'referentialRulesEnabled'
|
857
|
+
property :template_library_installed, as: 'templateLibraryInstalled'
|
858
|
+
property :update_time, as: 'updateTime'
|
859
|
+
end
|
860
|
+
end
|
861
|
+
|
862
|
+
class ConfigManagementPolicyControllerMigration
|
863
|
+
# @private
|
864
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
865
|
+
property :copy_time, as: 'copyTime'
|
866
|
+
property :stage, as: 'stage'
|
867
|
+
end
|
868
|
+
end
|
869
|
+
|
870
|
+
class ConfigManagementPolicyControllerMonitoring
|
871
|
+
# @private
|
872
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
873
|
+
collection :backends, as: 'backends'
|
874
|
+
end
|
875
|
+
end
|
876
|
+
|
877
|
+
class ConfigManagementPolicyControllerState
|
878
|
+
# @private
|
879
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
880
|
+
property :deployment_state, as: 'deploymentState', class: Google::Apis::GkehubV2::ConfigManagementGatekeeperDeploymentState, decorator: Google::Apis::GkehubV2::ConfigManagementGatekeeperDeploymentState::Representation
|
881
|
+
|
882
|
+
property :migration, as: 'migration', class: Google::Apis::GkehubV2::ConfigManagementPolicyControllerMigration, decorator: Google::Apis::GkehubV2::ConfigManagementPolicyControllerMigration::Representation
|
883
|
+
|
884
|
+
property :version, as: 'version', class: Google::Apis::GkehubV2::ConfigManagementPolicyControllerVersion, decorator: Google::Apis::GkehubV2::ConfigManagementPolicyControllerVersion::Representation
|
885
|
+
|
886
|
+
end
|
887
|
+
end
|
888
|
+
|
889
|
+
class ConfigManagementPolicyControllerVersion
|
890
|
+
# @private
|
891
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
892
|
+
property :version, as: 'version'
|
893
|
+
end
|
894
|
+
end
|
895
|
+
|
896
|
+
class ConfigManagementSpec
|
897
|
+
# @private
|
898
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
899
|
+
property :binauthz, as: 'binauthz', class: Google::Apis::GkehubV2::ConfigManagementBinauthzConfig, decorator: Google::Apis::GkehubV2::ConfigManagementBinauthzConfig::Representation
|
900
|
+
|
901
|
+
property :cluster, as: 'cluster'
|
902
|
+
property :config_sync, as: 'configSync', class: Google::Apis::GkehubV2::ConfigManagementConfigSync, decorator: Google::Apis::GkehubV2::ConfigManagementConfigSync::Representation
|
903
|
+
|
904
|
+
property :hierarchy_controller, as: 'hierarchyController', class: Google::Apis::GkehubV2::ConfigManagementHierarchyControllerConfig, decorator: Google::Apis::GkehubV2::ConfigManagementHierarchyControllerConfig::Representation
|
905
|
+
|
906
|
+
property :management, as: 'management'
|
907
|
+
property :policy_controller, as: 'policyController', class: Google::Apis::GkehubV2::ConfigManagementPolicyController, decorator: Google::Apis::GkehubV2::ConfigManagementPolicyController::Representation
|
908
|
+
|
909
|
+
property :version, as: 'version'
|
910
|
+
end
|
911
|
+
end
|
912
|
+
|
913
|
+
class ConfigManagementState
|
914
|
+
# @private
|
915
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
916
|
+
property :binauthz_state, as: 'binauthzState', class: Google::Apis::GkehubV2::ConfigManagementBinauthzState, decorator: Google::Apis::GkehubV2::ConfigManagementBinauthzState::Representation
|
917
|
+
|
918
|
+
property :cluster_name, as: 'clusterName'
|
919
|
+
property :config_sync_state, as: 'configSyncState', class: Google::Apis::GkehubV2::ConfigManagementConfigSyncState, decorator: Google::Apis::GkehubV2::ConfigManagementConfigSyncState::Representation
|
920
|
+
|
921
|
+
property :hierarchy_controller_state, as: 'hierarchyControllerState', class: Google::Apis::GkehubV2::ConfigManagementHierarchyControllerState, decorator: Google::Apis::GkehubV2::ConfigManagementHierarchyControllerState::Representation
|
922
|
+
|
923
|
+
property :membership_spec, as: 'membershipSpec', class: Google::Apis::GkehubV2::ConfigManagementSpec, decorator: Google::Apis::GkehubV2::ConfigManagementSpec::Representation
|
924
|
+
|
925
|
+
property :operator_state, as: 'operatorState', class: Google::Apis::GkehubV2::ConfigManagementOperatorState, decorator: Google::Apis::GkehubV2::ConfigManagementOperatorState::Representation
|
926
|
+
|
927
|
+
property :policy_controller_state, as: 'policyControllerState', class: Google::Apis::GkehubV2::ConfigManagementPolicyControllerState, decorator: Google::Apis::GkehubV2::ConfigManagementPolicyControllerState::Representation
|
928
|
+
|
929
|
+
end
|
930
|
+
end
|
931
|
+
|
932
|
+
class ConfigManagementSyncError
|
933
|
+
# @private
|
934
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
935
|
+
property :code, as: 'code'
|
936
|
+
property :error_message, as: 'errorMessage'
|
937
|
+
collection :error_resources, as: 'errorResources', class: Google::Apis::GkehubV2::ConfigManagementErrorResource, decorator: Google::Apis::GkehubV2::ConfigManagementErrorResource::Representation
|
938
|
+
|
939
|
+
end
|
940
|
+
end
|
941
|
+
|
942
|
+
class ConfigManagementSyncState
|
943
|
+
# @private
|
944
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
945
|
+
property :code, as: 'code'
|
946
|
+
collection :errors, as: 'errors', class: Google::Apis::GkehubV2::ConfigManagementSyncError, decorator: Google::Apis::GkehubV2::ConfigManagementSyncError::Representation
|
947
|
+
|
948
|
+
property :import_token, as: 'importToken'
|
949
|
+
property :last_sync, as: 'lastSync'
|
950
|
+
property :last_sync_time, as: 'lastSyncTime'
|
951
|
+
property :source_token, as: 'sourceToken'
|
952
|
+
property :sync_token, as: 'syncToken'
|
953
|
+
end
|
954
|
+
end
|
955
|
+
|
956
|
+
class Empty
|
957
|
+
# @private
|
958
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
959
|
+
end
|
960
|
+
end
|
961
|
+
|
962
|
+
class FeatureConfigRef
|
963
|
+
# @private
|
964
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
965
|
+
property :config, as: 'config'
|
966
|
+
property :config_update_time, as: 'configUpdateTime'
|
967
|
+
property :uuid, as: 'uuid'
|
968
|
+
end
|
969
|
+
end
|
970
|
+
|
971
|
+
class FeatureSpec
|
972
|
+
# @private
|
973
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
974
|
+
property :cloudbuild, as: 'cloudbuild', class: Google::Apis::GkehubV2::CloudBuildSpec, decorator: Google::Apis::GkehubV2::CloudBuildSpec::Representation
|
975
|
+
|
976
|
+
property :configmanagement, as: 'configmanagement', class: Google::Apis::GkehubV2::ConfigManagementSpec, decorator: Google::Apis::GkehubV2::ConfigManagementSpec::Representation
|
977
|
+
|
978
|
+
property :identityservice, as: 'identityservice', class: Google::Apis::GkehubV2::IdentityServiceSpec, decorator: Google::Apis::GkehubV2::IdentityServiceSpec::Representation
|
979
|
+
|
980
|
+
property :origin, as: 'origin', class: Google::Apis::GkehubV2::Origin, decorator: Google::Apis::GkehubV2::Origin::Representation
|
981
|
+
|
982
|
+
property :policycontroller, as: 'policycontroller', class: Google::Apis::GkehubV2::PolicyControllerSpec, decorator: Google::Apis::GkehubV2::PolicyControllerSpec::Representation
|
983
|
+
|
984
|
+
property :servicemesh, as: 'servicemesh', class: Google::Apis::GkehubV2::ServiceMeshSpec, decorator: Google::Apis::GkehubV2::ServiceMeshSpec::Representation
|
985
|
+
|
986
|
+
property :workloadcertificate, as: 'workloadcertificate', class: Google::Apis::GkehubV2::WorkloadCertificateSpec, decorator: Google::Apis::GkehubV2::WorkloadCertificateSpec::Representation
|
987
|
+
|
988
|
+
end
|
989
|
+
end
|
990
|
+
|
991
|
+
class FeatureState
|
992
|
+
# @private
|
993
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
994
|
+
property :appdevexperience, as: 'appdevexperience', class: Google::Apis::GkehubV2::AppDevExperienceState, decorator: Google::Apis::GkehubV2::AppDevExperienceState::Representation
|
995
|
+
|
996
|
+
property :clusterupgrade, as: 'clusterupgrade', class: Google::Apis::GkehubV2::ClusterUpgradeState, decorator: Google::Apis::GkehubV2::ClusterUpgradeState::Representation
|
997
|
+
|
998
|
+
property :configmanagement, as: 'configmanagement', class: Google::Apis::GkehubV2::ConfigManagementState, decorator: Google::Apis::GkehubV2::ConfigManagementState::Representation
|
999
|
+
|
1000
|
+
property :identityservice, as: 'identityservice', class: Google::Apis::GkehubV2::IdentityServiceState, decorator: Google::Apis::GkehubV2::IdentityServiceState::Representation
|
1001
|
+
|
1002
|
+
property :metering, as: 'metering', class: Google::Apis::GkehubV2::MeteringState, decorator: Google::Apis::GkehubV2::MeteringState::Representation
|
1003
|
+
|
1004
|
+
property :policycontroller, as: 'policycontroller', class: Google::Apis::GkehubV2::PolicyControllerState, decorator: Google::Apis::GkehubV2::PolicyControllerState::Representation
|
1005
|
+
|
1006
|
+
property :servicemesh, as: 'servicemesh', class: Google::Apis::GkehubV2::ServiceMeshState, decorator: Google::Apis::GkehubV2::ServiceMeshState::Representation
|
1007
|
+
|
1008
|
+
property :state, as: 'state', class: Google::Apis::GkehubV2::State, decorator: Google::Apis::GkehubV2::State::Representation
|
1009
|
+
|
1010
|
+
end
|
1011
|
+
end
|
1012
|
+
|
1013
|
+
class GoogleRpcStatus
|
1014
|
+
# @private
|
1015
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1016
|
+
property :code, as: 'code'
|
1017
|
+
collection :details, as: 'details'
|
1018
|
+
property :message, as: 'message'
|
1019
|
+
end
|
1020
|
+
end
|
1021
|
+
|
1022
|
+
class IdentityServiceAuthMethod
|
1023
|
+
# @private
|
1024
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1025
|
+
property :azuread_config, as: 'azureadConfig', class: Google::Apis::GkehubV2::IdentityServiceAzureAdConfig, decorator: Google::Apis::GkehubV2::IdentityServiceAzureAdConfig::Representation
|
1026
|
+
|
1027
|
+
property :google_config, as: 'googleConfig', class: Google::Apis::GkehubV2::IdentityServiceGoogleConfig, decorator: Google::Apis::GkehubV2::IdentityServiceGoogleConfig::Representation
|
1028
|
+
|
1029
|
+
property :ldap_config, as: 'ldapConfig', class: Google::Apis::GkehubV2::IdentityServiceLdapConfig, decorator: Google::Apis::GkehubV2::IdentityServiceLdapConfig::Representation
|
1030
|
+
|
1031
|
+
property :name, as: 'name'
|
1032
|
+
property :oidc_config, as: 'oidcConfig', class: Google::Apis::GkehubV2::IdentityServiceOidcConfig, decorator: Google::Apis::GkehubV2::IdentityServiceOidcConfig::Representation
|
1033
|
+
|
1034
|
+
property :proxy, as: 'proxy'
|
1035
|
+
property :saml_config, as: 'samlConfig', class: Google::Apis::GkehubV2::IdentityServiceSamlConfig, decorator: Google::Apis::GkehubV2::IdentityServiceSamlConfig::Representation
|
1036
|
+
|
1037
|
+
end
|
1038
|
+
end
|
1039
|
+
|
1040
|
+
class IdentityServiceAzureAdConfig
|
1041
|
+
# @private
|
1042
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1043
|
+
property :client_id, as: 'clientId'
|
1044
|
+
property :client_secret, as: 'clientSecret'
|
1045
|
+
property :encrypted_client_secret, :base64 => true, as: 'encryptedClientSecret'
|
1046
|
+
property :group_format, as: 'groupFormat'
|
1047
|
+
property :kubectl_redirect_uri, as: 'kubectlRedirectUri'
|
1048
|
+
property :tenant, as: 'tenant'
|
1049
|
+
property :user_claim, as: 'userClaim'
|
1050
|
+
end
|
29
1051
|
end
|
30
1052
|
|
31
|
-
class
|
32
|
-
|
1053
|
+
class IdentityServiceDiagnosticInterface
|
1054
|
+
# @private
|
1055
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1056
|
+
property :enabled, as: 'enabled'
|
1057
|
+
property :expiration_time, as: 'expirationTime'
|
1058
|
+
end
|
1059
|
+
end
|
33
1060
|
|
34
|
-
|
1061
|
+
class IdentityServiceGoogleConfig
|
1062
|
+
# @private
|
1063
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1064
|
+
property :disable, as: 'disable'
|
1065
|
+
end
|
35
1066
|
end
|
36
1067
|
|
37
|
-
class
|
38
|
-
|
1068
|
+
class IdentityServiceGroupConfig
|
1069
|
+
# @private
|
1070
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1071
|
+
property :base_dn, as: 'baseDn'
|
1072
|
+
property :filter, as: 'filter'
|
1073
|
+
property :id_attribute, as: 'idAttribute'
|
1074
|
+
end
|
1075
|
+
end
|
39
1076
|
|
40
|
-
|
1077
|
+
class IdentityServiceIdentityServiceOptions
|
1078
|
+
# @private
|
1079
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1080
|
+
property :diagnostic_interface, as: 'diagnosticInterface', class: Google::Apis::GkehubV2::IdentityServiceDiagnosticInterface, decorator: Google::Apis::GkehubV2::IdentityServiceDiagnosticInterface::Representation
|
1081
|
+
|
1082
|
+
property :session_duration, as: 'sessionDuration'
|
1083
|
+
end
|
41
1084
|
end
|
42
1085
|
|
43
|
-
class
|
44
|
-
|
1086
|
+
class IdentityServiceLdapConfig
|
1087
|
+
# @private
|
1088
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1089
|
+
property :group, as: 'group', class: Google::Apis::GkehubV2::IdentityServiceGroupConfig, decorator: Google::Apis::GkehubV2::IdentityServiceGroupConfig::Representation
|
45
1090
|
|
46
|
-
|
1091
|
+
property :server, as: 'server', class: Google::Apis::GkehubV2::IdentityServiceServerConfig, decorator: Google::Apis::GkehubV2::IdentityServiceServerConfig::Representation
|
1092
|
+
|
1093
|
+
property :service_account, as: 'serviceAccount', class: Google::Apis::GkehubV2::IdentityServiceServiceAccountConfig, decorator: Google::Apis::GkehubV2::IdentityServiceServiceAccountConfig::Representation
|
1094
|
+
|
1095
|
+
property :user, as: 'user', class: Google::Apis::GkehubV2::IdentityServiceUserConfig, decorator: Google::Apis::GkehubV2::IdentityServiceUserConfig::Representation
|
1096
|
+
|
1097
|
+
end
|
47
1098
|
end
|
48
1099
|
|
49
|
-
class
|
50
|
-
|
1100
|
+
class IdentityServiceOidcConfig
|
1101
|
+
# @private
|
1102
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1103
|
+
property :certificate_authority_data, as: 'certificateAuthorityData'
|
1104
|
+
property :client_id, as: 'clientId'
|
1105
|
+
property :client_secret, as: 'clientSecret'
|
1106
|
+
property :deploy_cloud_console_proxy, as: 'deployCloudConsoleProxy'
|
1107
|
+
property :enable_access_token, as: 'enableAccessToken'
|
1108
|
+
property :encrypted_client_secret, :base64 => true, as: 'encryptedClientSecret'
|
1109
|
+
property :extra_params, as: 'extraParams'
|
1110
|
+
property :group_prefix, as: 'groupPrefix'
|
1111
|
+
property :groups_claim, as: 'groupsClaim'
|
1112
|
+
property :issuer_uri, as: 'issuerUri'
|
1113
|
+
property :kubectl_redirect_uri, as: 'kubectlRedirectUri'
|
1114
|
+
property :scopes, as: 'scopes'
|
1115
|
+
property :user_claim, as: 'userClaim'
|
1116
|
+
property :user_prefix, as: 'userPrefix'
|
1117
|
+
end
|
1118
|
+
end
|
51
1119
|
|
52
|
-
|
1120
|
+
class IdentityServiceSamlConfig
|
1121
|
+
# @private
|
1122
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1123
|
+
hash :attribute_mapping, as: 'attributeMapping'
|
1124
|
+
property :group_prefix, as: 'groupPrefix'
|
1125
|
+
property :groups_attribute, as: 'groupsAttribute'
|
1126
|
+
collection :identity_provider_certificates, as: 'identityProviderCertificates'
|
1127
|
+
property :identity_provider_id, as: 'identityProviderId'
|
1128
|
+
property :identity_provider_sso_uri, as: 'identityProviderSsoUri'
|
1129
|
+
property :user_attribute, as: 'userAttribute'
|
1130
|
+
property :user_prefix, as: 'userPrefix'
|
1131
|
+
end
|
53
1132
|
end
|
54
1133
|
|
55
|
-
class
|
56
|
-
|
1134
|
+
class IdentityServiceServerConfig
|
1135
|
+
# @private
|
1136
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1137
|
+
property :certificate_authority_data, :base64 => true, as: 'certificateAuthorityData'
|
1138
|
+
property :connection_type, as: 'connectionType'
|
1139
|
+
property :host, as: 'host'
|
1140
|
+
end
|
1141
|
+
end
|
57
1142
|
|
58
|
-
|
1143
|
+
class IdentityServiceServiceAccountConfig
|
1144
|
+
# @private
|
1145
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1146
|
+
property :simple_bind_credentials, as: 'simpleBindCredentials', class: Google::Apis::GkehubV2::IdentityServiceSimpleBindCredentials, decorator: Google::Apis::GkehubV2::IdentityServiceSimpleBindCredentials::Representation
|
1147
|
+
|
1148
|
+
end
|
59
1149
|
end
|
60
1150
|
|
61
|
-
class
|
62
|
-
|
1151
|
+
class IdentityServiceSimpleBindCredentials
|
1152
|
+
# @private
|
1153
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1154
|
+
property :dn, as: 'dn'
|
1155
|
+
property :encrypted_password, :base64 => true, as: 'encryptedPassword'
|
1156
|
+
property :password, as: 'password'
|
1157
|
+
end
|
1158
|
+
end
|
63
1159
|
|
64
|
-
|
1160
|
+
class IdentityServiceSpec
|
1161
|
+
# @private
|
1162
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1163
|
+
collection :auth_methods, as: 'authMethods', class: Google::Apis::GkehubV2::IdentityServiceAuthMethod, decorator: Google::Apis::GkehubV2::IdentityServiceAuthMethod::Representation
|
1164
|
+
|
1165
|
+
property :identity_service_options, as: 'identityServiceOptions', class: Google::Apis::GkehubV2::IdentityServiceIdentityServiceOptions, decorator: Google::Apis::GkehubV2::IdentityServiceIdentityServiceOptions::Representation
|
1166
|
+
|
1167
|
+
end
|
65
1168
|
end
|
66
1169
|
|
67
|
-
class
|
1170
|
+
class IdentityServiceState
|
68
1171
|
# @private
|
69
1172
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1173
|
+
property :failure_reason, as: 'failureReason'
|
1174
|
+
property :installed_version, as: 'installedVersion'
|
1175
|
+
property :member_config, as: 'memberConfig', class: Google::Apis::GkehubV2::IdentityServiceSpec, decorator: Google::Apis::GkehubV2::IdentityServiceSpec::Representation
|
1176
|
+
|
1177
|
+
property :state, as: 'state'
|
70
1178
|
end
|
71
1179
|
end
|
72
1180
|
|
73
|
-
class
|
1181
|
+
class IdentityServiceUserConfig
|
74
1182
|
# @private
|
75
1183
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1184
|
+
property :base_dn, as: 'baseDn'
|
1185
|
+
property :filter, as: 'filter'
|
1186
|
+
property :id_attribute, as: 'idAttribute'
|
1187
|
+
property :login_attribute, as: 'loginAttribute'
|
76
1188
|
end
|
77
1189
|
end
|
78
1190
|
|
79
|
-
class
|
1191
|
+
class LifecycleState
|
80
1192
|
# @private
|
81
1193
|
class Representation < Google::Apis::Core::JsonRepresentation
|
82
|
-
property :
|
83
|
-
collection :details, as: 'details'
|
84
|
-
property :message, as: 'message'
|
1194
|
+
property :state, as: 'state'
|
85
1195
|
end
|
86
1196
|
end
|
87
1197
|
|
@@ -94,6 +1204,16 @@ module Google
|
|
94
1204
|
end
|
95
1205
|
end
|
96
1206
|
|
1207
|
+
class ListMembershipFeaturesResponse
|
1208
|
+
# @private
|
1209
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1210
|
+
collection :membership_features, as: 'membershipFeatures', class: Google::Apis::GkehubV2::MembershipFeature, decorator: Google::Apis::GkehubV2::MembershipFeature::Representation
|
1211
|
+
|
1212
|
+
property :next_page_token, as: 'nextPageToken'
|
1213
|
+
collection :unreachable, as: 'unreachable'
|
1214
|
+
end
|
1215
|
+
end
|
1216
|
+
|
97
1217
|
class ListOperationsResponse
|
98
1218
|
# @private
|
99
1219
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -114,6 +1234,33 @@ module Google
|
|
114
1234
|
end
|
115
1235
|
end
|
116
1236
|
|
1237
|
+
class MembershipFeature
|
1238
|
+
# @private
|
1239
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1240
|
+
property :create_time, as: 'createTime'
|
1241
|
+
property :delete_time, as: 'deleteTime'
|
1242
|
+
property :feature_config_ref, as: 'featureConfigRef', class: Google::Apis::GkehubV2::FeatureConfigRef, decorator: Google::Apis::GkehubV2::FeatureConfigRef::Representation
|
1243
|
+
|
1244
|
+
hash :labels, as: 'labels'
|
1245
|
+
property :lifecycle_state, as: 'lifecycleState', class: Google::Apis::GkehubV2::LifecycleState, decorator: Google::Apis::GkehubV2::LifecycleState::Representation
|
1246
|
+
|
1247
|
+
property :name, as: 'name'
|
1248
|
+
property :spec, as: 'spec', class: Google::Apis::GkehubV2::FeatureSpec, decorator: Google::Apis::GkehubV2::FeatureSpec::Representation
|
1249
|
+
|
1250
|
+
property :state, as: 'state', class: Google::Apis::GkehubV2::FeatureState, decorator: Google::Apis::GkehubV2::FeatureState::Representation
|
1251
|
+
|
1252
|
+
property :update_time, as: 'updateTime'
|
1253
|
+
end
|
1254
|
+
end
|
1255
|
+
|
1256
|
+
class MeteringState
|
1257
|
+
# @private
|
1258
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1259
|
+
property :last_measurement_time, as: 'lastMeasurementTime'
|
1260
|
+
property :precise_last_measured_cluster_vcpu_capacity, as: 'preciseLastMeasuredClusterVcpuCapacity'
|
1261
|
+
end
|
1262
|
+
end
|
1263
|
+
|
117
1264
|
class Operation
|
118
1265
|
# @private
|
119
1266
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -125,6 +1272,264 @@ module Google
|
|
125
1272
|
hash :response, as: 'response'
|
126
1273
|
end
|
127
1274
|
end
|
1275
|
+
|
1276
|
+
class OperationMetadata
|
1277
|
+
# @private
|
1278
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1279
|
+
property :api_version, as: 'apiVersion'
|
1280
|
+
property :cancel_requested, as: 'cancelRequested'
|
1281
|
+
property :create_time, as: 'createTime'
|
1282
|
+
property :end_time, as: 'endTime'
|
1283
|
+
property :status_detail, as: 'statusDetail'
|
1284
|
+
property :target, as: 'target'
|
1285
|
+
property :verb, as: 'verb'
|
1286
|
+
end
|
1287
|
+
end
|
1288
|
+
|
1289
|
+
class Origin
|
1290
|
+
# @private
|
1291
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1292
|
+
property :type, as: 'type'
|
1293
|
+
end
|
1294
|
+
end
|
1295
|
+
|
1296
|
+
class PolicyControllerBundleInstallSpec
|
1297
|
+
# @private
|
1298
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1299
|
+
collection :exempted_namespaces, as: 'exemptedNamespaces'
|
1300
|
+
end
|
1301
|
+
end
|
1302
|
+
|
1303
|
+
class PolicyControllerHubConfig
|
1304
|
+
# @private
|
1305
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1306
|
+
property :audit_interval_seconds, :numeric_string => true, as: 'auditIntervalSeconds'
|
1307
|
+
property :constraint_violation_limit, :numeric_string => true, as: 'constraintViolationLimit'
|
1308
|
+
hash :deployment_configs, as: 'deploymentConfigs', class: Google::Apis::GkehubV2::PolicyControllerPolicyControllerDeploymentConfig, decorator: Google::Apis::GkehubV2::PolicyControllerPolicyControllerDeploymentConfig::Representation
|
1309
|
+
|
1310
|
+
collection :exemptable_namespaces, as: 'exemptableNamespaces'
|
1311
|
+
property :install_spec, as: 'installSpec'
|
1312
|
+
property :log_denies_enabled, as: 'logDeniesEnabled'
|
1313
|
+
property :monitoring, as: 'monitoring', class: Google::Apis::GkehubV2::PolicyControllerMonitoringConfig, decorator: Google::Apis::GkehubV2::PolicyControllerMonitoringConfig::Representation
|
1314
|
+
|
1315
|
+
property :mutation_enabled, as: 'mutationEnabled'
|
1316
|
+
property :policy_content, as: 'policyContent', class: Google::Apis::GkehubV2::PolicyControllerPolicyContentSpec, decorator: Google::Apis::GkehubV2::PolicyControllerPolicyContentSpec::Representation
|
1317
|
+
|
1318
|
+
property :referential_rules_enabled, as: 'referentialRulesEnabled'
|
1319
|
+
end
|
1320
|
+
end
|
1321
|
+
|
1322
|
+
class PolicyControllerMonitoringConfig
|
1323
|
+
# @private
|
1324
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1325
|
+
collection :backends, as: 'backends'
|
1326
|
+
end
|
1327
|
+
end
|
1328
|
+
|
1329
|
+
class PolicyControllerOnClusterState
|
1330
|
+
# @private
|
1331
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1332
|
+
property :details, as: 'details'
|
1333
|
+
property :state, as: 'state'
|
1334
|
+
end
|
1335
|
+
end
|
1336
|
+
|
1337
|
+
class PolicyControllerPolicyContentSpec
|
1338
|
+
# @private
|
1339
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1340
|
+
hash :bundles, as: 'bundles', class: Google::Apis::GkehubV2::PolicyControllerBundleInstallSpec, decorator: Google::Apis::GkehubV2::PolicyControllerBundleInstallSpec::Representation
|
1341
|
+
|
1342
|
+
property :template_library, as: 'templateLibrary', class: Google::Apis::GkehubV2::PolicyControllerTemplateLibraryConfig, decorator: Google::Apis::GkehubV2::PolicyControllerTemplateLibraryConfig::Representation
|
1343
|
+
|
1344
|
+
end
|
1345
|
+
end
|
1346
|
+
|
1347
|
+
class PolicyControllerPolicyContentState
|
1348
|
+
# @private
|
1349
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1350
|
+
hash :bundle_states, as: 'bundleStates', class: Google::Apis::GkehubV2::PolicyControllerOnClusterState, decorator: Google::Apis::GkehubV2::PolicyControllerOnClusterState::Representation
|
1351
|
+
|
1352
|
+
property :referential_sync_config_state, as: 'referentialSyncConfigState', class: Google::Apis::GkehubV2::PolicyControllerOnClusterState, decorator: Google::Apis::GkehubV2::PolicyControllerOnClusterState::Representation
|
1353
|
+
|
1354
|
+
property :template_library_state, as: 'templateLibraryState', class: Google::Apis::GkehubV2::PolicyControllerOnClusterState, decorator: Google::Apis::GkehubV2::PolicyControllerOnClusterState::Representation
|
1355
|
+
|
1356
|
+
end
|
1357
|
+
end
|
1358
|
+
|
1359
|
+
class PolicyControllerPolicyControllerDeploymentConfig
|
1360
|
+
# @private
|
1361
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1362
|
+
property :container_resources, as: 'containerResources', class: Google::Apis::GkehubV2::PolicyControllerResourceRequirements, decorator: Google::Apis::GkehubV2::PolicyControllerResourceRequirements::Representation
|
1363
|
+
|
1364
|
+
property :pod_affinity, as: 'podAffinity'
|
1365
|
+
property :pod_anti_affinity, as: 'podAntiAffinity'
|
1366
|
+
collection :pod_tolerations, as: 'podTolerations', class: Google::Apis::GkehubV2::PolicyControllerToleration, decorator: Google::Apis::GkehubV2::PolicyControllerToleration::Representation
|
1367
|
+
|
1368
|
+
property :replica_count, :numeric_string => true, as: 'replicaCount'
|
1369
|
+
end
|
1370
|
+
end
|
1371
|
+
|
1372
|
+
class PolicyControllerResourceList
|
1373
|
+
# @private
|
1374
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1375
|
+
property :cpu, as: 'cpu'
|
1376
|
+
property :memory, as: 'memory'
|
1377
|
+
end
|
1378
|
+
end
|
1379
|
+
|
1380
|
+
class PolicyControllerResourceRequirements
|
1381
|
+
# @private
|
1382
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1383
|
+
property :limits, as: 'limits', class: Google::Apis::GkehubV2::PolicyControllerResourceList, decorator: Google::Apis::GkehubV2::PolicyControllerResourceList::Representation
|
1384
|
+
|
1385
|
+
property :requests, as: 'requests', class: Google::Apis::GkehubV2::PolicyControllerResourceList, decorator: Google::Apis::GkehubV2::PolicyControllerResourceList::Representation
|
1386
|
+
|
1387
|
+
end
|
1388
|
+
end
|
1389
|
+
|
1390
|
+
class PolicyControllerSpec
|
1391
|
+
# @private
|
1392
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1393
|
+
property :policy_controller_hub_config, as: 'policyControllerHubConfig', class: Google::Apis::GkehubV2::PolicyControllerHubConfig, decorator: Google::Apis::GkehubV2::PolicyControllerHubConfig::Representation
|
1394
|
+
|
1395
|
+
property :version, as: 'version'
|
1396
|
+
end
|
1397
|
+
end
|
1398
|
+
|
1399
|
+
class PolicyControllerState
|
1400
|
+
# @private
|
1401
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1402
|
+
hash :component_states, as: 'componentStates', class: Google::Apis::GkehubV2::PolicyControllerOnClusterState, decorator: Google::Apis::GkehubV2::PolicyControllerOnClusterState::Representation
|
1403
|
+
|
1404
|
+
property :policy_content_state, as: 'policyContentState', class: Google::Apis::GkehubV2::PolicyControllerPolicyContentState, decorator: Google::Apis::GkehubV2::PolicyControllerPolicyContentState::Representation
|
1405
|
+
|
1406
|
+
property :state, as: 'state'
|
1407
|
+
end
|
1408
|
+
end
|
1409
|
+
|
1410
|
+
class PolicyControllerTemplateLibraryConfig
|
1411
|
+
# @private
|
1412
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1413
|
+
property :installation, as: 'installation'
|
1414
|
+
end
|
1415
|
+
end
|
1416
|
+
|
1417
|
+
class PolicyControllerToleration
|
1418
|
+
# @private
|
1419
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1420
|
+
property :effect, as: 'effect'
|
1421
|
+
property :key, as: 'key'
|
1422
|
+
property :operator, as: 'operator'
|
1423
|
+
property :value, as: 'value'
|
1424
|
+
end
|
1425
|
+
end
|
1426
|
+
|
1427
|
+
class ServiceMeshAnalysisMessage
|
1428
|
+
# @private
|
1429
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1430
|
+
hash :args, as: 'args'
|
1431
|
+
property :description, as: 'description'
|
1432
|
+
property :message_base, as: 'messageBase', class: Google::Apis::GkehubV2::ServiceMeshAnalysisMessageBase, decorator: Google::Apis::GkehubV2::ServiceMeshAnalysisMessageBase::Representation
|
1433
|
+
|
1434
|
+
collection :resource_paths, as: 'resourcePaths'
|
1435
|
+
end
|
1436
|
+
end
|
1437
|
+
|
1438
|
+
class ServiceMeshAnalysisMessageBase
|
1439
|
+
# @private
|
1440
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1441
|
+
property :documentation_url, as: 'documentationUrl'
|
1442
|
+
property :level, as: 'level'
|
1443
|
+
property :type, as: 'type', class: Google::Apis::GkehubV2::ServiceMeshType, decorator: Google::Apis::GkehubV2::ServiceMeshType::Representation
|
1444
|
+
|
1445
|
+
end
|
1446
|
+
end
|
1447
|
+
|
1448
|
+
class ServiceMeshCondition
|
1449
|
+
# @private
|
1450
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1451
|
+
property :code, as: 'code'
|
1452
|
+
property :details, as: 'details'
|
1453
|
+
property :documentation_link, as: 'documentationLink'
|
1454
|
+
property :severity, as: 'severity'
|
1455
|
+
end
|
1456
|
+
end
|
1457
|
+
|
1458
|
+
class ServiceMeshControlPlaneManagement
|
1459
|
+
# @private
|
1460
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1461
|
+
collection :details, as: 'details', class: Google::Apis::GkehubV2::ServiceMeshStatusDetails, decorator: Google::Apis::GkehubV2::ServiceMeshStatusDetails::Representation
|
1462
|
+
|
1463
|
+
property :implementation, as: 'implementation'
|
1464
|
+
property :state, as: 'state'
|
1465
|
+
end
|
1466
|
+
end
|
1467
|
+
|
1468
|
+
class ServiceMeshDataPlaneManagement
|
1469
|
+
# @private
|
1470
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1471
|
+
collection :details, as: 'details', class: Google::Apis::GkehubV2::ServiceMeshStatusDetails, decorator: Google::Apis::GkehubV2::ServiceMeshStatusDetails::Representation
|
1472
|
+
|
1473
|
+
property :state, as: 'state'
|
1474
|
+
end
|
1475
|
+
end
|
1476
|
+
|
1477
|
+
class ServiceMeshSpec
|
1478
|
+
# @private
|
1479
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1480
|
+
property :config_api, as: 'configApi'
|
1481
|
+
property :control_plane, as: 'controlPlane'
|
1482
|
+
property :default_channel, as: 'defaultChannel'
|
1483
|
+
property :management, as: 'management'
|
1484
|
+
end
|
1485
|
+
end
|
1486
|
+
|
1487
|
+
class ServiceMeshState
|
1488
|
+
# @private
|
1489
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1490
|
+
collection :analysis_messages, as: 'analysisMessages', class: Google::Apis::GkehubV2::ServiceMeshAnalysisMessage, decorator: Google::Apis::GkehubV2::ServiceMeshAnalysisMessage::Representation
|
1491
|
+
|
1492
|
+
collection :conditions, as: 'conditions', class: Google::Apis::GkehubV2::ServiceMeshCondition, decorator: Google::Apis::GkehubV2::ServiceMeshCondition::Representation
|
1493
|
+
|
1494
|
+
property :config_api_version, as: 'configApiVersion'
|
1495
|
+
property :control_plane_management, as: 'controlPlaneManagement', class: Google::Apis::GkehubV2::ServiceMeshControlPlaneManagement, decorator: Google::Apis::GkehubV2::ServiceMeshControlPlaneManagement::Representation
|
1496
|
+
|
1497
|
+
property :data_plane_management, as: 'dataPlaneManagement', class: Google::Apis::GkehubV2::ServiceMeshDataPlaneManagement, decorator: Google::Apis::GkehubV2::ServiceMeshDataPlaneManagement::Representation
|
1498
|
+
|
1499
|
+
end
|
1500
|
+
end
|
1501
|
+
|
1502
|
+
class ServiceMeshStatusDetails
|
1503
|
+
# @private
|
1504
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1505
|
+
property :code, as: 'code'
|
1506
|
+
property :details, as: 'details'
|
1507
|
+
end
|
1508
|
+
end
|
1509
|
+
|
1510
|
+
class ServiceMeshType
|
1511
|
+
# @private
|
1512
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1513
|
+
property :code, as: 'code'
|
1514
|
+
property :display_name, as: 'displayName'
|
1515
|
+
end
|
1516
|
+
end
|
1517
|
+
|
1518
|
+
class State
|
1519
|
+
# @private
|
1520
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1521
|
+
property :code, as: 'code'
|
1522
|
+
property :description, as: 'description'
|
1523
|
+
property :update_time, as: 'updateTime'
|
1524
|
+
end
|
1525
|
+
end
|
1526
|
+
|
1527
|
+
class WorkloadCertificateSpec
|
1528
|
+
# @private
|
1529
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1530
|
+
property :certificate_management, as: 'certificateManagement'
|
1531
|
+
end
|
1532
|
+
end
|
128
1533
|
end
|
129
1534
|
end
|
130
1535
|
end
|