google-apis-gkehub_v1alpha 0.11.0 → 0.15.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 +17 -0
- data/OVERVIEW.md +2 -2
- data/lib/google/apis/gkehub_v1alpha/classes.rb +807 -133
- data/lib/google/apis/gkehub_v1alpha/gem_version.rb +2 -2
- data/lib/google/apis/gkehub_v1alpha/representations.rb +320 -31
- data/lib/google/apis/gkehub_v1alpha/service.rb +364 -14
- metadata +5 -5
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module GkehubV1alpha
|
18
18
|
# Version of the google-apis-gkehub_v1alpha gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.15.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20211105"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -22,6 +22,18 @@ module Google
|
|
22
22
|
module Apis
|
23
23
|
module GkehubV1alpha
|
24
24
|
|
25
|
+
class AppDevExperienceFeatureSpec
|
26
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
|
+
|
28
|
+
include Google::Apis::Core::JsonObjectSupport
|
29
|
+
end
|
30
|
+
|
31
|
+
class AppDevExperienceFeatureState
|
32
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
|
+
|
34
|
+
include Google::Apis::Core::JsonObjectSupport
|
35
|
+
end
|
36
|
+
|
25
37
|
class AuditConfig
|
26
38
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
39
|
|
@@ -34,6 +46,12 @@ module Google
|
|
34
46
|
include Google::Apis::Core::JsonObjectSupport
|
35
47
|
end
|
36
48
|
|
49
|
+
class Authority
|
50
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
|
+
|
52
|
+
include Google::Apis::Core::JsonObjectSupport
|
53
|
+
end
|
54
|
+
|
37
55
|
class Binding
|
38
56
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
57
|
|
@@ -106,12 +124,6 @@ module Google
|
|
106
124
|
include Google::Apis::Core::JsonObjectSupport
|
107
125
|
end
|
108
126
|
|
109
|
-
class ConfigManagementContainerResourceRequirements
|
110
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
|
-
|
112
|
-
include Google::Apis::Core::JsonObjectSupport
|
113
|
-
end
|
114
|
-
|
115
127
|
class ConfigManagementErrorResource
|
116
128
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
129
|
|
@@ -202,19 +214,19 @@ module Google
|
|
202
214
|
include Google::Apis::Core::JsonObjectSupport
|
203
215
|
end
|
204
216
|
|
205
|
-
class
|
217
|
+
class ConfigManagementSyncError
|
206
218
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
219
|
|
208
220
|
include Google::Apis::Core::JsonObjectSupport
|
209
221
|
end
|
210
222
|
|
211
|
-
class
|
223
|
+
class ConfigManagementSyncState
|
212
224
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
225
|
|
214
226
|
include Google::Apis::Core::JsonObjectSupport
|
215
227
|
end
|
216
228
|
|
217
|
-
class
|
229
|
+
class ConnectAgentResource
|
218
230
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
231
|
|
220
232
|
include Google::Apis::Core::JsonObjectSupport
|
@@ -250,6 +262,18 @@ module Google
|
|
250
262
|
include Google::Apis::Core::JsonObjectSupport
|
251
263
|
end
|
252
264
|
|
265
|
+
class GenerateConnectManifestResponse
|
266
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
|
+
|
268
|
+
include Google::Apis::Core::JsonObjectSupport
|
269
|
+
end
|
270
|
+
|
271
|
+
class GkeCluster
|
272
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
|
+
|
274
|
+
include Google::Apis::Core::JsonObjectSupport
|
275
|
+
end
|
276
|
+
|
253
277
|
class GoogleRpcStatus
|
254
278
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
279
|
|
@@ -280,6 +304,24 @@ module Google
|
|
280
304
|
include Google::Apis::Core::JsonObjectSupport
|
281
305
|
end
|
282
306
|
|
307
|
+
class KubernetesMetadata
|
308
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
309
|
+
|
310
|
+
include Google::Apis::Core::JsonObjectSupport
|
311
|
+
end
|
312
|
+
|
313
|
+
class KubernetesResource
|
314
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
315
|
+
|
316
|
+
include Google::Apis::Core::JsonObjectSupport
|
317
|
+
end
|
318
|
+
|
319
|
+
class ListAdminClusterMembershipsResponse
|
320
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
|
+
|
322
|
+
include Google::Apis::Core::JsonObjectSupport
|
323
|
+
end
|
324
|
+
|
283
325
|
class ListFeaturesResponse
|
284
326
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
327
|
|
@@ -292,6 +334,12 @@ module Google
|
|
292
334
|
include Google::Apis::Core::JsonObjectSupport
|
293
335
|
end
|
294
336
|
|
337
|
+
class ListMembershipsResponse
|
338
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
339
|
+
|
340
|
+
include Google::Apis::Core::JsonObjectSupport
|
341
|
+
end
|
342
|
+
|
295
343
|
class ListOperationsResponse
|
296
344
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
297
345
|
|
@@ -304,6 +352,18 @@ module Google
|
|
304
352
|
include Google::Apis::Core::JsonObjectSupport
|
305
353
|
end
|
306
354
|
|
355
|
+
class Membership
|
356
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
357
|
+
|
358
|
+
include Google::Apis::Core::JsonObjectSupport
|
359
|
+
end
|
360
|
+
|
361
|
+
class MembershipEndpoint
|
362
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
363
|
+
|
364
|
+
include Google::Apis::Core::JsonObjectSupport
|
365
|
+
end
|
366
|
+
|
307
367
|
class MembershipFeatureSpec
|
308
368
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
309
369
|
|
@@ -316,18 +376,36 @@ module Google
|
|
316
376
|
include Google::Apis::Core::JsonObjectSupport
|
317
377
|
end
|
318
378
|
|
379
|
+
class MembershipState
|
380
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
381
|
+
|
382
|
+
include Google::Apis::Core::JsonObjectSupport
|
383
|
+
end
|
384
|
+
|
319
385
|
class MeteringMembershipState
|
320
386
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
387
|
|
322
388
|
include Google::Apis::Core::JsonObjectSupport
|
323
389
|
end
|
324
390
|
|
391
|
+
class MultiCloudCluster
|
392
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
393
|
+
|
394
|
+
include Google::Apis::Core::JsonObjectSupport
|
395
|
+
end
|
396
|
+
|
325
397
|
class MultiClusterIngressFeatureSpec
|
326
398
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
327
399
|
|
328
400
|
include Google::Apis::Core::JsonObjectSupport
|
329
401
|
end
|
330
402
|
|
403
|
+
class OnPremCluster
|
404
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
405
|
+
|
406
|
+
include Google::Apis::Core::JsonObjectSupport
|
407
|
+
end
|
408
|
+
|
331
409
|
class Operation
|
332
410
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
333
411
|
|
@@ -346,6 +424,18 @@ module Google
|
|
346
424
|
include Google::Apis::Core::JsonObjectSupport
|
347
425
|
end
|
348
426
|
|
427
|
+
class ResourceManifest
|
428
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
429
|
+
|
430
|
+
include Google::Apis::Core::JsonObjectSupport
|
431
|
+
end
|
432
|
+
|
433
|
+
class ResourceOptions
|
434
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
435
|
+
|
436
|
+
include Google::Apis::Core::JsonObjectSupport
|
437
|
+
end
|
438
|
+
|
349
439
|
class ServiceMeshAnalysisMessage
|
350
440
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
351
441
|
|
@@ -364,6 +454,12 @@ module Google
|
|
364
454
|
include Google::Apis::Core::JsonObjectSupport
|
365
455
|
end
|
366
456
|
|
457
|
+
class ServiceMeshMembershipSpec
|
458
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
459
|
+
|
460
|
+
include Google::Apis::Core::JsonObjectSupport
|
461
|
+
end
|
462
|
+
|
367
463
|
class ServiceMeshMembershipState
|
368
464
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
369
465
|
|
@@ -382,6 +478,12 @@ module Google
|
|
382
478
|
include Google::Apis::Core::JsonObjectSupport
|
383
479
|
end
|
384
480
|
|
481
|
+
class Status
|
482
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
483
|
+
|
484
|
+
include Google::Apis::Core::JsonObjectSupport
|
485
|
+
end
|
486
|
+
|
385
487
|
class TestIamPermissionsRequest
|
386
488
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
387
489
|
|
@@ -394,6 +496,26 @@ module Google
|
|
394
496
|
include Google::Apis::Core::JsonObjectSupport
|
395
497
|
end
|
396
498
|
|
499
|
+
class TypeMeta
|
500
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
501
|
+
|
502
|
+
include Google::Apis::Core::JsonObjectSupport
|
503
|
+
end
|
504
|
+
|
505
|
+
class AppDevExperienceFeatureSpec
|
506
|
+
# @private
|
507
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
508
|
+
end
|
509
|
+
end
|
510
|
+
|
511
|
+
class AppDevExperienceFeatureState
|
512
|
+
# @private
|
513
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
514
|
+
property :networking_install_succeeded, as: 'networkingInstallSucceeded', class: Google::Apis::GkehubV1alpha::Status, decorator: Google::Apis::GkehubV1alpha::Status::Representation
|
515
|
+
|
516
|
+
end
|
517
|
+
end
|
518
|
+
|
397
519
|
class AuditConfig
|
398
520
|
# @private
|
399
521
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -411,6 +533,16 @@ module Google
|
|
411
533
|
end
|
412
534
|
end
|
413
535
|
|
536
|
+
class Authority
|
537
|
+
# @private
|
538
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
539
|
+
property :identity_provider, as: 'identityProvider'
|
540
|
+
property :issuer, as: 'issuer'
|
541
|
+
property :oidc_jwks, :base64 => true, as: 'oidcJwks'
|
542
|
+
property :workload_identity_pool, as: 'workloadIdentityPool'
|
543
|
+
end
|
544
|
+
end
|
545
|
+
|
414
546
|
class Binding
|
415
547
|
# @private
|
416
548
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -437,6 +569,8 @@ module Google
|
|
437
569
|
class CommonFeatureSpec
|
438
570
|
# @private
|
439
571
|
class Representation < Google::Apis::Core::JsonRepresentation
|
572
|
+
property :appdevexperience, as: 'appdevexperience', class: Google::Apis::GkehubV1alpha::AppDevExperienceFeatureSpec, decorator: Google::Apis::GkehubV1alpha::AppDevExperienceFeatureSpec::Representation
|
573
|
+
|
440
574
|
property :cloudauditlogging, as: 'cloudauditlogging', class: Google::Apis::GkehubV1alpha::CloudAuditLoggingFeatureSpec, decorator: Google::Apis::GkehubV1alpha::CloudAuditLoggingFeatureSpec::Representation
|
441
575
|
|
442
576
|
property :multiclusteringress, as: 'multiclusteringress', class: Google::Apis::GkehubV1alpha::MultiClusterIngressFeatureSpec, decorator: Google::Apis::GkehubV1alpha::MultiClusterIngressFeatureSpec::Representation
|
@@ -447,6 +581,8 @@ module Google
|
|
447
581
|
class CommonFeatureState
|
448
582
|
# @private
|
449
583
|
class Representation < Google::Apis::Core::JsonRepresentation
|
584
|
+
property :appdevexperience, as: 'appdevexperience', class: Google::Apis::GkehubV1alpha::AppDevExperienceFeatureState, decorator: Google::Apis::GkehubV1alpha::AppDevExperienceFeatureState::Representation
|
585
|
+
|
450
586
|
property :servicemesh, as: 'servicemesh', class: Google::Apis::GkehubV1alpha::ServiceMeshFeatureState, decorator: Google::Apis::GkehubV1alpha::ServiceMeshFeatureState::Representation
|
451
587
|
|
452
588
|
property :state, as: 'state', class: Google::Apis::GkehubV1alpha::FeatureState, decorator: Google::Apis::GkehubV1alpha::FeatureState::Representation
|
@@ -480,10 +616,10 @@ module Google
|
|
480
616
|
class ConfigManagementConfigSync
|
481
617
|
# @private
|
482
618
|
class Representation < Google::Apis::Core::JsonRepresentation
|
619
|
+
property :enabled, as: 'enabled'
|
483
620
|
property :git, as: 'git', class: Google::Apis::GkehubV1alpha::ConfigManagementGitConfig, decorator: Google::Apis::GkehubV1alpha::ConfigManagementGitConfig::Representation
|
484
621
|
|
485
|
-
|
486
|
-
|
622
|
+
property :prevent_drift, as: 'preventDrift'
|
487
623
|
property :source_format, as: 'sourceFormat'
|
488
624
|
end
|
489
625
|
end
|
@@ -526,17 +662,6 @@ module Google
|
|
526
662
|
end
|
527
663
|
end
|
528
664
|
|
529
|
-
class ConfigManagementContainerResourceRequirements
|
530
|
-
# @private
|
531
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
532
|
-
property :container_name, as: 'containerName'
|
533
|
-
property :cpu_limit, as: 'cpuLimit', class: Google::Apis::GkehubV1alpha::ConfigManagementQuantity, decorator: Google::Apis::GkehubV1alpha::ConfigManagementQuantity::Representation
|
534
|
-
|
535
|
-
property :memory_limit, as: 'memoryLimit', class: Google::Apis::GkehubV1alpha::ConfigManagementQuantity, decorator: Google::Apis::GkehubV1alpha::ConfigManagementQuantity::Representation
|
536
|
-
|
537
|
-
end
|
538
|
-
end
|
539
|
-
|
540
665
|
class ConfigManagementErrorResource
|
541
666
|
# @private
|
542
667
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -562,11 +687,9 @@ module Google
|
|
562
687
|
class Representation < Google::Apis::Core::JsonRepresentation
|
563
688
|
property :gcp_service_account_email, as: 'gcpServiceAccountEmail'
|
564
689
|
property :https_proxy, as: 'httpsProxy'
|
565
|
-
property :no_ssl_verify, as: 'noSslVerify'
|
566
690
|
property :policy_dir, as: 'policyDir'
|
567
691
|
property :secret_type, as: 'secretType'
|
568
692
|
property :sync_branch, as: 'syncBranch'
|
569
|
-
property :sync_depth, :numeric_string => true, as: 'syncDepth'
|
570
693
|
property :sync_repo, as: 'syncRepo'
|
571
694
|
property :sync_rev, as: 'syncRev'
|
572
695
|
property :sync_wait_secs, :numeric_string => true, as: 'syncWaitSecs'
|
@@ -698,13 +821,6 @@ module Google
|
|
698
821
|
end
|
699
822
|
end
|
700
823
|
|
701
|
-
class ConfigManagementQuantity
|
702
|
-
# @private
|
703
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
704
|
-
property :string, as: 'string'
|
705
|
-
end
|
706
|
-
end
|
707
|
-
|
708
824
|
class ConfigManagementSyncError
|
709
825
|
# @private
|
710
826
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -729,6 +845,15 @@ module Google
|
|
729
845
|
end
|
730
846
|
end
|
731
847
|
|
848
|
+
class ConnectAgentResource
|
849
|
+
# @private
|
850
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
851
|
+
property :manifest, as: 'manifest'
|
852
|
+
property :type, as: 'type', class: Google::Apis::GkehubV1alpha::TypeMeta, decorator: Google::Apis::GkehubV1alpha::TypeMeta::Representation
|
853
|
+
|
854
|
+
end
|
855
|
+
end
|
856
|
+
|
732
857
|
class Empty
|
733
858
|
# @private
|
734
859
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -782,6 +907,22 @@ module Google
|
|
782
907
|
end
|
783
908
|
end
|
784
909
|
|
910
|
+
class GenerateConnectManifestResponse
|
911
|
+
# @private
|
912
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
913
|
+
collection :manifest, as: 'manifest', class: Google::Apis::GkehubV1alpha::ConnectAgentResource, decorator: Google::Apis::GkehubV1alpha::ConnectAgentResource::Representation
|
914
|
+
|
915
|
+
end
|
916
|
+
end
|
917
|
+
|
918
|
+
class GkeCluster
|
919
|
+
# @private
|
920
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
921
|
+
property :cluster_missing, as: 'clusterMissing'
|
922
|
+
property :resource_link, as: 'resourceLink'
|
923
|
+
end
|
924
|
+
end
|
925
|
+
|
785
926
|
class GoogleRpcStatus
|
786
927
|
# @private
|
787
928
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -837,6 +978,41 @@ module Google
|
|
837
978
|
end
|
838
979
|
end
|
839
980
|
|
981
|
+
class KubernetesMetadata
|
982
|
+
# @private
|
983
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
984
|
+
property :kubernetes_api_server_version, as: 'kubernetesApiServerVersion'
|
985
|
+
property :memory_mb, as: 'memoryMb'
|
986
|
+
property :node_count, as: 'nodeCount'
|
987
|
+
property :node_provider_id, as: 'nodeProviderId'
|
988
|
+
property :update_time, as: 'updateTime'
|
989
|
+
property :vcpu_count, as: 'vcpuCount'
|
990
|
+
end
|
991
|
+
end
|
992
|
+
|
993
|
+
class KubernetesResource
|
994
|
+
# @private
|
995
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
996
|
+
collection :connect_resources, as: 'connectResources', class: Google::Apis::GkehubV1alpha::ResourceManifest, decorator: Google::Apis::GkehubV1alpha::ResourceManifest::Representation
|
997
|
+
|
998
|
+
property :membership_cr_manifest, as: 'membershipCrManifest'
|
999
|
+
collection :membership_resources, as: 'membershipResources', class: Google::Apis::GkehubV1alpha::ResourceManifest, decorator: Google::Apis::GkehubV1alpha::ResourceManifest::Representation
|
1000
|
+
|
1001
|
+
property :resource_options, as: 'resourceOptions', class: Google::Apis::GkehubV1alpha::ResourceOptions, decorator: Google::Apis::GkehubV1alpha::ResourceOptions::Representation
|
1002
|
+
|
1003
|
+
end
|
1004
|
+
end
|
1005
|
+
|
1006
|
+
class ListAdminClusterMembershipsResponse
|
1007
|
+
# @private
|
1008
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1009
|
+
collection :admin_cluster_memberships, as: 'adminClusterMemberships', class: Google::Apis::GkehubV1alpha::Membership, decorator: Google::Apis::GkehubV1alpha::Membership::Representation
|
1010
|
+
|
1011
|
+
property :next_page_token, as: 'nextPageToken'
|
1012
|
+
collection :unreachable, as: 'unreachable'
|
1013
|
+
end
|
1014
|
+
end
|
1015
|
+
|
840
1016
|
class ListFeaturesResponse
|
841
1017
|
# @private
|
842
1018
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -855,6 +1031,16 @@ module Google
|
|
855
1031
|
end
|
856
1032
|
end
|
857
1033
|
|
1034
|
+
class ListMembershipsResponse
|
1035
|
+
# @private
|
1036
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1037
|
+
property :next_page_token, as: 'nextPageToken'
|
1038
|
+
collection :resources, as: 'resources', class: Google::Apis::GkehubV1alpha::Membership, decorator: Google::Apis::GkehubV1alpha::Membership::Representation
|
1039
|
+
|
1040
|
+
collection :unreachable, as: 'unreachable'
|
1041
|
+
end
|
1042
|
+
end
|
1043
|
+
|
858
1044
|
class ListOperationsResponse
|
859
1045
|
# @private
|
860
1046
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -875,6 +1061,43 @@ module Google
|
|
875
1061
|
end
|
876
1062
|
end
|
877
1063
|
|
1064
|
+
class Membership
|
1065
|
+
# @private
|
1066
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1067
|
+
property :authority, as: 'authority', class: Google::Apis::GkehubV1alpha::Authority, decorator: Google::Apis::GkehubV1alpha::Authority::Representation
|
1068
|
+
|
1069
|
+
property :create_time, as: 'createTime'
|
1070
|
+
property :delete_time, as: 'deleteTime'
|
1071
|
+
property :description, as: 'description'
|
1072
|
+
property :endpoint, as: 'endpoint', class: Google::Apis::GkehubV1alpha::MembershipEndpoint, decorator: Google::Apis::GkehubV1alpha::MembershipEndpoint::Representation
|
1073
|
+
|
1074
|
+
property :external_id, as: 'externalId'
|
1075
|
+
hash :labels, as: 'labels'
|
1076
|
+
property :last_connection_time, as: 'lastConnectionTime'
|
1077
|
+
property :name, as: 'name'
|
1078
|
+
property :state, as: 'state', class: Google::Apis::GkehubV1alpha::MembershipState, decorator: Google::Apis::GkehubV1alpha::MembershipState::Representation
|
1079
|
+
|
1080
|
+
property :unique_id, as: 'uniqueId'
|
1081
|
+
property :update_time, as: 'updateTime'
|
1082
|
+
end
|
1083
|
+
end
|
1084
|
+
|
1085
|
+
class MembershipEndpoint
|
1086
|
+
# @private
|
1087
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1088
|
+
property :gke_cluster, as: 'gkeCluster', class: Google::Apis::GkehubV1alpha::GkeCluster, decorator: Google::Apis::GkehubV1alpha::GkeCluster::Representation
|
1089
|
+
|
1090
|
+
property :kubernetes_metadata, as: 'kubernetesMetadata', class: Google::Apis::GkehubV1alpha::KubernetesMetadata, decorator: Google::Apis::GkehubV1alpha::KubernetesMetadata::Representation
|
1091
|
+
|
1092
|
+
property :kubernetes_resource, as: 'kubernetesResource', class: Google::Apis::GkehubV1alpha::KubernetesResource, decorator: Google::Apis::GkehubV1alpha::KubernetesResource::Representation
|
1093
|
+
|
1094
|
+
property :multi_cloud_cluster, as: 'multiCloudCluster', class: Google::Apis::GkehubV1alpha::MultiCloudCluster, decorator: Google::Apis::GkehubV1alpha::MultiCloudCluster::Representation
|
1095
|
+
|
1096
|
+
property :on_prem_cluster, as: 'onPremCluster', class: Google::Apis::GkehubV1alpha::OnPremCluster, decorator: Google::Apis::GkehubV1alpha::OnPremCluster::Representation
|
1097
|
+
|
1098
|
+
end
|
1099
|
+
end
|
1100
|
+
|
878
1101
|
class MembershipFeatureSpec
|
879
1102
|
# @private
|
880
1103
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -882,12 +1105,16 @@ module Google
|
|
882
1105
|
|
883
1106
|
property :identityservice, as: 'identityservice', class: Google::Apis::GkehubV1alpha::IdentityServiceMembershipSpec, decorator: Google::Apis::GkehubV1alpha::IdentityServiceMembershipSpec::Representation
|
884
1107
|
|
1108
|
+
property :mesh, as: 'mesh', class: Google::Apis::GkehubV1alpha::ServiceMeshMembershipSpec, decorator: Google::Apis::GkehubV1alpha::ServiceMeshMembershipSpec::Representation
|
1109
|
+
|
885
1110
|
end
|
886
1111
|
end
|
887
1112
|
|
888
1113
|
class MembershipFeatureState
|
889
1114
|
# @private
|
890
1115
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1116
|
+
property :appdevexperience, as: 'appdevexperience', class: Google::Apis::GkehubV1alpha::AppDevExperienceFeatureState, decorator: Google::Apis::GkehubV1alpha::AppDevExperienceFeatureState::Representation
|
1117
|
+
|
891
1118
|
property :configmanagement, as: 'configmanagement', class: Google::Apis::GkehubV1alpha::ConfigManagementMembershipState, decorator: Google::Apis::GkehubV1alpha::ConfigManagementMembershipState::Representation
|
892
1119
|
|
893
1120
|
property :identityservice, as: 'identityservice', class: Google::Apis::GkehubV1alpha::IdentityServiceMembershipState, decorator: Google::Apis::GkehubV1alpha::IdentityServiceMembershipState::Representation
|
@@ -901,6 +1128,13 @@ module Google
|
|
901
1128
|
end
|
902
1129
|
end
|
903
1130
|
|
1131
|
+
class MembershipState
|
1132
|
+
# @private
|
1133
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1134
|
+
property :code, as: 'code'
|
1135
|
+
end
|
1136
|
+
end
|
1137
|
+
|
904
1138
|
class MeteringMembershipState
|
905
1139
|
# @private
|
906
1140
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -909,6 +1143,14 @@ module Google
|
|
909
1143
|
end
|
910
1144
|
end
|
911
1145
|
|
1146
|
+
class MultiCloudCluster
|
1147
|
+
# @private
|
1148
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1149
|
+
property :cluster_missing, as: 'clusterMissing'
|
1150
|
+
property :resource_link, as: 'resourceLink'
|
1151
|
+
end
|
1152
|
+
end
|
1153
|
+
|
912
1154
|
class MultiClusterIngressFeatureSpec
|
913
1155
|
# @private
|
914
1156
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -917,6 +1159,15 @@ module Google
|
|
917
1159
|
end
|
918
1160
|
end
|
919
1161
|
|
1162
|
+
class OnPremCluster
|
1163
|
+
# @private
|
1164
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1165
|
+
property :admin_cluster, as: 'adminCluster'
|
1166
|
+
property :cluster_missing, as: 'clusterMissing'
|
1167
|
+
property :resource_link, as: 'resourceLink'
|
1168
|
+
end
|
1169
|
+
end
|
1170
|
+
|
920
1171
|
class Operation
|
921
1172
|
# @private
|
922
1173
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -954,6 +1205,22 @@ module Google
|
|
954
1205
|
end
|
955
1206
|
end
|
956
1207
|
|
1208
|
+
class ResourceManifest
|
1209
|
+
# @private
|
1210
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1211
|
+
property :cluster_scoped, as: 'clusterScoped'
|
1212
|
+
property :manifest, as: 'manifest'
|
1213
|
+
end
|
1214
|
+
end
|
1215
|
+
|
1216
|
+
class ResourceOptions
|
1217
|
+
# @private
|
1218
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1219
|
+
property :connect_version, as: 'connectVersion'
|
1220
|
+
property :v1beta1_crd, as: 'v1beta1Crd'
|
1221
|
+
end
|
1222
|
+
end
|
1223
|
+
|
957
1224
|
class ServiceMeshAnalysisMessage
|
958
1225
|
# @private
|
959
1226
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -983,6 +1250,12 @@ module Google
|
|
983
1250
|
end
|
984
1251
|
end
|
985
1252
|
|
1253
|
+
class ServiceMeshMembershipSpec
|
1254
|
+
# @private
|
1255
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1256
|
+
end
|
1257
|
+
end
|
1258
|
+
|
986
1259
|
class ServiceMeshMembershipState
|
987
1260
|
# @private
|
988
1261
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1008,6 +1281,14 @@ module Google
|
|
1008
1281
|
end
|
1009
1282
|
end
|
1010
1283
|
|
1284
|
+
class Status
|
1285
|
+
# @private
|
1286
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1287
|
+
property :code, as: 'code'
|
1288
|
+
property :description, as: 'description'
|
1289
|
+
end
|
1290
|
+
end
|
1291
|
+
|
1011
1292
|
class TestIamPermissionsRequest
|
1012
1293
|
# @private
|
1013
1294
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1021,6 +1302,14 @@ module Google
|
|
1021
1302
|
collection :permissions, as: 'permissions'
|
1022
1303
|
end
|
1023
1304
|
end
|
1305
|
+
|
1306
|
+
class TypeMeta
|
1307
|
+
# @private
|
1308
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1309
|
+
property :api_version, as: 'apiVersion'
|
1310
|
+
property :kind, as: 'kind'
|
1311
|
+
end
|
1312
|
+
end
|
1024
1313
|
end
|
1025
1314
|
end
|
1026
1315
|
end
|