google-apis-gkehub_v1 0.1.0 → 0.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +22 -0
- data/lib/google/apis/gkehub_v1/classes.rb +1105 -61
- data/lib/google/apis/gkehub_v1/gem_version.rb +3 -3
- data/lib/google/apis/gkehub_v1/representations.rb +490 -0
- data/lib/google/apis/gkehub_v1/service.rb +352 -4
- metadata +14 -8
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module GkehubV1
|
18
18
|
# Version of the google-apis-gkehub_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.6.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.3.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210622"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -52,6 +52,144 @@ module Google
|
|
52
52
|
include Google::Apis::Core::JsonObjectSupport
|
53
53
|
end
|
54
54
|
|
55
|
+
class CommonFeatureSpec
|
56
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
|
+
|
58
|
+
include Google::Apis::Core::JsonObjectSupport
|
59
|
+
end
|
60
|
+
|
61
|
+
class CommonFeatureState
|
62
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
|
+
|
64
|
+
include Google::Apis::Core::JsonObjectSupport
|
65
|
+
end
|
66
|
+
|
67
|
+
class ConfigManagementConfigSync
|
68
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
|
+
|
70
|
+
include Google::Apis::Core::JsonObjectSupport
|
71
|
+
end
|
72
|
+
|
73
|
+
class ConfigManagementConfigSyncDeploymentState
|
74
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
|
+
|
76
|
+
include Google::Apis::Core::JsonObjectSupport
|
77
|
+
end
|
78
|
+
|
79
|
+
class ConfigManagementConfigSyncState
|
80
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
81
|
+
|
82
|
+
include Google::Apis::Core::JsonObjectSupport
|
83
|
+
end
|
84
|
+
|
85
|
+
class ConfigManagementConfigSyncVersion
|
86
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
|
+
|
88
|
+
include Google::Apis::Core::JsonObjectSupport
|
89
|
+
end
|
90
|
+
|
91
|
+
class ConfigManagementErrorResource
|
92
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
|
+
|
94
|
+
include Google::Apis::Core::JsonObjectSupport
|
95
|
+
end
|
96
|
+
|
97
|
+
class ConfigManagementGatekeeperDeploymentState
|
98
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
|
+
|
100
|
+
include Google::Apis::Core::JsonObjectSupport
|
101
|
+
end
|
102
|
+
|
103
|
+
class ConfigManagementGitConfig
|
104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
|
+
|
106
|
+
include Google::Apis::Core::JsonObjectSupport
|
107
|
+
end
|
108
|
+
|
109
|
+
class ConfigManagementGroupVersionKind
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
|
+
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
113
|
+
end
|
114
|
+
|
115
|
+
class ConfigManagementHierarchyControllerConfig
|
116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
|
+
|
118
|
+
include Google::Apis::Core::JsonObjectSupport
|
119
|
+
end
|
120
|
+
|
121
|
+
class ConfigManagementHierarchyControllerDeploymentState
|
122
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
|
+
|
124
|
+
include Google::Apis::Core::JsonObjectSupport
|
125
|
+
end
|
126
|
+
|
127
|
+
class ConfigManagementHierarchyControllerState
|
128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
|
+
|
130
|
+
include Google::Apis::Core::JsonObjectSupport
|
131
|
+
end
|
132
|
+
|
133
|
+
class ConfigManagementHierarchyControllerVersion
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
|
+
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
137
|
+
end
|
138
|
+
|
139
|
+
class ConfigManagementInstallError
|
140
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
|
+
|
142
|
+
include Google::Apis::Core::JsonObjectSupport
|
143
|
+
end
|
144
|
+
|
145
|
+
class ConfigManagementMembershipSpec
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
|
+
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
149
|
+
end
|
150
|
+
|
151
|
+
class ConfigManagementMembershipState
|
152
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
|
+
|
154
|
+
include Google::Apis::Core::JsonObjectSupport
|
155
|
+
end
|
156
|
+
|
157
|
+
class ConfigManagementOperatorState
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
|
+
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
161
|
+
end
|
162
|
+
|
163
|
+
class ConfigManagementPolicyController
|
164
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
|
+
|
166
|
+
include Google::Apis::Core::JsonObjectSupport
|
167
|
+
end
|
168
|
+
|
169
|
+
class ConfigManagementPolicyControllerState
|
170
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
|
+
|
172
|
+
include Google::Apis::Core::JsonObjectSupport
|
173
|
+
end
|
174
|
+
|
175
|
+
class ConfigManagementPolicyControllerVersion
|
176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
|
+
|
178
|
+
include Google::Apis::Core::JsonObjectSupport
|
179
|
+
end
|
180
|
+
|
181
|
+
class ConfigManagementSyncError
|
182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
|
+
|
184
|
+
include Google::Apis::Core::JsonObjectSupport
|
185
|
+
end
|
186
|
+
|
187
|
+
class ConfigManagementSyncState
|
188
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
|
+
|
190
|
+
include Google::Apis::Core::JsonObjectSupport
|
191
|
+
end
|
192
|
+
|
55
193
|
class ConnectAgentResource
|
56
194
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
195
|
|
@@ -70,6 +208,24 @@ module Google
|
|
70
208
|
include Google::Apis::Core::JsonObjectSupport
|
71
209
|
end
|
72
210
|
|
211
|
+
class Feature
|
212
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
|
+
|
214
|
+
include Google::Apis::Core::JsonObjectSupport
|
215
|
+
end
|
216
|
+
|
217
|
+
class FeatureResourceState
|
218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
|
+
|
220
|
+
include Google::Apis::Core::JsonObjectSupport
|
221
|
+
end
|
222
|
+
|
223
|
+
class FeatureState
|
224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
|
+
|
226
|
+
include Google::Apis::Core::JsonObjectSupport
|
227
|
+
end
|
228
|
+
|
73
229
|
class GenerateConnectManifestResponse
|
74
230
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
231
|
|
@@ -94,6 +250,12 @@ module Google
|
|
94
250
|
include Google::Apis::Core::JsonObjectSupport
|
95
251
|
end
|
96
252
|
|
253
|
+
class ListFeaturesResponse
|
254
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
|
+
|
256
|
+
include Google::Apis::Core::JsonObjectSupport
|
257
|
+
end
|
258
|
+
|
97
259
|
class ListLocationsResponse
|
98
260
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
261
|
|
@@ -130,12 +292,30 @@ module Google
|
|
130
292
|
include Google::Apis::Core::JsonObjectSupport
|
131
293
|
end
|
132
294
|
|
295
|
+
class MembershipFeatureSpec
|
296
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
297
|
+
|
298
|
+
include Google::Apis::Core::JsonObjectSupport
|
299
|
+
end
|
300
|
+
|
301
|
+
class MembershipFeatureState
|
302
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
|
+
|
304
|
+
include Google::Apis::Core::JsonObjectSupport
|
305
|
+
end
|
306
|
+
|
133
307
|
class MembershipState
|
134
308
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
309
|
|
136
310
|
include Google::Apis::Core::JsonObjectSupport
|
137
311
|
end
|
138
312
|
|
313
|
+
class MultiClusterIngressFeatureSpec
|
314
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
315
|
+
|
316
|
+
include Google::Apis::Core::JsonObjectSupport
|
317
|
+
end
|
318
|
+
|
139
319
|
class Operation
|
140
320
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
321
|
|
@@ -200,6 +380,7 @@ module Google
|
|
200
380
|
class Representation < Google::Apis::Core::JsonRepresentation
|
201
381
|
property :identity_provider, as: 'identityProvider'
|
202
382
|
property :issuer, as: 'issuer'
|
383
|
+
property :oidc_jwks, :base64 => true, as: 'oidcJwks'
|
203
384
|
property :workload_identity_pool, as: 'workloadIdentityPool'
|
204
385
|
end
|
205
386
|
end
|
@@ -220,6 +401,244 @@ module Google
|
|
220
401
|
end
|
221
402
|
end
|
222
403
|
|
404
|
+
class CommonFeatureSpec
|
405
|
+
# @private
|
406
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
407
|
+
property :multiclusteringress, as: 'multiclusteringress', class: Google::Apis::GkehubV1::MultiClusterIngressFeatureSpec, decorator: Google::Apis::GkehubV1::MultiClusterIngressFeatureSpec::Representation
|
408
|
+
|
409
|
+
end
|
410
|
+
end
|
411
|
+
|
412
|
+
class CommonFeatureState
|
413
|
+
# @private
|
414
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
415
|
+
property :state, as: 'state', class: Google::Apis::GkehubV1::FeatureState, decorator: Google::Apis::GkehubV1::FeatureState::Representation
|
416
|
+
|
417
|
+
end
|
418
|
+
end
|
419
|
+
|
420
|
+
class ConfigManagementConfigSync
|
421
|
+
# @private
|
422
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
423
|
+
property :git, as: 'git', class: Google::Apis::GkehubV1::ConfigManagementGitConfig, decorator: Google::Apis::GkehubV1::ConfigManagementGitConfig::Representation
|
424
|
+
|
425
|
+
property :source_format, as: 'sourceFormat'
|
426
|
+
end
|
427
|
+
end
|
428
|
+
|
429
|
+
class ConfigManagementConfigSyncDeploymentState
|
430
|
+
# @private
|
431
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
432
|
+
property :git_sync, as: 'gitSync'
|
433
|
+
property :importer, as: 'importer'
|
434
|
+
property :monitor, as: 'monitor'
|
435
|
+
property :reconciler_manager, as: 'reconcilerManager'
|
436
|
+
property :root_reconciler, as: 'rootReconciler'
|
437
|
+
property :syncer, as: 'syncer'
|
438
|
+
end
|
439
|
+
end
|
440
|
+
|
441
|
+
class ConfigManagementConfigSyncState
|
442
|
+
# @private
|
443
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
444
|
+
property :deployment_state, as: 'deploymentState', class: Google::Apis::GkehubV1::ConfigManagementConfigSyncDeploymentState, decorator: Google::Apis::GkehubV1::ConfigManagementConfigSyncDeploymentState::Representation
|
445
|
+
|
446
|
+
property :sync_state, as: 'syncState', class: Google::Apis::GkehubV1::ConfigManagementSyncState, decorator: Google::Apis::GkehubV1::ConfigManagementSyncState::Representation
|
447
|
+
|
448
|
+
property :version, as: 'version', class: Google::Apis::GkehubV1::ConfigManagementConfigSyncVersion, decorator: Google::Apis::GkehubV1::ConfigManagementConfigSyncVersion::Representation
|
449
|
+
|
450
|
+
end
|
451
|
+
end
|
452
|
+
|
453
|
+
class ConfigManagementConfigSyncVersion
|
454
|
+
# @private
|
455
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
456
|
+
property :git_sync, as: 'gitSync'
|
457
|
+
property :importer, as: 'importer'
|
458
|
+
property :monitor, as: 'monitor'
|
459
|
+
property :reconciler_manager, as: 'reconcilerManager'
|
460
|
+
property :root_reconciler, as: 'rootReconciler'
|
461
|
+
property :syncer, as: 'syncer'
|
462
|
+
end
|
463
|
+
end
|
464
|
+
|
465
|
+
class ConfigManagementErrorResource
|
466
|
+
# @private
|
467
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
468
|
+
property :resource_gvk, as: 'resourceGvk', class: Google::Apis::GkehubV1::ConfigManagementGroupVersionKind, decorator: Google::Apis::GkehubV1::ConfigManagementGroupVersionKind::Representation
|
469
|
+
|
470
|
+
property :resource_name, as: 'resourceName'
|
471
|
+
property :resource_namespace, as: 'resourceNamespace'
|
472
|
+
property :source_path, as: 'sourcePath'
|
473
|
+
end
|
474
|
+
end
|
475
|
+
|
476
|
+
class ConfigManagementGatekeeperDeploymentState
|
477
|
+
# @private
|
478
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
479
|
+
property :gatekeeper_audit, as: 'gatekeeperAudit'
|
480
|
+
property :gatekeeper_controller_manager_state, as: 'gatekeeperControllerManagerState'
|
481
|
+
end
|
482
|
+
end
|
483
|
+
|
484
|
+
class ConfigManagementGitConfig
|
485
|
+
# @private
|
486
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
487
|
+
property :gcp_service_account_email, as: 'gcpServiceAccountEmail'
|
488
|
+
property :https_proxy, as: 'httpsProxy'
|
489
|
+
property :policy_dir, as: 'policyDir'
|
490
|
+
property :secret_type, as: 'secretType'
|
491
|
+
property :sync_branch, as: 'syncBranch'
|
492
|
+
property :sync_repo, as: 'syncRepo'
|
493
|
+
property :sync_rev, as: 'syncRev'
|
494
|
+
property :sync_wait_secs, :numeric_string => true, as: 'syncWaitSecs'
|
495
|
+
end
|
496
|
+
end
|
497
|
+
|
498
|
+
class ConfigManagementGroupVersionKind
|
499
|
+
# @private
|
500
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
501
|
+
property :group, as: 'group'
|
502
|
+
property :kind, as: 'kind'
|
503
|
+
property :version, as: 'version'
|
504
|
+
end
|
505
|
+
end
|
506
|
+
|
507
|
+
class ConfigManagementHierarchyControllerConfig
|
508
|
+
# @private
|
509
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
510
|
+
property :enable_hierarchical_resource_quota, as: 'enableHierarchicalResourceQuota'
|
511
|
+
property :enable_pod_tree_labels, as: 'enablePodTreeLabels'
|
512
|
+
property :enabled, as: 'enabled'
|
513
|
+
end
|
514
|
+
end
|
515
|
+
|
516
|
+
class ConfigManagementHierarchyControllerDeploymentState
|
517
|
+
# @private
|
518
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
519
|
+
property :extension, as: 'extension'
|
520
|
+
property :hnc, as: 'hnc'
|
521
|
+
end
|
522
|
+
end
|
523
|
+
|
524
|
+
class ConfigManagementHierarchyControllerState
|
525
|
+
# @private
|
526
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
527
|
+
property :state, as: 'state', class: Google::Apis::GkehubV1::ConfigManagementHierarchyControllerDeploymentState, decorator: Google::Apis::GkehubV1::ConfigManagementHierarchyControllerDeploymentState::Representation
|
528
|
+
|
529
|
+
property :version, as: 'version', class: Google::Apis::GkehubV1::ConfigManagementHierarchyControllerVersion, decorator: Google::Apis::GkehubV1::ConfigManagementHierarchyControllerVersion::Representation
|
530
|
+
|
531
|
+
end
|
532
|
+
end
|
533
|
+
|
534
|
+
class ConfigManagementHierarchyControllerVersion
|
535
|
+
# @private
|
536
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
537
|
+
property :extension, as: 'extension'
|
538
|
+
property :hnc, as: 'hnc'
|
539
|
+
end
|
540
|
+
end
|
541
|
+
|
542
|
+
class ConfigManagementInstallError
|
543
|
+
# @private
|
544
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
545
|
+
property :error_message, as: 'errorMessage'
|
546
|
+
end
|
547
|
+
end
|
548
|
+
|
549
|
+
class ConfigManagementMembershipSpec
|
550
|
+
# @private
|
551
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
552
|
+
property :config_sync, as: 'configSync', class: Google::Apis::GkehubV1::ConfigManagementConfigSync, decorator: Google::Apis::GkehubV1::ConfigManagementConfigSync::Representation
|
553
|
+
|
554
|
+
property :hierarchy_controller, as: 'hierarchyController', class: Google::Apis::GkehubV1::ConfigManagementHierarchyControllerConfig, decorator: Google::Apis::GkehubV1::ConfigManagementHierarchyControllerConfig::Representation
|
555
|
+
|
556
|
+
property :policy_controller, as: 'policyController', class: Google::Apis::GkehubV1::ConfigManagementPolicyController, decorator: Google::Apis::GkehubV1::ConfigManagementPolicyController::Representation
|
557
|
+
|
558
|
+
property :version, as: 'version'
|
559
|
+
end
|
560
|
+
end
|
561
|
+
|
562
|
+
class ConfigManagementMembershipState
|
563
|
+
# @private
|
564
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
565
|
+
property :cluster_name, as: 'clusterName'
|
566
|
+
property :config_sync_state, as: 'configSyncState', class: Google::Apis::GkehubV1::ConfigManagementConfigSyncState, decorator: Google::Apis::GkehubV1::ConfigManagementConfigSyncState::Representation
|
567
|
+
|
568
|
+
property :hierarchy_controller_state, as: 'hierarchyControllerState', class: Google::Apis::GkehubV1::ConfigManagementHierarchyControllerState, decorator: Google::Apis::GkehubV1::ConfigManagementHierarchyControllerState::Representation
|
569
|
+
|
570
|
+
property :membership_spec, as: 'membershipSpec', class: Google::Apis::GkehubV1::ConfigManagementMembershipSpec, decorator: Google::Apis::GkehubV1::ConfigManagementMembershipSpec::Representation
|
571
|
+
|
572
|
+
property :operator_state, as: 'operatorState', class: Google::Apis::GkehubV1::ConfigManagementOperatorState, decorator: Google::Apis::GkehubV1::ConfigManagementOperatorState::Representation
|
573
|
+
|
574
|
+
property :policy_controller_state, as: 'policyControllerState', class: Google::Apis::GkehubV1::ConfigManagementPolicyControllerState, decorator: Google::Apis::GkehubV1::ConfigManagementPolicyControllerState::Representation
|
575
|
+
|
576
|
+
end
|
577
|
+
end
|
578
|
+
|
579
|
+
class ConfigManagementOperatorState
|
580
|
+
# @private
|
581
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
582
|
+
property :deployment_state, as: 'deploymentState'
|
583
|
+
collection :errors, as: 'errors', class: Google::Apis::GkehubV1::ConfigManagementInstallError, decorator: Google::Apis::GkehubV1::ConfigManagementInstallError::Representation
|
584
|
+
|
585
|
+
property :version, as: 'version'
|
586
|
+
end
|
587
|
+
end
|
588
|
+
|
589
|
+
class ConfigManagementPolicyController
|
590
|
+
# @private
|
591
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
592
|
+
property :audit_interval_seconds, :numeric_string => true, as: 'auditIntervalSeconds'
|
593
|
+
property :enabled, as: 'enabled'
|
594
|
+
collection :exemptable_namespaces, as: 'exemptableNamespaces'
|
595
|
+
property :log_denies_enabled, as: 'logDeniesEnabled'
|
596
|
+
property :referential_rules_enabled, as: 'referentialRulesEnabled'
|
597
|
+
property :template_library_installed, as: 'templateLibraryInstalled'
|
598
|
+
end
|
599
|
+
end
|
600
|
+
|
601
|
+
class ConfigManagementPolicyControllerState
|
602
|
+
# @private
|
603
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
604
|
+
property :deployment_state, as: 'deploymentState', class: Google::Apis::GkehubV1::ConfigManagementGatekeeperDeploymentState, decorator: Google::Apis::GkehubV1::ConfigManagementGatekeeperDeploymentState::Representation
|
605
|
+
|
606
|
+
property :version, as: 'version', class: Google::Apis::GkehubV1::ConfigManagementPolicyControllerVersion, decorator: Google::Apis::GkehubV1::ConfigManagementPolicyControllerVersion::Representation
|
607
|
+
|
608
|
+
end
|
609
|
+
end
|
610
|
+
|
611
|
+
class ConfigManagementPolicyControllerVersion
|
612
|
+
# @private
|
613
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
614
|
+
property :version, as: 'version'
|
615
|
+
end
|
616
|
+
end
|
617
|
+
|
618
|
+
class ConfigManagementSyncError
|
619
|
+
# @private
|
620
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
621
|
+
property :code, as: 'code'
|
622
|
+
property :error_message, as: 'errorMessage'
|
623
|
+
collection :error_resources, as: 'errorResources', class: Google::Apis::GkehubV1::ConfigManagementErrorResource, decorator: Google::Apis::GkehubV1::ConfigManagementErrorResource::Representation
|
624
|
+
|
625
|
+
end
|
626
|
+
end
|
627
|
+
|
628
|
+
class ConfigManagementSyncState
|
629
|
+
# @private
|
630
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
631
|
+
property :code, as: 'code'
|
632
|
+
collection :errors, as: 'errors', class: Google::Apis::GkehubV1::ConfigManagementSyncError, decorator: Google::Apis::GkehubV1::ConfigManagementSyncError::Representation
|
633
|
+
|
634
|
+
property :import_token, as: 'importToken'
|
635
|
+
property :last_sync, as: 'lastSync'
|
636
|
+
property :last_sync_time, as: 'lastSyncTime'
|
637
|
+
property :source_token, as: 'sourceToken'
|
638
|
+
property :sync_token, as: 'syncToken'
|
639
|
+
end
|
640
|
+
end
|
641
|
+
|
223
642
|
class ConnectAgentResource
|
224
643
|
# @private
|
225
644
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -245,6 +664,43 @@ module Google
|
|
245
664
|
end
|
246
665
|
end
|
247
666
|
|
667
|
+
class Feature
|
668
|
+
# @private
|
669
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
670
|
+
property :create_time, as: 'createTime'
|
671
|
+
property :delete_time, as: 'deleteTime'
|
672
|
+
hash :labels, as: 'labels'
|
673
|
+
hash :membership_specs, as: 'membershipSpecs', class: Google::Apis::GkehubV1::MembershipFeatureSpec, decorator: Google::Apis::GkehubV1::MembershipFeatureSpec::Representation
|
674
|
+
|
675
|
+
hash :membership_states, as: 'membershipStates', class: Google::Apis::GkehubV1::MembershipFeatureState, decorator: Google::Apis::GkehubV1::MembershipFeatureState::Representation
|
676
|
+
|
677
|
+
property :name, as: 'name'
|
678
|
+
property :resource_state, as: 'resourceState', class: Google::Apis::GkehubV1::FeatureResourceState, decorator: Google::Apis::GkehubV1::FeatureResourceState::Representation
|
679
|
+
|
680
|
+
property :spec, as: 'spec', class: Google::Apis::GkehubV1::CommonFeatureSpec, decorator: Google::Apis::GkehubV1::CommonFeatureSpec::Representation
|
681
|
+
|
682
|
+
property :state, as: 'state', class: Google::Apis::GkehubV1::CommonFeatureState, decorator: Google::Apis::GkehubV1::CommonFeatureState::Representation
|
683
|
+
|
684
|
+
property :update_time, as: 'updateTime'
|
685
|
+
end
|
686
|
+
end
|
687
|
+
|
688
|
+
class FeatureResourceState
|
689
|
+
# @private
|
690
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
691
|
+
property :state, as: 'state'
|
692
|
+
end
|
693
|
+
end
|
694
|
+
|
695
|
+
class FeatureState
|
696
|
+
# @private
|
697
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
698
|
+
property :code, as: 'code'
|
699
|
+
property :description, as: 'description'
|
700
|
+
property :update_time, as: 'updateTime'
|
701
|
+
end
|
702
|
+
end
|
703
|
+
|
248
704
|
class GenerateConnectManifestResponse
|
249
705
|
# @private
|
250
706
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -281,6 +737,15 @@ module Google
|
|
281
737
|
end
|
282
738
|
end
|
283
739
|
|
740
|
+
class ListFeaturesResponse
|
741
|
+
# @private
|
742
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
743
|
+
property :next_page_token, as: 'nextPageToken'
|
744
|
+
collection :resources, as: 'resources', class: Google::Apis::GkehubV1::Feature, decorator: Google::Apis::GkehubV1::Feature::Representation
|
745
|
+
|
746
|
+
end
|
747
|
+
end
|
748
|
+
|
284
749
|
class ListLocationsResponse
|
285
750
|
# @private
|
286
751
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -351,6 +816,24 @@ module Google
|
|
351
816
|
end
|
352
817
|
end
|
353
818
|
|
819
|
+
class MembershipFeatureSpec
|
820
|
+
# @private
|
821
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
822
|
+
property :configmanagement, as: 'configmanagement', class: Google::Apis::GkehubV1::ConfigManagementMembershipSpec, decorator: Google::Apis::GkehubV1::ConfigManagementMembershipSpec::Representation
|
823
|
+
|
824
|
+
end
|
825
|
+
end
|
826
|
+
|
827
|
+
class MembershipFeatureState
|
828
|
+
# @private
|
829
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
830
|
+
property :configmanagement, as: 'configmanagement', class: Google::Apis::GkehubV1::ConfigManagementMembershipState, decorator: Google::Apis::GkehubV1::ConfigManagementMembershipState::Representation
|
831
|
+
|
832
|
+
property :state, as: 'state', class: Google::Apis::GkehubV1::FeatureState, decorator: Google::Apis::GkehubV1::FeatureState::Representation
|
833
|
+
|
834
|
+
end
|
835
|
+
end
|
836
|
+
|
354
837
|
class MembershipState
|
355
838
|
# @private
|
356
839
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -358,6 +841,13 @@ module Google
|
|
358
841
|
end
|
359
842
|
end
|
360
843
|
|
844
|
+
class MultiClusterIngressFeatureSpec
|
845
|
+
# @private
|
846
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
847
|
+
property :config_membership, as: 'configMembership'
|
848
|
+
end
|
849
|
+
end
|
850
|
+
|
361
851
|
class Operation
|
362
852
|
# @private
|
363
853
|
class Representation < Google::Apis::Core::JsonRepresentation
|