google-apis-gkehub_v1 0.4.0 → 0.8.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 +18 -0
- data/lib/google/apis/gkehub_v1/classes.rb +1043 -0
- 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 +225 -0
- metadata +13 -7
@@ -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.8.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210709"
|
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
|
|
@@ -221,6 +401,244 @@ module Google
|
|
221
401
|
end
|
222
402
|
end
|
223
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
|
+
|
224
642
|
class ConnectAgentResource
|
225
643
|
# @private
|
226
644
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -246,6 +664,43 @@ module Google
|
|
246
664
|
end
|
247
665
|
end
|
248
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
|
+
|
249
704
|
class GenerateConnectManifestResponse
|
250
705
|
# @private
|
251
706
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -257,6 +712,7 @@ module Google
|
|
257
712
|
class GkeCluster
|
258
713
|
# @private
|
259
714
|
class Representation < Google::Apis::Core::JsonRepresentation
|
715
|
+
property :cluster_missing, as: 'clusterMissing'
|
260
716
|
property :resource_link, as: 'resourceLink'
|
261
717
|
end
|
262
718
|
end
|
@@ -282,6 +738,15 @@ module Google
|
|
282
738
|
end
|
283
739
|
end
|
284
740
|
|
741
|
+
class ListFeaturesResponse
|
742
|
+
# @private
|
743
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
744
|
+
property :next_page_token, as: 'nextPageToken'
|
745
|
+
collection :resources, as: 'resources', class: Google::Apis::GkehubV1::Feature, decorator: Google::Apis::GkehubV1::Feature::Representation
|
746
|
+
|
747
|
+
end
|
748
|
+
end
|
749
|
+
|
285
750
|
class ListLocationsResponse
|
286
751
|
# @private
|
287
752
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -352,6 +817,24 @@ module Google
|
|
352
817
|
end
|
353
818
|
end
|
354
819
|
|
820
|
+
class MembershipFeatureSpec
|
821
|
+
# @private
|
822
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
823
|
+
property :configmanagement, as: 'configmanagement', class: Google::Apis::GkehubV1::ConfigManagementMembershipSpec, decorator: Google::Apis::GkehubV1::ConfigManagementMembershipSpec::Representation
|
824
|
+
|
825
|
+
end
|
826
|
+
end
|
827
|
+
|
828
|
+
class MembershipFeatureState
|
829
|
+
# @private
|
830
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
831
|
+
property :configmanagement, as: 'configmanagement', class: Google::Apis::GkehubV1::ConfigManagementMembershipState, decorator: Google::Apis::GkehubV1::ConfigManagementMembershipState::Representation
|
832
|
+
|
833
|
+
property :state, as: 'state', class: Google::Apis::GkehubV1::FeatureState, decorator: Google::Apis::GkehubV1::FeatureState::Representation
|
834
|
+
|
835
|
+
end
|
836
|
+
end
|
837
|
+
|
355
838
|
class MembershipState
|
356
839
|
# @private
|
357
840
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -359,6 +842,13 @@ module Google
|
|
359
842
|
end
|
360
843
|
end
|
361
844
|
|
845
|
+
class MultiClusterIngressFeatureSpec
|
846
|
+
# @private
|
847
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
848
|
+
property :config_membership, as: 'configMembership'
|
849
|
+
end
|
850
|
+
end
|
851
|
+
|
362
852
|
class Operation
|
363
853
|
# @private
|
364
854
|
class Representation < Google::Apis::Core::JsonRepresentation
|