google-apis-gkehub_v1alpha 0.9.0 → 0.13.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 +5 -5
- data/lib/google/apis/gkehub_v1alpha/classes.rb +795 -57
- data/lib/google/apis/gkehub_v1alpha/gem_version.rb +2 -2
- data/lib/google/apis/gkehub_v1alpha/representations.rb +303 -0
- data/lib/google/apis/gkehub_v1alpha/service.rb +345 -1
- data/lib/google/apis/gkehub_v1alpha.rb +2 -2
- metadata +8 -8
@@ -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.13.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 = "20211015"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -34,6 +34,12 @@ module Google
|
|
34
34
|
include Google::Apis::Core::JsonObjectSupport
|
35
35
|
end
|
36
36
|
|
37
|
+
class Authority
|
38
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
|
+
|
40
|
+
include Google::Apis::Core::JsonObjectSupport
|
41
|
+
end
|
42
|
+
|
37
43
|
class Binding
|
38
44
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
45
|
|
@@ -208,6 +214,12 @@ module Google
|
|
208
214
|
include Google::Apis::Core::JsonObjectSupport
|
209
215
|
end
|
210
216
|
|
217
|
+
class ConnectAgentResource
|
218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
|
+
|
220
|
+
include Google::Apis::Core::JsonObjectSupport
|
221
|
+
end
|
222
|
+
|
211
223
|
class Empty
|
212
224
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
225
|
|
@@ -238,12 +250,60 @@ module Google
|
|
238
250
|
include Google::Apis::Core::JsonObjectSupport
|
239
251
|
end
|
240
252
|
|
253
|
+
class GenerateConnectManifestResponse
|
254
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
|
+
|
256
|
+
include Google::Apis::Core::JsonObjectSupport
|
257
|
+
end
|
258
|
+
|
259
|
+
class GkeCluster
|
260
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
|
+
|
262
|
+
include Google::Apis::Core::JsonObjectSupport
|
263
|
+
end
|
264
|
+
|
241
265
|
class GoogleRpcStatus
|
242
266
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
267
|
|
244
268
|
include Google::Apis::Core::JsonObjectSupport
|
245
269
|
end
|
246
270
|
|
271
|
+
class IdentityServiceAuthMethod
|
272
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
|
+
|
274
|
+
include Google::Apis::Core::JsonObjectSupport
|
275
|
+
end
|
276
|
+
|
277
|
+
class IdentityServiceMembershipSpec
|
278
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
279
|
+
|
280
|
+
include Google::Apis::Core::JsonObjectSupport
|
281
|
+
end
|
282
|
+
|
283
|
+
class IdentityServiceMembershipState
|
284
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
|
+
|
286
|
+
include Google::Apis::Core::JsonObjectSupport
|
287
|
+
end
|
288
|
+
|
289
|
+
class IdentityServiceOidcConfig
|
290
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
291
|
+
|
292
|
+
include Google::Apis::Core::JsonObjectSupport
|
293
|
+
end
|
294
|
+
|
295
|
+
class KubernetesMetadata
|
296
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
297
|
+
|
298
|
+
include Google::Apis::Core::JsonObjectSupport
|
299
|
+
end
|
300
|
+
|
301
|
+
class ListAdminClusterMembershipsResponse
|
302
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
|
+
|
304
|
+
include Google::Apis::Core::JsonObjectSupport
|
305
|
+
end
|
306
|
+
|
247
307
|
class ListFeaturesResponse
|
248
308
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
249
309
|
|
@@ -256,6 +316,12 @@ module Google
|
|
256
316
|
include Google::Apis::Core::JsonObjectSupport
|
257
317
|
end
|
258
318
|
|
319
|
+
class ListMembershipsResponse
|
320
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
|
+
|
322
|
+
include Google::Apis::Core::JsonObjectSupport
|
323
|
+
end
|
324
|
+
|
259
325
|
class ListOperationsResponse
|
260
326
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
327
|
|
@@ -268,6 +334,18 @@ module Google
|
|
268
334
|
include Google::Apis::Core::JsonObjectSupport
|
269
335
|
end
|
270
336
|
|
337
|
+
class Membership
|
338
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
339
|
+
|
340
|
+
include Google::Apis::Core::JsonObjectSupport
|
341
|
+
end
|
342
|
+
|
343
|
+
class MembershipEndpoint
|
344
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
345
|
+
|
346
|
+
include Google::Apis::Core::JsonObjectSupport
|
347
|
+
end
|
348
|
+
|
271
349
|
class MembershipFeatureSpec
|
272
350
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
351
|
|
@@ -280,18 +358,36 @@ module Google
|
|
280
358
|
include Google::Apis::Core::JsonObjectSupport
|
281
359
|
end
|
282
360
|
|
361
|
+
class MembershipState
|
362
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
363
|
+
|
364
|
+
include Google::Apis::Core::JsonObjectSupport
|
365
|
+
end
|
366
|
+
|
283
367
|
class MeteringMembershipState
|
284
368
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
369
|
|
286
370
|
include Google::Apis::Core::JsonObjectSupport
|
287
371
|
end
|
288
372
|
|
373
|
+
class MultiCloudCluster
|
374
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
375
|
+
|
376
|
+
include Google::Apis::Core::JsonObjectSupport
|
377
|
+
end
|
378
|
+
|
289
379
|
class MultiClusterIngressFeatureSpec
|
290
380
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
291
381
|
|
292
382
|
include Google::Apis::Core::JsonObjectSupport
|
293
383
|
end
|
294
384
|
|
385
|
+
class OnPremCluster
|
386
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
387
|
+
|
388
|
+
include Google::Apis::Core::JsonObjectSupport
|
389
|
+
end
|
390
|
+
|
295
391
|
class Operation
|
296
392
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
297
393
|
|
@@ -328,6 +424,12 @@ module Google
|
|
328
424
|
include Google::Apis::Core::JsonObjectSupport
|
329
425
|
end
|
330
426
|
|
427
|
+
class ServiceMeshMembershipSpec
|
428
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
429
|
+
|
430
|
+
include Google::Apis::Core::JsonObjectSupport
|
431
|
+
end
|
432
|
+
|
331
433
|
class ServiceMeshMembershipState
|
332
434
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
333
435
|
|
@@ -358,6 +460,12 @@ module Google
|
|
358
460
|
include Google::Apis::Core::JsonObjectSupport
|
359
461
|
end
|
360
462
|
|
463
|
+
class TypeMeta
|
464
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
465
|
+
|
466
|
+
include Google::Apis::Core::JsonObjectSupport
|
467
|
+
end
|
468
|
+
|
361
469
|
class AuditConfig
|
362
470
|
# @private
|
363
471
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -375,6 +483,16 @@ module Google
|
|
375
483
|
end
|
376
484
|
end
|
377
485
|
|
486
|
+
class Authority
|
487
|
+
# @private
|
488
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
489
|
+
property :identity_provider, as: 'identityProvider'
|
490
|
+
property :issuer, as: 'issuer'
|
491
|
+
property :oidc_jwks, :base64 => true, as: 'oidcJwks'
|
492
|
+
property :workload_identity_pool, as: 'workloadIdentityPool'
|
493
|
+
end
|
494
|
+
end
|
495
|
+
|
378
496
|
class Binding
|
379
497
|
# @private
|
380
498
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -444,6 +562,7 @@ module Google
|
|
444
562
|
class ConfigManagementConfigSync
|
445
563
|
# @private
|
446
564
|
class Representation < Google::Apis::Core::JsonRepresentation
|
565
|
+
property :enabled, as: 'enabled'
|
447
566
|
property :git, as: 'git', class: Google::Apis::GkehubV1alpha::ConfigManagementGitConfig, decorator: Google::Apis::GkehubV1alpha::ConfigManagementGitConfig::Representation
|
448
567
|
|
449
568
|
property :source_format, as: 'sourceFormat'
|
@@ -453,6 +572,7 @@ module Google
|
|
453
572
|
class ConfigManagementConfigSyncDeploymentState
|
454
573
|
# @private
|
455
574
|
class Representation < Google::Apis::Core::JsonRepresentation
|
575
|
+
property :admission_webhook, as: 'admissionWebhook'
|
456
576
|
property :git_sync, as: 'gitSync'
|
457
577
|
property :importer, as: 'importer'
|
458
578
|
property :monitor, as: 'monitor'
|
@@ -477,6 +597,7 @@ module Google
|
|
477
597
|
class ConfigManagementConfigSyncVersion
|
478
598
|
# @private
|
479
599
|
class Representation < Google::Apis::Core::JsonRepresentation
|
600
|
+
property :admission_webhook, as: 'admissionWebhook'
|
480
601
|
property :git_sync, as: 'gitSync'
|
481
602
|
property :importer, as: 'importer'
|
482
603
|
property :monitor, as: 'monitor'
|
@@ -669,6 +790,15 @@ module Google
|
|
669
790
|
end
|
670
791
|
end
|
671
792
|
|
793
|
+
class ConnectAgentResource
|
794
|
+
# @private
|
795
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
796
|
+
property :manifest, as: 'manifest'
|
797
|
+
property :type, as: 'type', class: Google::Apis::GkehubV1alpha::TypeMeta, decorator: Google::Apis::GkehubV1alpha::TypeMeta::Representation
|
798
|
+
|
799
|
+
end
|
800
|
+
end
|
801
|
+
|
672
802
|
class Empty
|
673
803
|
# @private
|
674
804
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -722,6 +852,22 @@ module Google
|
|
722
852
|
end
|
723
853
|
end
|
724
854
|
|
855
|
+
class GenerateConnectManifestResponse
|
856
|
+
# @private
|
857
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
858
|
+
collection :manifest, as: 'manifest', class: Google::Apis::GkehubV1alpha::ConnectAgentResource, decorator: Google::Apis::GkehubV1alpha::ConnectAgentResource::Representation
|
859
|
+
|
860
|
+
end
|
861
|
+
end
|
862
|
+
|
863
|
+
class GkeCluster
|
864
|
+
# @private
|
865
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
866
|
+
property :cluster_missing, as: 'clusterMissing'
|
867
|
+
property :resource_link, as: 'resourceLink'
|
868
|
+
end
|
869
|
+
end
|
870
|
+
|
725
871
|
class GoogleRpcStatus
|
726
872
|
# @private
|
727
873
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -731,6 +877,74 @@ module Google
|
|
731
877
|
end
|
732
878
|
end
|
733
879
|
|
880
|
+
class IdentityServiceAuthMethod
|
881
|
+
# @private
|
882
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
883
|
+
property :name, as: 'name'
|
884
|
+
property :oidc_config, as: 'oidcConfig', class: Google::Apis::GkehubV1alpha::IdentityServiceOidcConfig, decorator: Google::Apis::GkehubV1alpha::IdentityServiceOidcConfig::Representation
|
885
|
+
|
886
|
+
property :proxy, as: 'proxy'
|
887
|
+
end
|
888
|
+
end
|
889
|
+
|
890
|
+
class IdentityServiceMembershipSpec
|
891
|
+
# @private
|
892
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
893
|
+
collection :auth_methods, as: 'authMethods', class: Google::Apis::GkehubV1alpha::IdentityServiceAuthMethod, decorator: Google::Apis::GkehubV1alpha::IdentityServiceAuthMethod::Representation
|
894
|
+
|
895
|
+
end
|
896
|
+
end
|
897
|
+
|
898
|
+
class IdentityServiceMembershipState
|
899
|
+
# @private
|
900
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
901
|
+
property :failure_reason, as: 'failureReason'
|
902
|
+
property :installed_version, as: 'installedVersion'
|
903
|
+
property :member_config, as: 'memberConfig', class: Google::Apis::GkehubV1alpha::IdentityServiceMembershipSpec, decorator: Google::Apis::GkehubV1alpha::IdentityServiceMembershipSpec::Representation
|
904
|
+
|
905
|
+
property :state, as: 'state'
|
906
|
+
end
|
907
|
+
end
|
908
|
+
|
909
|
+
class IdentityServiceOidcConfig
|
910
|
+
# @private
|
911
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
912
|
+
property :certificate_authority_data, as: 'certificateAuthorityData'
|
913
|
+
property :client_id, as: 'clientId'
|
914
|
+
property :deploy_cloud_console_proxy, as: 'deployCloudConsoleProxy'
|
915
|
+
property :extra_params, as: 'extraParams'
|
916
|
+
property :group_prefix, as: 'groupPrefix'
|
917
|
+
property :groups_claim, as: 'groupsClaim'
|
918
|
+
property :issuer_uri, as: 'issuerUri'
|
919
|
+
property :kubectl_redirect_uri, as: 'kubectlRedirectUri'
|
920
|
+
property :scopes, as: 'scopes'
|
921
|
+
property :user_claim, as: 'userClaim'
|
922
|
+
property :user_prefix, as: 'userPrefix'
|
923
|
+
end
|
924
|
+
end
|
925
|
+
|
926
|
+
class KubernetesMetadata
|
927
|
+
# @private
|
928
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
929
|
+
property :kubernetes_api_server_version, as: 'kubernetesApiServerVersion'
|
930
|
+
property :memory_mb, as: 'memoryMb'
|
931
|
+
property :node_count, as: 'nodeCount'
|
932
|
+
property :node_provider_id, as: 'nodeProviderId'
|
933
|
+
property :update_time, as: 'updateTime'
|
934
|
+
property :vcpu_count, as: 'vcpuCount'
|
935
|
+
end
|
936
|
+
end
|
937
|
+
|
938
|
+
class ListAdminClusterMembershipsResponse
|
939
|
+
# @private
|
940
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
941
|
+
collection :admin_cluster_memberships, as: 'adminClusterMemberships', class: Google::Apis::GkehubV1alpha::Membership, decorator: Google::Apis::GkehubV1alpha::Membership::Representation
|
942
|
+
|
943
|
+
property :next_page_token, as: 'nextPageToken'
|
944
|
+
collection :unreachable, as: 'unreachable'
|
945
|
+
end
|
946
|
+
end
|
947
|
+
|
734
948
|
class ListFeaturesResponse
|
735
949
|
# @private
|
736
950
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -749,6 +963,16 @@ module Google
|
|
749
963
|
end
|
750
964
|
end
|
751
965
|
|
966
|
+
class ListMembershipsResponse
|
967
|
+
# @private
|
968
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
969
|
+
property :next_page_token, as: 'nextPageToken'
|
970
|
+
collection :resources, as: 'resources', class: Google::Apis::GkehubV1alpha::Membership, decorator: Google::Apis::GkehubV1alpha::Membership::Representation
|
971
|
+
|
972
|
+
collection :unreachable, as: 'unreachable'
|
973
|
+
end
|
974
|
+
end
|
975
|
+
|
752
976
|
class ListOperationsResponse
|
753
977
|
# @private
|
754
978
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -769,11 +993,50 @@ module Google
|
|
769
993
|
end
|
770
994
|
end
|
771
995
|
|
996
|
+
class Membership
|
997
|
+
# @private
|
998
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
999
|
+
property :authority, as: 'authority', class: Google::Apis::GkehubV1alpha::Authority, decorator: Google::Apis::GkehubV1alpha::Authority::Representation
|
1000
|
+
|
1001
|
+
property :create_time, as: 'createTime'
|
1002
|
+
property :delete_time, as: 'deleteTime'
|
1003
|
+
property :description, as: 'description'
|
1004
|
+
property :endpoint, as: 'endpoint', class: Google::Apis::GkehubV1alpha::MembershipEndpoint, decorator: Google::Apis::GkehubV1alpha::MembershipEndpoint::Representation
|
1005
|
+
|
1006
|
+
property :external_id, as: 'externalId'
|
1007
|
+
hash :labels, as: 'labels'
|
1008
|
+
property :last_connection_time, as: 'lastConnectionTime'
|
1009
|
+
property :name, as: 'name'
|
1010
|
+
property :state, as: 'state', class: Google::Apis::GkehubV1alpha::MembershipState, decorator: Google::Apis::GkehubV1alpha::MembershipState::Representation
|
1011
|
+
|
1012
|
+
property :unique_id, as: 'uniqueId'
|
1013
|
+
property :update_time, as: 'updateTime'
|
1014
|
+
end
|
1015
|
+
end
|
1016
|
+
|
1017
|
+
class MembershipEndpoint
|
1018
|
+
# @private
|
1019
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1020
|
+
property :gke_cluster, as: 'gkeCluster', class: Google::Apis::GkehubV1alpha::GkeCluster, decorator: Google::Apis::GkehubV1alpha::GkeCluster::Representation
|
1021
|
+
|
1022
|
+
property :kubernetes_metadata, as: 'kubernetesMetadata', class: Google::Apis::GkehubV1alpha::KubernetesMetadata, decorator: Google::Apis::GkehubV1alpha::KubernetesMetadata::Representation
|
1023
|
+
|
1024
|
+
property :multi_cloud_cluster, as: 'multiCloudCluster', class: Google::Apis::GkehubV1alpha::MultiCloudCluster, decorator: Google::Apis::GkehubV1alpha::MultiCloudCluster::Representation
|
1025
|
+
|
1026
|
+
property :on_prem_cluster, as: 'onPremCluster', class: Google::Apis::GkehubV1alpha::OnPremCluster, decorator: Google::Apis::GkehubV1alpha::OnPremCluster::Representation
|
1027
|
+
|
1028
|
+
end
|
1029
|
+
end
|
1030
|
+
|
772
1031
|
class MembershipFeatureSpec
|
773
1032
|
# @private
|
774
1033
|
class Representation < Google::Apis::Core::JsonRepresentation
|
775
1034
|
property :configmanagement, as: 'configmanagement', class: Google::Apis::GkehubV1alpha::ConfigManagementMembershipSpec, decorator: Google::Apis::GkehubV1alpha::ConfigManagementMembershipSpec::Representation
|
776
1035
|
|
1036
|
+
property :identityservice, as: 'identityservice', class: Google::Apis::GkehubV1alpha::IdentityServiceMembershipSpec, decorator: Google::Apis::GkehubV1alpha::IdentityServiceMembershipSpec::Representation
|
1037
|
+
|
1038
|
+
property :mesh, as: 'mesh', class: Google::Apis::GkehubV1alpha::ServiceMeshMembershipSpec, decorator: Google::Apis::GkehubV1alpha::ServiceMeshMembershipSpec::Representation
|
1039
|
+
|
777
1040
|
end
|
778
1041
|
end
|
779
1042
|
|
@@ -782,6 +1045,8 @@ module Google
|
|
782
1045
|
class Representation < Google::Apis::Core::JsonRepresentation
|
783
1046
|
property :configmanagement, as: 'configmanagement', class: Google::Apis::GkehubV1alpha::ConfigManagementMembershipState, decorator: Google::Apis::GkehubV1alpha::ConfigManagementMembershipState::Representation
|
784
1047
|
|
1048
|
+
property :identityservice, as: 'identityservice', class: Google::Apis::GkehubV1alpha::IdentityServiceMembershipState, decorator: Google::Apis::GkehubV1alpha::IdentityServiceMembershipState::Representation
|
1049
|
+
|
785
1050
|
property :metering, as: 'metering', class: Google::Apis::GkehubV1alpha::MeteringMembershipState, decorator: Google::Apis::GkehubV1alpha::MeteringMembershipState::Representation
|
786
1051
|
|
787
1052
|
property :servicemesh, as: 'servicemesh', class: Google::Apis::GkehubV1alpha::ServiceMeshMembershipState, decorator: Google::Apis::GkehubV1alpha::ServiceMeshMembershipState::Representation
|
@@ -791,6 +1056,13 @@ module Google
|
|
791
1056
|
end
|
792
1057
|
end
|
793
1058
|
|
1059
|
+
class MembershipState
|
1060
|
+
# @private
|
1061
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1062
|
+
property :code, as: 'code'
|
1063
|
+
end
|
1064
|
+
end
|
1065
|
+
|
794
1066
|
class MeteringMembershipState
|
795
1067
|
# @private
|
796
1068
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -799,6 +1071,14 @@ module Google
|
|
799
1071
|
end
|
800
1072
|
end
|
801
1073
|
|
1074
|
+
class MultiCloudCluster
|
1075
|
+
# @private
|
1076
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1077
|
+
property :cluster_missing, as: 'clusterMissing'
|
1078
|
+
property :resource_link, as: 'resourceLink'
|
1079
|
+
end
|
1080
|
+
end
|
1081
|
+
|
802
1082
|
class MultiClusterIngressFeatureSpec
|
803
1083
|
# @private
|
804
1084
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -807,6 +1087,15 @@ module Google
|
|
807
1087
|
end
|
808
1088
|
end
|
809
1089
|
|
1090
|
+
class OnPremCluster
|
1091
|
+
# @private
|
1092
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1093
|
+
property :admin_cluster, as: 'adminCluster'
|
1094
|
+
property :cluster_missing, as: 'clusterMissing'
|
1095
|
+
property :resource_link, as: 'resourceLink'
|
1096
|
+
end
|
1097
|
+
end
|
1098
|
+
|
810
1099
|
class Operation
|
811
1100
|
# @private
|
812
1101
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -873,6 +1162,12 @@ module Google
|
|
873
1162
|
end
|
874
1163
|
end
|
875
1164
|
|
1165
|
+
class ServiceMeshMembershipSpec
|
1166
|
+
# @private
|
1167
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1168
|
+
end
|
1169
|
+
end
|
1170
|
+
|
876
1171
|
class ServiceMeshMembershipState
|
877
1172
|
# @private
|
878
1173
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -911,6 +1206,14 @@ module Google
|
|
911
1206
|
collection :permissions, as: 'permissions'
|
912
1207
|
end
|
913
1208
|
end
|
1209
|
+
|
1210
|
+
class TypeMeta
|
1211
|
+
# @private
|
1212
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1213
|
+
property :api_version, as: 'apiVersion'
|
1214
|
+
property :kind, as: 'kind'
|
1215
|
+
end
|
1216
|
+
end
|
914
1217
|
end
|
915
1218
|
end
|
916
1219
|
end
|