google-cloud-gke_multi_cloud-v1 0.17.1 → 0.18.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/lib/google/cloud/gke_multi_cloud/v1/aws_clusters/client.rb +34 -0
- data/lib/google/cloud/gke_multi_cloud/v1/aws_clusters/rest/client.rb +1 -0
- data/lib/google/cloud/gke_multi_cloud/v1/aws_clusters/rest/service_stub.rb +1 -0
- data/lib/google/cloud/gke_multi_cloud/v1/aws_clusters.rb +2 -0
- data/lib/google/cloud/gke_multi_cloud/v1/azure_clusters/client.rb +40 -0
- data/lib/google/cloud/gke_multi_cloud/v1/azure_clusters/rest/client.rb +1 -0
- data/lib/google/cloud/gke_multi_cloud/v1/azure_clusters/rest/service_stub.rb +1 -0
- data/lib/google/cloud/gke_multi_cloud/v1/azure_clusters.rb +2 -0
- data/lib/google/cloud/gke_multi_cloud/v1/version.rb +1 -1
- data/lib/google/cloud/gkemulticloud/v1/attached_resources_pb.rb +8 -1
- data/lib/google/cloud/gkemulticloud/v1/attached_service_pb.rb +1 -1
- data/lib/google/cloud/gkemulticloud/v1/aws_resources_pb.rb +1 -1
- data/lib/google/cloud/gkemulticloud/v1/aws_service_pb.rb +1 -1
- data/lib/google/cloud/gkemulticloud/v1/azure_resources_pb.rb +1 -1
- data/lib/google/cloud/gkemulticloud/v1/azure_service_pb.rb +1 -1
- data/proto_docs/google/cloud/gkemulticloud/v1/attached_resources.rb +102 -7
- data/proto_docs/google/cloud/gkemulticloud/v1/aws_resources.rb +28 -1
- data/proto_docs/google/cloud/gkemulticloud/v1/aws_service.rb +20 -0
- data/proto_docs/google/cloud/gkemulticloud/v1/azure_resources.rb +25 -0
- data/proto_docs/google/cloud/gkemulticloud/v1/azure_service.rb +24 -0
- data/proto_docs/google/cloud/gkemulticloud/v1/common_resources.rb +2 -3
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 636aaf4b4d4b16035136c8c1ddb74d3e07344acfa776344b2a39b8b1805585c0
|
|
4
|
+
data.tar.gz: 74fa6d18b1a8b55ad77f41a517f82e081747cd2a0c07d9b2168b8694f8731eaa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4e74e4c5500025cd28bf7a8a916ada60a23b2f05f7bff6da6fcd1b96ca1a182bf0016ed3608dbb38791eea42ed658c45acb6758151be2f5e79e00cdb6a3adbdb
|
|
7
|
+
data.tar.gz: '02514691a0b3e4c304ab31ef91a6290e50df6a3c32f7739a3a3e5f535287ad3efa648b62465a5917f58109dca819ce0e4917669c2c49a2e0b64910b46389a97a'
|
|
@@ -48,6 +48,8 @@ module Google
|
|
|
48
48
|
# See {::Google::Cloud::GkeMultiCloud::V1::AwsClusters::Client::Configuration}
|
|
49
49
|
# for a description of the configuration fields.
|
|
50
50
|
#
|
|
51
|
+
# @deprecated This service is deprecated and may be removed in the next major version update.
|
|
52
|
+
#
|
|
51
53
|
# @example
|
|
52
54
|
#
|
|
53
55
|
# # Modify the configuration for all AwsClusters clients
|
|
@@ -265,6 +267,8 @@ module Google
|
|
|
265
267
|
# {::Google::Longrunning::Operation Operation} resource that can be
|
|
266
268
|
# described to track the status of the operation.
|
|
267
269
|
#
|
|
270
|
+
# @deprecated This method is deprecated and may be removed in the next major version update.
|
|
271
|
+
#
|
|
268
272
|
# @overload create_aws_cluster(request, options = nil)
|
|
269
273
|
# Pass arguments to `create_aws_cluster` via a request object, either of type
|
|
270
274
|
# {::Google::Cloud::GkeMultiCloud::V1::CreateAwsClusterRequest} or an equivalent Hash.
|
|
@@ -381,6 +385,8 @@ module Google
|
|
|
381
385
|
##
|
|
382
386
|
# Updates an {::Google::Cloud::GkeMultiCloud::V1::AwsCluster AwsCluster}.
|
|
383
387
|
#
|
|
388
|
+
# @deprecated This method is deprecated and may be removed in the next major version update.
|
|
389
|
+
#
|
|
384
390
|
# @overload update_aws_cluster(request, options = nil)
|
|
385
391
|
# Pass arguments to `update_aws_cluster` via a request object, either of type
|
|
386
392
|
# {::Google::Cloud::GkeMultiCloud::V1::UpdateAwsClusterRequest} or an equivalent Hash.
|
|
@@ -511,6 +517,8 @@ module Google
|
|
|
511
517
|
# Describes a specific {::Google::Cloud::GkeMultiCloud::V1::AwsCluster AwsCluster}
|
|
512
518
|
# resource.
|
|
513
519
|
#
|
|
520
|
+
# @deprecated This method is deprecated and may be removed in the next major version update.
|
|
521
|
+
#
|
|
514
522
|
# @overload get_aws_cluster(request, options = nil)
|
|
515
523
|
# Pass arguments to `get_aws_cluster` via a request object, either of type
|
|
516
524
|
# {::Google::Cloud::GkeMultiCloud::V1::GetAwsClusterRequest} or an equivalent Hash.
|
|
@@ -605,6 +613,8 @@ module Google
|
|
|
605
613
|
# Lists all {::Google::Cloud::GkeMultiCloud::V1::AwsCluster AwsCluster} resources
|
|
606
614
|
# on a given Google Cloud project and region.
|
|
607
615
|
#
|
|
616
|
+
# @deprecated This method is deprecated and may be removed in the next major version update.
|
|
617
|
+
#
|
|
608
618
|
# @overload list_aws_clusters(request, options = nil)
|
|
609
619
|
# Pass arguments to `list_aws_clusters` via a request object, either of type
|
|
610
620
|
# {::Google::Cloud::GkeMultiCloud::V1::ListAwsClustersRequest} or an equivalent Hash.
|
|
@@ -722,6 +732,8 @@ module Google
|
|
|
722
732
|
# {::Google::Longrunning::Operation Operation} resource that can be
|
|
723
733
|
# described to track the status of the operation.
|
|
724
734
|
#
|
|
735
|
+
# @deprecated This method is deprecated and may be removed in the next major version update.
|
|
736
|
+
#
|
|
725
737
|
# @overload delete_aws_cluster(request, options = nil)
|
|
726
738
|
# Pass arguments to `delete_aws_cluster` via a request object, either of type
|
|
727
739
|
# {::Google::Cloud::GkeMultiCloud::V1::DeleteAwsClusterRequest} or an equivalent Hash.
|
|
@@ -845,6 +857,8 @@ module Google
|
|
|
845
857
|
##
|
|
846
858
|
# Generates an access token for a cluster agent.
|
|
847
859
|
#
|
|
860
|
+
# @deprecated This method is deprecated and may be removed in the next major version update.
|
|
861
|
+
#
|
|
848
862
|
# @overload generate_aws_cluster_agent_token(request, options = nil)
|
|
849
863
|
# Pass arguments to `generate_aws_cluster_agent_token` via a request object, either of type
|
|
850
864
|
# {::Google::Cloud::GkeMultiCloud::V1::GenerateAwsClusterAgentTokenRequest} or an equivalent Hash.
|
|
@@ -949,6 +963,8 @@ module Google
|
|
|
949
963
|
# Generates a short-lived access token to authenticate to a given
|
|
950
964
|
# {::Google::Cloud::GkeMultiCloud::V1::AwsCluster AwsCluster} resource.
|
|
951
965
|
#
|
|
966
|
+
# @deprecated This method is deprecated and may be removed in the next major version update.
|
|
967
|
+
#
|
|
952
968
|
# @overload generate_aws_access_token(request, options = nil)
|
|
953
969
|
# Pass arguments to `generate_aws_access_token` via a request object, either of type
|
|
954
970
|
# {::Google::Cloud::GkeMultiCloud::V1::GenerateAwsAccessTokenRequest} or an equivalent Hash.
|
|
@@ -1047,6 +1063,8 @@ module Google
|
|
|
1047
1063
|
# {::Google::Longrunning::Operation Operation} resource that can be
|
|
1048
1064
|
# described to track the status of the operation.
|
|
1049
1065
|
#
|
|
1066
|
+
# @deprecated This method is deprecated and may be removed in the next major version update.
|
|
1067
|
+
#
|
|
1050
1068
|
# @overload create_aws_node_pool(request, options = nil)
|
|
1051
1069
|
# Pass arguments to `create_aws_node_pool` via a request object, either of type
|
|
1052
1070
|
# {::Google::Cloud::GkeMultiCloud::V1::CreateAwsNodePoolRequest} or an equivalent Hash.
|
|
@@ -1164,6 +1182,8 @@ module Google
|
|
|
1164
1182
|
##
|
|
1165
1183
|
# Updates an {::Google::Cloud::GkeMultiCloud::V1::AwsNodePool AwsNodePool}.
|
|
1166
1184
|
#
|
|
1185
|
+
# @deprecated This method is deprecated and may be removed in the next major version update.
|
|
1186
|
+
#
|
|
1167
1187
|
# @overload update_aws_node_pool(request, options = nil)
|
|
1168
1188
|
# Pass arguments to `update_aws_node_pool` via a request object, either of type
|
|
1169
1189
|
# {::Google::Cloud::GkeMultiCloud::V1::UpdateAwsNodePoolRequest} or an equivalent Hash.
|
|
@@ -1301,6 +1321,8 @@ module Google
|
|
|
1301
1321
|
# You must first cancel or let it finish unsuccessfully before you can
|
|
1302
1322
|
# rollback.
|
|
1303
1323
|
#
|
|
1324
|
+
# @deprecated This method is deprecated and may be removed in the next major version update.
|
|
1325
|
+
#
|
|
1304
1326
|
# @overload rollback_aws_node_pool_update(request, options = nil)
|
|
1305
1327
|
# Pass arguments to `rollback_aws_node_pool_update` via a request object, either of type
|
|
1306
1328
|
# {::Google::Cloud::GkeMultiCloud::V1::RollbackAwsNodePoolUpdateRequest} or an equivalent Hash.
|
|
@@ -1407,6 +1429,8 @@ module Google
|
|
|
1407
1429
|
# Describes a specific
|
|
1408
1430
|
# {::Google::Cloud::GkeMultiCloud::V1::AwsNodePool AwsNodePool} resource.
|
|
1409
1431
|
#
|
|
1432
|
+
# @deprecated This method is deprecated and may be removed in the next major version update.
|
|
1433
|
+
#
|
|
1410
1434
|
# @overload get_aws_node_pool(request, options = nil)
|
|
1411
1435
|
# Pass arguments to `get_aws_node_pool` via a request object, either of type
|
|
1412
1436
|
# {::Google::Cloud::GkeMultiCloud::V1::GetAwsNodePoolRequest} or an equivalent Hash.
|
|
@@ -1502,6 +1526,8 @@ module Google
|
|
|
1502
1526
|
# resources on a given
|
|
1503
1527
|
# {::Google::Cloud::GkeMultiCloud::V1::AwsCluster AwsCluster}.
|
|
1504
1528
|
#
|
|
1529
|
+
# @deprecated This method is deprecated and may be removed in the next major version update.
|
|
1530
|
+
#
|
|
1505
1531
|
# @overload list_aws_node_pools(request, options = nil)
|
|
1506
1532
|
# Pass arguments to `list_aws_node_pools` via a request object, either of type
|
|
1507
1533
|
# {::Google::Cloud::GkeMultiCloud::V1::ListAwsNodePoolsRequest} or an equivalent Hash.
|
|
@@ -1617,6 +1643,8 @@ module Google
|
|
|
1617
1643
|
# {::Google::Longrunning::Operation Operation} resource that can be
|
|
1618
1644
|
# described to track the status of the operation.
|
|
1619
1645
|
#
|
|
1646
|
+
# @deprecated This method is deprecated and may be removed in the next major version update.
|
|
1647
|
+
#
|
|
1620
1648
|
# @overload delete_aws_node_pool(request, options = nil)
|
|
1621
1649
|
# Pass arguments to `delete_aws_node_pool` via a request object, either of type
|
|
1622
1650
|
# {::Google::Cloud::GkeMultiCloud::V1::DeleteAwsNodePoolRequest} or an equivalent Hash.
|
|
@@ -1745,6 +1773,8 @@ module Google
|
|
|
1745
1773
|
# specification](https://openid.net/specs/openid-connect-discovery-1_0.html)
|
|
1746
1774
|
# for details.
|
|
1747
1775
|
#
|
|
1776
|
+
# @deprecated This method is deprecated and may be removed in the next major version update.
|
|
1777
|
+
#
|
|
1748
1778
|
# @overload get_aws_open_id_config(request, options = nil)
|
|
1749
1779
|
# Pass arguments to `get_aws_open_id_config` via a request object, either of type
|
|
1750
1780
|
# {::Google::Cloud::GkeMultiCloud::V1::GetAwsOpenIdConfigRequest} or an equivalent Hash.
|
|
@@ -1833,6 +1863,8 @@ module Google
|
|
|
1833
1863
|
# Gets the public component of the cluster signing keys in
|
|
1834
1864
|
# JSON Web Key format.
|
|
1835
1865
|
#
|
|
1866
|
+
# @deprecated This method is deprecated and may be removed in the next major version update.
|
|
1867
|
+
#
|
|
1836
1868
|
# @overload get_aws_json_web_keys(request, options = nil)
|
|
1837
1869
|
# Pass arguments to `get_aws_json_web_keys` via a request object, either of type
|
|
1838
1870
|
# {::Google::Cloud::GkeMultiCloud::V1::GetAwsJsonWebKeysRequest} or an equivalent Hash.
|
|
@@ -1921,6 +1953,8 @@ module Google
|
|
|
1921
1953
|
# Returns information, such as supported AWS regions and Kubernetes
|
|
1922
1954
|
# versions, on a given Google Cloud location.
|
|
1923
1955
|
#
|
|
1956
|
+
# @deprecated This method is deprecated and may be removed in the next major version update.
|
|
1957
|
+
#
|
|
1924
1958
|
# @overload get_aws_server_config(request, options = nil)
|
|
1925
1959
|
# Pass arguments to `get_aws_server_config` via a request object, either of type
|
|
1926
1960
|
# {::Google::Cloud::GkeMultiCloud::V1::GetAwsServerConfigRequest} or an equivalent Hash.
|
|
@@ -49,6 +49,7 @@ module Google
|
|
|
49
49
|
#
|
|
50
50
|
# See {::Google::Cloud::GkeMultiCloud::V1::AwsClusters::Rest::Client::Configuration}
|
|
51
51
|
# for a description of the configuration fields.
|
|
52
|
+
# @deprecated This service is deprecated and may be removed in the next major version update.
|
|
52
53
|
#
|
|
53
54
|
# @example
|
|
54
55
|
#
|
|
@@ -29,6 +29,7 @@ module Google
|
|
|
29
29
|
# Service stub contains baseline method implementations
|
|
30
30
|
# including transcoding, making the REST call, and deserialing the response.
|
|
31
31
|
#
|
|
32
|
+
# @deprecated This service is deprecated and may be removed in the next major version update.
|
|
32
33
|
class ServiceStub
|
|
33
34
|
# @private
|
|
34
35
|
def initialize endpoint:, endpoint_template:, universe_domain:, credentials:, logger:
|
|
@@ -36,6 +36,8 @@ module Google
|
|
|
36
36
|
# The AwsClusters API provides a single centrally managed service
|
|
37
37
|
# to create and manage Anthos clusters that run on AWS infrastructure.
|
|
38
38
|
#
|
|
39
|
+
# @deprecated This service is deprecated and may be removed in the next major version update.
|
|
40
|
+
#
|
|
39
41
|
# @example Load this service and instantiate a gRPC client
|
|
40
42
|
#
|
|
41
43
|
# require "google/cloud/gke_multi_cloud/v1/aws_clusters"
|
|
@@ -48,6 +48,8 @@ module Google
|
|
|
48
48
|
# See {::Google::Cloud::GkeMultiCloud::V1::AzureClusters::Client::Configuration}
|
|
49
49
|
# for a description of the configuration fields.
|
|
50
50
|
#
|
|
51
|
+
# @deprecated This service is deprecated and may be removed in the next major version update.
|
|
52
|
+
#
|
|
51
53
|
# @example
|
|
52
54
|
#
|
|
53
55
|
# # Modify the configuration for all AzureClusters clients
|
|
@@ -281,6 +283,8 @@ module Google
|
|
|
281
283
|
# {::Google::Longrunning::Operation Operation} resource that can be
|
|
282
284
|
# described to track the status of the operation.
|
|
283
285
|
#
|
|
286
|
+
# @deprecated This method is deprecated and may be removed in the next major version update.
|
|
287
|
+
#
|
|
284
288
|
# @overload create_azure_client(request, options = nil)
|
|
285
289
|
# Pass arguments to `create_azure_client` via a request object, either of type
|
|
286
290
|
# {::Google::Cloud::GkeMultiCloud::V1::CreateAzureClientRequest} or an equivalent Hash.
|
|
@@ -398,6 +402,8 @@ module Google
|
|
|
398
402
|
# Describes a specific
|
|
399
403
|
# {::Google::Cloud::GkeMultiCloud::V1::AzureClient AzureClient} resource.
|
|
400
404
|
#
|
|
405
|
+
# @deprecated This method is deprecated and may be removed in the next major version update.
|
|
406
|
+
#
|
|
401
407
|
# @overload get_azure_client(request, options = nil)
|
|
402
408
|
# Pass arguments to `get_azure_client` via a request object, either of type
|
|
403
409
|
# {::Google::Cloud::GkeMultiCloud::V1::GetAzureClientRequest} or an equivalent Hash.
|
|
@@ -493,6 +499,8 @@ module Google
|
|
|
493
499
|
# Lists all {::Google::Cloud::GkeMultiCloud::V1::AzureClient AzureClient}
|
|
494
500
|
# resources on a given Google Cloud project and region.
|
|
495
501
|
#
|
|
502
|
+
# @deprecated This method is deprecated and may be removed in the next major version update.
|
|
503
|
+
#
|
|
496
504
|
# @overload list_azure_clients(request, options = nil)
|
|
497
505
|
# Pass arguments to `list_azure_clients` via a request object, either of type
|
|
498
506
|
# {::Google::Cloud::GkeMultiCloud::V1::ListAzureClientsRequest} or an equivalent Hash.
|
|
@@ -610,6 +618,8 @@ module Google
|
|
|
610
618
|
# {::Google::Longrunning::Operation Operation} resource that can be
|
|
611
619
|
# described to track the status of the operation.
|
|
612
620
|
#
|
|
621
|
+
# @deprecated This method is deprecated and may be removed in the next major version update.
|
|
622
|
+
#
|
|
613
623
|
# @overload delete_azure_client(request, options = nil)
|
|
614
624
|
# Pass arguments to `delete_azure_client` via a request object, either of type
|
|
615
625
|
# {::Google::Cloud::GkeMultiCloud::V1::DeleteAzureClientRequest} or an equivalent Hash.
|
|
@@ -726,6 +736,8 @@ module Google
|
|
|
726
736
|
# {::Google::Longrunning::Operation Operation} resource that can be
|
|
727
737
|
# described to track the status of the operation.
|
|
728
738
|
#
|
|
739
|
+
# @deprecated This method is deprecated and may be removed in the next major version update.
|
|
740
|
+
#
|
|
729
741
|
# @overload create_azure_cluster(request, options = nil)
|
|
730
742
|
# Pass arguments to `create_azure_cluster` via a request object, either of type
|
|
731
743
|
# {::Google::Cloud::GkeMultiCloud::V1::CreateAzureClusterRequest} or an equivalent Hash.
|
|
@@ -842,6 +854,8 @@ module Google
|
|
|
842
854
|
##
|
|
843
855
|
# Updates an {::Google::Cloud::GkeMultiCloud::V1::AzureCluster AzureCluster}.
|
|
844
856
|
#
|
|
857
|
+
# @deprecated This method is deprecated and may be removed in the next major version update.
|
|
858
|
+
#
|
|
845
859
|
# @overload update_azure_cluster(request, options = nil)
|
|
846
860
|
# Pass arguments to `update_azure_cluster` via a request object, either of type
|
|
847
861
|
# {::Google::Cloud::GkeMultiCloud::V1::UpdateAzureClusterRequest} or an equivalent Hash.
|
|
@@ -962,6 +976,8 @@ module Google
|
|
|
962
976
|
# Describes a specific
|
|
963
977
|
# {::Google::Cloud::GkeMultiCloud::V1::AzureCluster AzureCluster} resource.
|
|
964
978
|
#
|
|
979
|
+
# @deprecated This method is deprecated and may be removed in the next major version update.
|
|
980
|
+
#
|
|
965
981
|
# @overload get_azure_cluster(request, options = nil)
|
|
966
982
|
# Pass arguments to `get_azure_cluster` via a request object, either of type
|
|
967
983
|
# {::Google::Cloud::GkeMultiCloud::V1::GetAzureClusterRequest} or an equivalent Hash.
|
|
@@ -1056,6 +1072,8 @@ module Google
|
|
|
1056
1072
|
# Lists all {::Google::Cloud::GkeMultiCloud::V1::AzureCluster AzureCluster}
|
|
1057
1073
|
# resources on a given Google Cloud project and region.
|
|
1058
1074
|
#
|
|
1075
|
+
# @deprecated This method is deprecated and may be removed in the next major version update.
|
|
1076
|
+
#
|
|
1059
1077
|
# @overload list_azure_clusters(request, options = nil)
|
|
1060
1078
|
# Pass arguments to `list_azure_clusters` via a request object, either of type
|
|
1061
1079
|
# {::Google::Cloud::GkeMultiCloud::V1::ListAzureClustersRequest} or an equivalent Hash.
|
|
@@ -1173,6 +1191,8 @@ module Google
|
|
|
1173
1191
|
# {::Google::Longrunning::Operation Operation} resource that can be
|
|
1174
1192
|
# described to track the status of the operation.
|
|
1175
1193
|
#
|
|
1194
|
+
# @deprecated This method is deprecated and may be removed in the next major version update.
|
|
1195
|
+
#
|
|
1176
1196
|
# @overload delete_azure_cluster(request, options = nil)
|
|
1177
1197
|
# Pass arguments to `delete_azure_cluster` via a request object, either of type
|
|
1178
1198
|
# {::Google::Cloud::GkeMultiCloud::V1::DeleteAzureClusterRequest} or an equivalent Hash.
|
|
@@ -1296,6 +1316,8 @@ module Google
|
|
|
1296
1316
|
##
|
|
1297
1317
|
# Generates an access token for a cluster agent.
|
|
1298
1318
|
#
|
|
1319
|
+
# @deprecated This method is deprecated and may be removed in the next major version update.
|
|
1320
|
+
#
|
|
1299
1321
|
# @overload generate_azure_cluster_agent_token(request, options = nil)
|
|
1300
1322
|
# Pass arguments to `generate_azure_cluster_agent_token` via a request object, either of type
|
|
1301
1323
|
# {::Google::Cloud::GkeMultiCloud::V1::GenerateAzureClusterAgentTokenRequest} or an equivalent Hash.
|
|
@@ -1400,6 +1422,8 @@ module Google
|
|
|
1400
1422
|
# Generates a short-lived access token to authenticate to a given
|
|
1401
1423
|
# {::Google::Cloud::GkeMultiCloud::V1::AzureCluster AzureCluster} resource.
|
|
1402
1424
|
#
|
|
1425
|
+
# @deprecated This method is deprecated and may be removed in the next major version update.
|
|
1426
|
+
#
|
|
1403
1427
|
# @overload generate_azure_access_token(request, options = nil)
|
|
1404
1428
|
# Pass arguments to `generate_azure_access_token` via a request object, either of type
|
|
1405
1429
|
# {::Google::Cloud::GkeMultiCloud::V1::GenerateAzureAccessTokenRequest} or an equivalent Hash.
|
|
@@ -1499,6 +1523,8 @@ module Google
|
|
|
1499
1523
|
# {::Google::Longrunning::Operation Operation} resource that can be
|
|
1500
1524
|
# described to track the status of the operation.
|
|
1501
1525
|
#
|
|
1526
|
+
# @deprecated This method is deprecated and may be removed in the next major version update.
|
|
1527
|
+
#
|
|
1502
1528
|
# @overload create_azure_node_pool(request, options = nil)
|
|
1503
1529
|
# Pass arguments to `create_azure_node_pool` via a request object, either of type
|
|
1504
1530
|
# {::Google::Cloud::GkeMultiCloud::V1::CreateAzureNodePoolRequest} or an equivalent Hash.
|
|
@@ -1616,6 +1642,8 @@ module Google
|
|
|
1616
1642
|
##
|
|
1617
1643
|
# Updates an {::Google::Cloud::GkeMultiCloud::V1::AzureNodePool AzureNodePool}.
|
|
1618
1644
|
#
|
|
1645
|
+
# @deprecated This method is deprecated and may be removed in the next major version update.
|
|
1646
|
+
#
|
|
1619
1647
|
# @overload update_azure_node_pool(request, options = nil)
|
|
1620
1648
|
# Pass arguments to `update_azure_node_pool` via a request object, either of type
|
|
1621
1649
|
# {::Google::Cloud::GkeMultiCloud::V1::UpdateAzureNodePoolRequest} or an equivalent Hash.
|
|
@@ -1726,6 +1754,8 @@ module Google
|
|
|
1726
1754
|
# Describes a specific
|
|
1727
1755
|
# {::Google::Cloud::GkeMultiCloud::V1::AzureNodePool AzureNodePool} resource.
|
|
1728
1756
|
#
|
|
1757
|
+
# @deprecated This method is deprecated and may be removed in the next major version update.
|
|
1758
|
+
#
|
|
1729
1759
|
# @overload get_azure_node_pool(request, options = nil)
|
|
1730
1760
|
# Pass arguments to `get_azure_node_pool` via a request object, either of type
|
|
1731
1761
|
# {::Google::Cloud::GkeMultiCloud::V1::GetAzureNodePoolRequest} or an equivalent Hash.
|
|
@@ -1821,6 +1851,8 @@ module Google
|
|
|
1821
1851
|
# resources on a given
|
|
1822
1852
|
# {::Google::Cloud::GkeMultiCloud::V1::AzureCluster AzureCluster}.
|
|
1823
1853
|
#
|
|
1854
|
+
# @deprecated This method is deprecated and may be removed in the next major version update.
|
|
1855
|
+
#
|
|
1824
1856
|
# @overload list_azure_node_pools(request, options = nil)
|
|
1825
1857
|
# Pass arguments to `list_azure_node_pools` via a request object, either of type
|
|
1826
1858
|
# {::Google::Cloud::GkeMultiCloud::V1::ListAzureNodePoolsRequest} or an equivalent Hash.
|
|
@@ -1936,6 +1968,8 @@ module Google
|
|
|
1936
1968
|
# {::Google::Longrunning::Operation Operation} resource that can be
|
|
1937
1969
|
# described to track the status of the operation.
|
|
1938
1970
|
#
|
|
1971
|
+
# @deprecated This method is deprecated and may be removed in the next major version update.
|
|
1972
|
+
#
|
|
1939
1973
|
# @overload delete_azure_node_pool(request, options = nil)
|
|
1940
1974
|
# Pass arguments to `delete_azure_node_pool` via a request object, either of type
|
|
1941
1975
|
# {::Google::Cloud::GkeMultiCloud::V1::DeleteAzureNodePoolRequest} or an equivalent Hash.
|
|
@@ -2065,6 +2099,8 @@ module Google
|
|
|
2065
2099
|
# specification](https://openid.net/specs/openid-connect-discovery-1_0.html)
|
|
2066
2100
|
# for details.
|
|
2067
2101
|
#
|
|
2102
|
+
# @deprecated This method is deprecated and may be removed in the next major version update.
|
|
2103
|
+
#
|
|
2068
2104
|
# @overload get_azure_open_id_config(request, options = nil)
|
|
2069
2105
|
# Pass arguments to `get_azure_open_id_config` via a request object, either of type
|
|
2070
2106
|
# {::Google::Cloud::GkeMultiCloud::V1::GetAzureOpenIdConfigRequest} or an equivalent Hash.
|
|
@@ -2153,6 +2189,8 @@ module Google
|
|
|
2153
2189
|
# Gets the public component of the cluster signing keys in
|
|
2154
2190
|
# JSON Web Key format.
|
|
2155
2191
|
#
|
|
2192
|
+
# @deprecated This method is deprecated and may be removed in the next major version update.
|
|
2193
|
+
#
|
|
2156
2194
|
# @overload get_azure_json_web_keys(request, options = nil)
|
|
2157
2195
|
# Pass arguments to `get_azure_json_web_keys` via a request object, either of type
|
|
2158
2196
|
# {::Google::Cloud::GkeMultiCloud::V1::GetAzureJsonWebKeysRequest} or an equivalent Hash.
|
|
@@ -2241,6 +2279,8 @@ module Google
|
|
|
2241
2279
|
# Returns information, such as supported Azure regions and Kubernetes
|
|
2242
2280
|
# versions, on a given Google Cloud location.
|
|
2243
2281
|
#
|
|
2282
|
+
# @deprecated This method is deprecated and may be removed in the next major version update.
|
|
2283
|
+
#
|
|
2244
2284
|
# @overload get_azure_server_config(request, options = nil)
|
|
2245
2285
|
# Pass arguments to `get_azure_server_config` via a request object, either of type
|
|
2246
2286
|
# {::Google::Cloud::GkeMultiCloud::V1::GetAzureServerConfigRequest} or an equivalent Hash.
|
|
@@ -49,6 +49,7 @@ module Google
|
|
|
49
49
|
#
|
|
50
50
|
# See {::Google::Cloud::GkeMultiCloud::V1::AzureClusters::Rest::Client::Configuration}
|
|
51
51
|
# for a description of the configuration fields.
|
|
52
|
+
# @deprecated This service is deprecated and may be removed in the next major version update.
|
|
52
53
|
#
|
|
53
54
|
# @example
|
|
54
55
|
#
|
|
@@ -29,6 +29,7 @@ module Google
|
|
|
29
29
|
# Service stub contains baseline method implementations
|
|
30
30
|
# including transcoding, making the REST call, and deserialing the response.
|
|
31
31
|
#
|
|
32
|
+
# @deprecated This service is deprecated and may be removed in the next major version update.
|
|
32
33
|
class ServiceStub
|
|
33
34
|
# @private
|
|
34
35
|
def initialize endpoint:, endpoint_template:, universe_domain:, credentials:, logger:
|
|
@@ -36,6 +36,8 @@ module Google
|
|
|
36
36
|
# The AzureClusters API provides a single centrally managed service
|
|
37
37
|
# to create and manage Anthos clusters that run on Azure infrastructure.
|
|
38
38
|
#
|
|
39
|
+
# @deprecated This service is deprecated and may be removed in the next major version update.
|
|
40
|
+
#
|
|
39
41
|
# @example Load this service and instantiate a gRPC client
|
|
40
42
|
#
|
|
41
43
|
# require "google/cloud/gke_multi_cloud/v1/azure_clusters"
|
|
@@ -8,9 +8,10 @@ require 'google/api/field_behavior_pb'
|
|
|
8
8
|
require 'google/api/resource_pb'
|
|
9
9
|
require 'google/cloud/gkemulticloud/v1/common_resources_pb'
|
|
10
10
|
require 'google/protobuf/timestamp_pb'
|
|
11
|
+
require 'google/type/date_pb'
|
|
11
12
|
|
|
12
13
|
|
|
13
|
-
descriptor_data = "\n6google/cloud/gkemulticloud/v1/attached_resources.proto\x12\x1dgoogle.cloud.gkemulticloud.v1\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x34google/cloud/gkemulticloud/v1/common_resources.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\
|
|
14
|
+
descriptor_data = "\n6google/cloud/gkemulticloud/v1/attached_resources.proto\x12\x1dgoogle.cloud.gkemulticloud.v1\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x34google/cloud/gkemulticloud/v1/common_resources.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x16google/type/date.proto\"\xa9\x0e\n\x0f\x41ttachedCluster\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x18\n\x0b\x64\x65scription\x18\x02 \x01(\tB\x03\xe0\x41\x01\x12K\n\x0boidc_config\x18\x03 \x01(\x0b\x32\x31.google.cloud.gkemulticloud.v1.AttachedOidcConfigB\x03\xe0\x41\x02\x12\x1d\n\x10platform_version\x18\x04 \x01(\tB\x03\xe0\x41\x02\x12\x19\n\x0c\x64istribution\x18\x10 \x01(\tB\x03\xe0\x41\x02\x12\x1b\n\x0e\x63luster_region\x18\x16 \x01(\tB\x03\xe0\x41\x03\x12\x38\n\x05\x66leet\x18\x05 \x01(\x0b\x32$.google.cloud.gkemulticloud.v1.FleetB\x03\xe0\x41\x02\x12H\n\x05state\x18\x06 \x01(\x0e\x32\x34.google.cloud.gkemulticloud.v1.AttachedCluster.StateB\x03\xe0\x41\x03\x12\x10\n\x03uid\x18\x07 \x01(\tB\x03\xe0\x41\x03\x12\x18\n\x0breconciling\x18\x08 \x01(\x08\x42\x03\xe0\x41\x03\x12\x34\n\x0b\x63reate_time\x18\t \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\n \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x0c\n\x04\x65tag\x18\x0b \x01(\t\x12\x1f\n\x12kubernetes_version\x18\x0c \x01(\tB\x03\xe0\x41\x03\x12Y\n\x0b\x61nnotations\x18\r \x03(\x0b\x32?.google.cloud.gkemulticloud.v1.AttachedCluster.AnnotationsEntryB\x03\xe0\x41\x01\x12\\\n\x18workload_identity_config\x18\x0e \x01(\x0b\x32\x35.google.cloud.gkemulticloud.v1.WorkloadIdentityConfigB\x03\xe0\x41\x03\x12I\n\x0elogging_config\x18\x0f \x01(\x0b\x32,.google.cloud.gkemulticloud.v1.LoggingConfigB\x03\xe0\x41\x01\x12H\n\x06\x65rrors\x18\x14 \x03(\x0b\x32\x33.google.cloud.gkemulticloud.v1.AttachedClusterErrorB\x03\xe0\x41\x03\x12X\n\rauthorization\x18\x15 \x01(\x0b\x32<.google.cloud.gkemulticloud.v1.AttachedClustersAuthorizationB\x03\xe0\x41\x01\x12O\n\x11monitoring_config\x18\x17 \x01(\x0b\x32/.google.cloud.gkemulticloud.v1.MonitoringConfigB\x03\xe0\x41\x01\x12M\n\x0cproxy_config\x18\x18 \x01(\x0b\x32\x32.google.cloud.gkemulticloud.v1.AttachedProxyConfigB\x03\xe0\x41\x01\x12U\n\x14\x62inary_authorization\x18\x19 \x01(\x0b\x32\x32.google.cloud.gkemulticloud.v1.BinaryAuthorizationB\x03\xe0\x41\x01\x12Z\n\x17security_posture_config\x18\x1a \x01(\x0b\x32\x34.google.cloud.gkemulticloud.v1.SecurityPostureConfigB\x03\xe0\x41\x01\x12N\n\x04tags\x18\x1b \x03(\x0b\x32\x38.google.cloud.gkemulticloud.v1.AttachedCluster.TagsEntryB\x06\xe0\x41\x01\xe0\x41\x04\x12\\\n\x18system_components_config\x18\x1c \x01(\x0b\x32\x35.google.cloud.gkemulticloud.v1.SystemComponentsConfigB\x03\xe0\x41\x01\x1a\x32\n\x10\x41nnotationsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a+\n\tTagsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"u\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\x10\n\x0cPROVISIONING\x10\x01\x12\x0b\n\x07RUNNING\x10\x02\x12\x0f\n\x0bRECONCILING\x10\x03\x12\x0c\n\x08STOPPING\x10\x04\x12\t\n\x05\x45RROR\x10\x05\x12\x0c\n\x08\x44\x45GRADED\x10\x06:~\xea\x41{\n,gkemulticloud.googleapis.com/AttachedCluster\x12Kprojects/{project}/locations/{location}/attachedClusters/{attached_cluster}\"\xbd\x01\n\x1d\x41ttachedClustersAuthorization\x12L\n\x0b\x61\x64min_users\x18\x01 \x03(\x0b\x32\x32.google.cloud.gkemulticloud.v1.AttachedClusterUserB\x03\xe0\x41\x01\x12N\n\x0c\x61\x64min_groups\x18\x02 \x03(\x0b\x32\x33.google.cloud.gkemulticloud.v1.AttachedClusterGroupB\x03\xe0\x41\x01\",\n\x13\x41ttachedClusterUser\x12\x15\n\x08username\x18\x01 \x01(\tB\x03\xe0\x41\x02\"*\n\x14\x41ttachedClusterGroup\x12\x12\n\x05group\x18\x01 \x01(\tB\x03\xe0\x41\x02\";\n\x12\x41ttachedOidcConfig\x12\x12\n\nissuer_url\x18\x01 \x01(\t\x12\x11\n\x04jwks\x18\x02 \x01(\x0c\x42\x03\xe0\x41\x01\"\xee\x01\n\x14\x41ttachedServerConfig\x12\x0c\n\x04name\x18\x01 \x01(\t\x12R\n\x0evalid_versions\x18\x02 \x03(\x0b\x32:.google.cloud.gkemulticloud.v1.AttachedPlatformVersionInfo:t\xea\x41q\n1gkemulticloud.googleapis.com/AttachedServerConfig\x12<projects/{project}/locations/{location}/attachedServerConfig\"\xbe\x01\n\x1b\x41ttachedPlatformVersionInfo\x12\x0f\n\x07version\x18\x01 \x01(\t\x12\x14\n\x07\x65nabled\x18\x03 \x01(\x08\x42\x03\xe0\x41\x01\x12\x18\n\x0b\x65nd_of_life\x18\x04 \x01(\x08\x42\x03\xe0\x41\x01\x12\x30\n\x10\x65nd_of_life_date\x18\x05 \x01(\x0b\x32\x11.google.type.DateB\x03\xe0\x41\x01\x12,\n\x0crelease_date\x18\x06 \x01(\x0b\x32\x11.google.type.DateB\x03\xe0\x41\x01\"\'\n\x14\x41ttachedClusterError\x12\x0f\n\x07message\x18\x01 \x01(\t\"a\n\x13\x41ttachedProxyConfig\x12J\n\x11kubernetes_secret\x18\x01 \x01(\x0b\x32/.google.cloud.gkemulticloud.v1.KubernetesSecret\"3\n\x10KubernetesSecret\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x11\n\tnamespace\x18\x02 \x01(\t\"\x8e\x01\n\x16SystemComponentsConfig\x12>\n\x0btolerations\x18\x01 \x03(\x0b\x32).google.cloud.gkemulticloud.v1.Toleration\x12\x34\n\x06labels\x18\x02 \x03(\x0b\x32$.google.cloud.gkemulticloud.v1.Label\"\x85\x03\n\nToleration\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t\x12K\n\x0ckey_operator\x18\x03 \x01(\x0e\x32\x35.google.cloud.gkemulticloud.v1.Toleration.KeyOperator\x12@\n\x06\x65\x66\x66\x65\x63t\x18\x04 \x01(\x0e\x32\x30.google.cloud.gkemulticloud.v1.Toleration.Effect\"\\\n\x0bKeyOperator\x12\x1c\n\x18KEY_OPERATOR_UNSPECIFIED\x10\x00\x12\x16\n\x12KEY_OPERATOR_EQUAL\x10\x01\x12\x17\n\x13KEY_OPERATOR_EXISTS\x10\x02\"n\n\x06\x45\x66\x66\x65\x63t\x12\x16\n\x12\x45\x46\x46\x45\x43T_UNSPECIFIED\x10\x00\x12\x16\n\x12\x45\x46\x46\x45\x43T_NO_SCHEDULE\x10\x01\x12\x1d\n\x19\x45\x46\x46\x45\x43T_PREFER_NO_SCHEDULE\x10\x02\x12\x15\n\x11\x45\x46\x46\x45\x43T_NO_EXECUTE\x10\x03\"#\n\x05Label\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\tB\xe9\x01\n!com.google.cloud.gkemulticloud.v1B\x16\x41ttachedResourcesProtoP\x01ZGcloud.google.com/go/gkemulticloud/apiv1/gkemulticloudpb;gkemulticloudpb\xaa\x02\x1dGoogle.Cloud.GkeMultiCloud.V1\xca\x02\x1dGoogle\\Cloud\\GkeMultiCloud\\V1\xea\x02 Google::Cloud::GkeMultiCloud::V1b\x06proto3"
|
|
14
15
|
|
|
15
16
|
pool = Google::Protobuf::DescriptorPool.generated_pool
|
|
16
17
|
|
|
@@ -27,6 +28,7 @@ rescue TypeError
|
|
|
27
28
|
imports = [
|
|
28
29
|
["google.cloud.gkemulticloud.v1.Fleet", "google/cloud/gkemulticloud/v1/common_resources.proto"],
|
|
29
30
|
["google.protobuf.Timestamp", "google/protobuf/timestamp.proto"],
|
|
31
|
+
["google.type.Date", "google/type/date.proto"],
|
|
30
32
|
]
|
|
31
33
|
imports.each do |type_name, expected_filename|
|
|
32
34
|
import_file = pool.lookup(type_name).file_descriptor
|
|
@@ -53,6 +55,11 @@ module Google
|
|
|
53
55
|
AttachedClusterError = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.gkemulticloud.v1.AttachedClusterError").msgclass
|
|
54
56
|
AttachedProxyConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.gkemulticloud.v1.AttachedProxyConfig").msgclass
|
|
55
57
|
KubernetesSecret = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.gkemulticloud.v1.KubernetesSecret").msgclass
|
|
58
|
+
SystemComponentsConfig = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.gkemulticloud.v1.SystemComponentsConfig").msgclass
|
|
59
|
+
Toleration = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.gkemulticloud.v1.Toleration").msgclass
|
|
60
|
+
Toleration::KeyOperator = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.gkemulticloud.v1.Toleration.KeyOperator").enummodule
|
|
61
|
+
Toleration::Effect = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.gkemulticloud.v1.Toleration.Effect").enummodule
|
|
62
|
+
Label = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.gkemulticloud.v1.Label").msgclass
|
|
56
63
|
end
|
|
57
64
|
end
|
|
58
65
|
end
|
|
@@ -15,7 +15,7 @@ require 'google/protobuf/empty_pb'
|
|
|
15
15
|
require 'google/protobuf/field_mask_pb'
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
descriptor_data = "\n4google/cloud/gkemulticloud/v1/attached_service.proto\x12\x1dgoogle.cloud.gkemulticloud.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x17google/api/client.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x36google/cloud/gkemulticloud/v1/attached_resources.proto\x1a\x34google/cloud/gkemulticloud/v1/common_resources.proto\x1a#google/longrunning/operations.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a google/protobuf/field_mask.proto\"\x85\x02\n-GenerateAttachedClusterInstallManifestRequest\x12\x44\n\x06parent\x18\x01 \x01(\tB4\xe0\x41\x02\xfa\x41.\x12,gkemulticloud.googleapis.com/AttachedCluster\x12 \n\x13\x61ttached_cluster_id\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12\x1d\n\x10platform_version\x18\x03 \x01(\tB\x03\xe0\x41\x02\x12M\n\x0cproxy_config\x18\x04 \x01(\x0b\x32\x32.google.cloud.gkemulticloud.v1.AttachedProxyConfigB\x03\xe0\x41\x01\"B\n.GenerateAttachedClusterInstallManifestResponse\x12\x10\n\x08manifest\x18\x01 \x01(\t\"\xec\x01\n\x1c\x43reateAttachedClusterRequest\x12\x44\n\x06parent\x18\x01 \x01(\tB4\xe0\x41\x02\xfa\x41.\x12,gkemulticloud.googleapis.com/AttachedCluster\x12M\n\x10\x61ttached_cluster\x18\x02 \x01(\x0b\x32..google.cloud.gkemulticloud.v1.AttachedClusterB\x03\xe0\x41\x02\x12 \n\x13\x61ttached_cluster_id\x18\x03 \x01(\tB\x03\xe0\x41\x02\x12\x15\n\rvalidate_only\x18\x04 \x01(\x08\"\xa3\x02\n\x1cImportAttachedClusterRequest\x12\x44\n\x06parent\x18\x01 \x01(\tB4\xe0\x41\x02\xfa\x41.\x12,gkemulticloud.googleapis.com/AttachedCluster\x12\x15\n\rvalidate_only\x18\x02 \x01(\x08\x12\x1d\n\x10\x66leet_membership\x18\x03 \x01(\tB\x03\xe0\x41\x02\x12\x1d\n\x10platform_version\x18\x04 \x01(\tB\x03\xe0\x41\x02\x12\x19\n\x0c\x64istribution\x18\x05 \x01(\tB\x03\xe0\x41\x02\x12M\n\x0cproxy_config\x18\x06 \x01(\x0b\x32\x32.google.cloud.gkemulticloud.v1.AttachedProxyConfigB\x03\xe0\x41\x01\"\xba\x01\n\x1cUpdateAttachedClusterRequest\x12M\n\x10\x61ttached_cluster\x18\x01 \x01(\x0b\x32..google.cloud.gkemulticloud.v1.AttachedClusterB\x03\xe0\x41\x02\x12\x15\n\rvalidate_only\x18\x02 \x01(\x08\x12\x34\n\x0bupdate_mask\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x02\"_\n\x19GetAttachedClusterRequest\x12\x42\n\x04name\x18\x01 \x01(\tB4\xe0\x41\x02\xfa\x41.\n,gkemulticloud.googleapis.com/AttachedCluster\"\x8a\x01\n\x1bListAttachedClustersRequest\x12\x44\n\x06parent\x18\x01 \x01(\tB4\xe0\x41\x02\xfa\x41.\x12,gkemulticloud.googleapis.com/AttachedCluster\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x12\n\npage_token\x18\x03 \x01(\t\"\x82\x01\n\x1cListAttachedClustersResponse\x12I\n\x11\x61ttached_clusters\x18\x01 \x03(\x0b\x32..google.cloud.gkemulticloud.v1.AttachedCluster\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xb5\x01\n\x1c\x44\x65leteAttachedClusterRequest\x12\x42\n\x04name\x18\x01 \x01(\tB4\xe0\x41\x02\xfa\x41.\n,gkemulticloud.googleapis.com/AttachedCluster\x12\x15\n\rvalidate_only\x18\x02 \x01(\x08\x12\x15\n\rallow_missing\x18\x03 \x01(\x08\x12\x15\n\rignore_errors\x18\x05 \x01(\x08\x12\x0c\n\x04\x65tag\x18\x04 \x01(\t\"i\n\x1eGetAttachedServerConfigRequest\x12G\n\x04name\x18\x01 \x01(\tB9\xe0\x41\x02\xfa\x41\x33\n1gkemulticloud.googleapis.com/AttachedServerConfig\"\xca\x02\n(GenerateAttachedClusterAgentTokenRequest\x12N\n\x10\x61ttached_cluster\x18\x01 \x01(\tB4\xe0\x41\x02\xfa\x41.\n,gkemulticloud.googleapis.com/AttachedCluster\x12\x1a\n\rsubject_token\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12\x1f\n\x12subject_token_type\x18\x03 \x01(\tB\x03\xe0\x41\x02\x12\x14\n\x07version\x18\x04 \x01(\tB\x03\xe0\x41\x02\x12\x17\n\ngrant_type\x18\x06 \x01(\tB\x03\xe0\x41\x01\x12\x15\n\x08\x61udience\x18\x07 \x01(\tB\x03\xe0\x41\x01\x12\x12\n\x05scope\x18\x08 \x01(\tB\x03\xe0\x41\x01\x12!\n\x14requested_token_type\x18\t \x01(\tB\x03\xe0\x41\x01\x12\x14\n\x07options\x18\n \x01(\tB\x03\xe0\x41\x01\"
|
|
18
|
+
descriptor_data = "\n4google/cloud/gkemulticloud/v1/attached_service.proto\x12\x1dgoogle.cloud.gkemulticloud.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x17google/api/client.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x36google/cloud/gkemulticloud/v1/attached_resources.proto\x1a\x34google/cloud/gkemulticloud/v1/common_resources.proto\x1a#google/longrunning/operations.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a google/protobuf/field_mask.proto\"\x85\x02\n-GenerateAttachedClusterInstallManifestRequest\x12\x44\n\x06parent\x18\x01 \x01(\tB4\xe0\x41\x02\xfa\x41.\x12,gkemulticloud.googleapis.com/AttachedCluster\x12 \n\x13\x61ttached_cluster_id\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12\x1d\n\x10platform_version\x18\x03 \x01(\tB\x03\xe0\x41\x02\x12M\n\x0cproxy_config\x18\x04 \x01(\x0b\x32\x32.google.cloud.gkemulticloud.v1.AttachedProxyConfigB\x03\xe0\x41\x01\"B\n.GenerateAttachedClusterInstallManifestResponse\x12\x10\n\x08manifest\x18\x01 \x01(\t\"\xec\x01\n\x1c\x43reateAttachedClusterRequest\x12\x44\n\x06parent\x18\x01 \x01(\tB4\xe0\x41\x02\xfa\x41.\x12,gkemulticloud.googleapis.com/AttachedCluster\x12M\n\x10\x61ttached_cluster\x18\x02 \x01(\x0b\x32..google.cloud.gkemulticloud.v1.AttachedClusterB\x03\xe0\x41\x02\x12 \n\x13\x61ttached_cluster_id\x18\x03 \x01(\tB\x03\xe0\x41\x02\x12\x15\n\rvalidate_only\x18\x04 \x01(\x08\"\xa3\x02\n\x1cImportAttachedClusterRequest\x12\x44\n\x06parent\x18\x01 \x01(\tB4\xe0\x41\x02\xfa\x41.\x12,gkemulticloud.googleapis.com/AttachedCluster\x12\x15\n\rvalidate_only\x18\x02 \x01(\x08\x12\x1d\n\x10\x66leet_membership\x18\x03 \x01(\tB\x03\xe0\x41\x02\x12\x1d\n\x10platform_version\x18\x04 \x01(\tB\x03\xe0\x41\x02\x12\x19\n\x0c\x64istribution\x18\x05 \x01(\tB\x03\xe0\x41\x02\x12M\n\x0cproxy_config\x18\x06 \x01(\x0b\x32\x32.google.cloud.gkemulticloud.v1.AttachedProxyConfigB\x03\xe0\x41\x01\"\xba\x01\n\x1cUpdateAttachedClusterRequest\x12M\n\x10\x61ttached_cluster\x18\x01 \x01(\x0b\x32..google.cloud.gkemulticloud.v1.AttachedClusterB\x03\xe0\x41\x02\x12\x15\n\rvalidate_only\x18\x02 \x01(\x08\x12\x34\n\x0bupdate_mask\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x02\"_\n\x19GetAttachedClusterRequest\x12\x42\n\x04name\x18\x01 \x01(\tB4\xe0\x41\x02\xfa\x41.\n,gkemulticloud.googleapis.com/AttachedCluster\"\x8a\x01\n\x1bListAttachedClustersRequest\x12\x44\n\x06parent\x18\x01 \x01(\tB4\xe0\x41\x02\xfa\x41.\x12,gkemulticloud.googleapis.com/AttachedCluster\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x12\n\npage_token\x18\x03 \x01(\t\"\x82\x01\n\x1cListAttachedClustersResponse\x12I\n\x11\x61ttached_clusters\x18\x01 \x03(\x0b\x32..google.cloud.gkemulticloud.v1.AttachedCluster\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xb5\x01\n\x1c\x44\x65leteAttachedClusterRequest\x12\x42\n\x04name\x18\x01 \x01(\tB4\xe0\x41\x02\xfa\x41.\n,gkemulticloud.googleapis.com/AttachedCluster\x12\x15\n\rvalidate_only\x18\x02 \x01(\x08\x12\x15\n\rallow_missing\x18\x03 \x01(\x08\x12\x15\n\rignore_errors\x18\x05 \x01(\x08\x12\x0c\n\x04\x65tag\x18\x04 \x01(\t\"i\n\x1eGetAttachedServerConfigRequest\x12G\n\x04name\x18\x01 \x01(\tB9\xe0\x41\x02\xfa\x41\x33\n1gkemulticloud.googleapis.com/AttachedServerConfig\"\xca\x02\n(GenerateAttachedClusterAgentTokenRequest\x12N\n\x10\x61ttached_cluster\x18\x01 \x01(\tB4\xe0\x41\x02\xfa\x41.\n,gkemulticloud.googleapis.com/AttachedCluster\x12\x1a\n\rsubject_token\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12\x1f\n\x12subject_token_type\x18\x03 \x01(\tB\x03\xe0\x41\x02\x12\x14\n\x07version\x18\x04 \x01(\tB\x03\xe0\x41\x02\x12\x17\n\ngrant_type\x18\x06 \x01(\tB\x03\xe0\x41\x01\x12\x15\n\x08\x61udience\x18\x07 \x01(\tB\x03\xe0\x41\x01\x12\x12\n\x05scope\x18\x08 \x01(\tB\x03\xe0\x41\x01\x12!\n\x14requested_token_type\x18\t \x01(\tB\x03\xe0\x41\x01\x12\x14\n\x07options\x18\n \x01(\tB\x03\xe0\x41\x01\"\x8f\x01\n)GenerateAttachedClusterAgentTokenResponse\x12\"\n\x0c\x61\x63\x63\x65ss_token\x18\x01 \x01(\tR\x0c\x61\x63\x63\x65ss_token\x12\x1e\n\nexpires_in\x18\x02 \x01(\x05R\nexpires_in\x12\x1e\n\ntoken_type\x18\x03 \x01(\tR\ntoken_type2\xdd\x12\n\x10\x41ttachedClusters\x12\x99\x02\n\x15\x43reateAttachedCluster\x12;.google.cloud.gkemulticloud.v1.CreateAttachedClusterRequest\x1a\x1d.google.longrunning.Operation\"\xa3\x01\xca\x41$\n\x0f\x41ttachedCluster\x12\x11OperationMetadata\xda\x41+parent,attached_cluster,attached_cluster_id\x82\xd3\xe4\x93\x02H\"4/v1/{parent=projects/*/locations/*}/attachedClusters:\x10\x61ttached_cluster\x12\x9b\x02\n\x15UpdateAttachedCluster\x12;.google.cloud.gkemulticloud.v1.UpdateAttachedClusterRequest\x1a\x1d.google.longrunning.Operation\"\xa5\x01\xca\x41$\n\x0f\x41ttachedCluster\x12\x11OperationMetadata\xda\x41\x1c\x61ttached_cluster,update_mask\x82\xd3\xe4\x93\x02Y2E/v1/{attached_cluster.name=projects/*/locations/*/attachedClusters/*}:\x10\x61ttached_cluster\x12\xfd\x01\n\x15ImportAttachedCluster\x12;.google.cloud.gkemulticloud.v1.ImportAttachedClusterRequest\x1a\x1d.google.longrunning.Operation\"\x87\x01\xca\x41$\n\x0f\x41ttachedCluster\x12\x11OperationMetadata\xda\x41\x17parent,fleet_membership\x82\xd3\xe4\x93\x02@\";/v1/{parent=projects/*/locations/*}/attachedClusters:import:\x01*\x12\xc3\x01\n\x12GetAttachedCluster\x12\x38.google.cloud.gkemulticloud.v1.GetAttachedClusterRequest\x1a..google.cloud.gkemulticloud.v1.AttachedCluster\"C\xda\x41\x04name\x82\xd3\xe4\x93\x02\x36\x12\x34/v1/{name=projects/*/locations/*/attachedClusters/*}\x12\xd6\x01\n\x14ListAttachedClusters\x12:.google.cloud.gkemulticloud.v1.ListAttachedClustersRequest\x1a;.google.cloud.gkemulticloud.v1.ListAttachedClustersResponse\"E\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x36\x12\x34/v1/{parent=projects/*/locations/*}/attachedClusters\x12\xe5\x01\n\x15\x44\x65leteAttachedCluster\x12;.google.cloud.gkemulticloud.v1.DeleteAttachedClusterRequest\x1a\x1d.google.longrunning.Operation\"p\xca\x41*\n\x15google.protobuf.Empty\x12\x11OperationMetadata\xda\x41\x04name\x82\xd3\xe4\x93\x02\x36*4/v1/{name=projects/*/locations/*/attachedClusters/*}\x12\xd4\x01\n\x17GetAttachedServerConfig\x12=.google.cloud.gkemulticloud.v1.GetAttachedServerConfigRequest\x1a\x33.google.cloud.gkemulticloud.v1.AttachedServerConfig\"E\xda\x41\x04name\x82\xd3\xe4\x93\x02\x38\x12\x36/v1/{name=projects/*/locations/*/attachedServerConfig}\x12\xb6\x02\n&GenerateAttachedClusterInstallManifest\x12L.google.cloud.gkemulticloud.v1.GenerateAttachedClusterInstallManifestRequest\x1aM.google.cloud.gkemulticloud.v1.GenerateAttachedClusterInstallManifestResponse\"o\xda\x41\x1aparent,attached_cluster_id\x82\xd3\xe4\x93\x02L\x12J/v1/{parent=projects/*/locations/*}:generateAttachedClusterInstallManifest\x12\xa5\x02\n!GenerateAttachedClusterAgentToken\x12G.google.cloud.gkemulticloud.v1.GenerateAttachedClusterAgentTokenRequest\x1aH.google.cloud.gkemulticloud.v1.GenerateAttachedClusterAgentTokenResponse\"m\x82\xd3\xe4\x93\x02g\"b/v1/{attached_cluster=projects/*/locations/*/attachedClusters/*}:generateAttachedClusterAgentToken:\x01*\x1aP\xca\x41\x1cgkemulticloud.googleapis.com\xd2\x41.https://www.googleapis.com/auth/cloud-platformB\xe7\x01\n!com.google.cloud.gkemulticloud.v1B\x14\x41ttachedServiceProtoP\x01ZGcloud.google.com/go/gkemulticloud/apiv1/gkemulticloudpb;gkemulticloudpb\xaa\x02\x1dGoogle.Cloud.GkeMultiCloud.V1\xca\x02\x1dGoogle\\Cloud\\GkeMultiCloud\\V1\xea\x02 Google::Cloud::GkeMultiCloud::V1b\x06proto3"
|
|
19
19
|
|
|
20
20
|
pool = Google::Protobuf::DescriptorPool.generated_pool
|
|
21
21
|
|
|
@@ -11,7 +11,7 @@ require 'google/protobuf/timestamp_pb'
|
|
|
11
11
|
require 'google/type/date_pb'
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
descriptor_data = "\n1google/cloud/gkemulticloud/v1/aws_resources.proto\x12\x1dgoogle.cloud.gkemulticloud.v1\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x34google/cloud/gkemulticloud/v1/common_resources.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x16google/type/date.proto\"\x9d\x0b\n\nAwsCluster\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x18\n\x0b\x64\x65scription\x18\x02 \x01(\tB\x03\xe0\x41\x01\x12L\n\nnetworking\x18\x03 \x01(\x0b\x32\x33.google.cloud.gkemulticloud.v1.AwsClusterNetworkingB\x03\xe0\x41\x02\x12\x17\n\naws_region\x18\x04 \x01(\tB\x03\xe0\x41\x02\x12J\n\rcontrol_plane\x18\x05 \x01(\x0b\x32..google.cloud.gkemulticloud.v1.AwsControlPlaneB\x03\xe0\x41\x02\x12K\n\rauthorization\x18\x0f \x01(\x0b\x32/.google.cloud.gkemulticloud.v1.AwsAuthorizationB\x03\xe0\x41\x02\x12\x43\n\x05state\x18\x07 \x01(\x0e\x32/.google.cloud.gkemulticloud.v1.AwsCluster.StateB\x03\xe0\x41\x03\x12\x15\n\x08\x65ndpoint\x18\x08 \x01(\tB\x03\xe0\x41\x03\x12\x10\n\x03uid\x18\t \x01(\tB\x03\xe0\x41\x03\x12\x18\n\x0breconciling\x18\n \x01(\x08\x42\x03\xe0\x41\x03\x12\x34\n\x0b\x63reate_time\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x0c\n\x04\x65tag\x18\r \x01(\t\x12T\n\x0b\x61nnotations\x18\x0e \x03(\x0b\x32:.google.cloud.gkemulticloud.v1.AwsCluster.AnnotationsEntryB\x03\xe0\x41\x01\x12\\\n\x18workload_identity_config\x18\x10 \x01(\x0b\x32\x35.google.cloud.gkemulticloud.v1.WorkloadIdentityConfigB\x03\xe0\x41\x03\x12#\n\x16\x63luster_ca_certificate\x18\x11 \x01(\tB\x03\xe0\x41\x03\x12\x38\n\x05\x66leet\x18\x12 \x01(\x0b\x32$.google.cloud.gkemulticloud.v1.FleetB\x03\xe0\x41\x02\x12I\n\x0elogging_config\x18\x13 \x01(\x0b\x32,.google.cloud.gkemulticloud.v1.LoggingConfigB\x03\xe0\x41\x01\x12\x43\n\x06\x65rrors\x18\x14 \x03(\x0b\x32..google.cloud.gkemulticloud.v1.AwsClusterErrorB\x03\xe0\x41\x03\x12O\n\x11monitoring_config\x18\x15 \x01(\x0b\x32/.google.cloud.gkemulticloud.v1.MonitoringConfigB\x03\xe0\x41\x01\x12U\n\x14\x62inary_authorization\x18\x16 \x01(\x0b\x32\x32.google.cloud.gkemulticloud.v1.BinaryAuthorizationB\x03\xe0\x41\x01\x1a\x32\n\x10\x41nnotationsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"u\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\x10\n\x0cPROVISIONING\x10\x01\x12\x0b\n\x07RUNNING\x10\x02\x12\x0f\n\x0bRECONCILING\x10\x03\x12\x0c\n\x08STOPPING\x10\x04\x12\t\n\x05\x45RROR\x10\x05\x12\x0c\n\x08\x44\x45GRADED\x10\x06:o\xea\x41l\n\'gkemulticloud.googleapis.com/AwsCluster\x12\x41projects/{project}/locations/{location}/awsClusters/{aws_cluster}\"\xa8\x07\n\x0f\x41wsControlPlane\x12\x14\n\x07version\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12\x1a\n\rinstance_type\x18\x02 \x01(\tB\x03\xe0\x41\x01\x12\x44\n\nssh_config\x18\x0e \x01(\x0b\x32+.google.cloud.gkemulticloud.v1.AwsSshConfigB\x03\xe0\x41\x01\x12\x17\n\nsubnet_ids\x18\x04 \x03(\tB\x03\xe0\x41\x02\x12\x1f\n\x12security_group_ids\x18\x05 \x03(\tB\x03\xe0\x41\x01\x12!\n\x14iam_instance_profile\x18\x07 \x01(\tB\x03\xe0\x41\x02\x12J\n\x0broot_volume\x18\x08 \x01(\x0b\x32\x30.google.cloud.gkemulticloud.v1.AwsVolumeTemplateB\x03\xe0\x41\x01\x12J\n\x0bmain_volume\x18\t \x01(\x0b\x32\x30.google.cloud.gkemulticloud.v1.AwsVolumeTemplateB\x03\xe0\x41\x01\x12V\n\x13\x64\x61tabase_encryption\x18\n \x01(\x0b\x32\x34.google.cloud.gkemulticloud.v1.AwsDatabaseEncryptionB\x03\xe0\x41\x02\x12K\n\x04tags\x18\x0b \x03(\x0b\x32\x38.google.cloud.gkemulticloud.v1.AwsControlPlane.TagsEntryB\x03\xe0\x41\x01\x12\x62\n\x1b\x61ws_services_authentication\x18\x0c \x01(\x0b\x32\x38.google.cloud.gkemulticloud.v1.AwsServicesAuthenticationB\x03\xe0\x41\x02\x12H\n\x0cproxy_config\x18\x10 \x01(\x0b\x32-.google.cloud.gkemulticloud.v1.AwsProxyConfigB\x03\xe0\x41\x01\x12R\n\x11\x63onfig_encryption\x18\x11 \x01(\x0b\x32\x32.google.cloud.gkemulticloud.v1.AwsConfigEncryptionB\x03\xe0\x41\x02\x12T\n\x12instance_placement\x18\x12 \x01(\x0b\x32\x33.google.cloud.gkemulticloud.v1.AwsInstancePlacementB\x03\xe0\x41\x01\x1a+\n\tTagsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"R\n\x19\x41wsServicesAuthentication\x12\x15\n\x08role_arn\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12\x1e\n\x11role_session_name\x18\x02 \x01(\tB\x03\xe0\x41\x01\"\xa6\x01\n\x10\x41wsAuthorization\x12G\n\x0b\x61\x64min_users\x18\x01 \x03(\x0b\x32-.google.cloud.gkemulticloud.v1.AwsClusterUserB\x03\xe0\x41\x01\x12I\n\x0c\x61\x64min_groups\x18\x02 \x03(\x0b\x32..google.cloud.gkemulticloud.v1.AwsClusterGroupB\x03\xe0\x41\x01\"\'\n\x0e\x41wsClusterUser\x12\x15\n\x08username\x18\x01 \x01(\tB\x03\xe0\x41\x02\"%\n\x0f\x41wsClusterGroup\x12\x12\n\x05group\x18\x01 \x01(\tB\x03\xe0\x41\x02\"1\n\x15\x41wsDatabaseEncryption\x12\x18\n\x0bkms_key_arn\x18\x01 \x01(\tB\x03\xe0\x41\x02\"\x84\x02\n\x11\x41wsVolumeTemplate\x12\x15\n\x08size_gib\x18\x01 \x01(\x05\x42\x03\xe0\x41\x01\x12U\n\x0bvolume_type\x18\x02 \x01(\x0e\x32;.google.cloud.gkemulticloud.v1.AwsVolumeTemplate.VolumeTypeB\x03\xe0\x41\x01\x12\x11\n\x04iops\x18\x03 \x01(\x05\x42\x03\xe0\x41\x01\x12\x17\n\nthroughput\x18\x05 \x01(\x05\x42\x03\xe0\x41\x01\x12\x18\n\x0bkms_key_arn\x18\x04 \x01(\tB\x03\xe0\x41\x01\";\n\nVolumeType\x12\x1b\n\x17VOLUME_TYPE_UNSPECIFIED\x10\x00\x12\x07\n\x03GP2\x10\x01\x12\x07\n\x03GP3\x10\x02\"\xa9\x01\n\x14\x41wsClusterNetworking\x12\x13\n\x06vpc_id\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12$\n\x17pod_address_cidr_blocks\x18\x02 \x03(\tB\x03\xe0\x41\x02\x12(\n\x1bservice_address_cidr_blocks\x18\x03 \x03(\tB\x03\xe0\x41\x02\x12,\n\x1fper_node_pool_sg_rules_disabled\x18\x05 \x01(\x08\x42\x03\xe0\x41\x01\"\xdd\t\n\x0b\x41wsNodePool\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x14\n\x07version\x18\x03 \x01(\tB\x03\xe0\x41\x02\x12\x41\n\x06\x63onfig\x18\x1c \x01(\x0b\x32,.google.cloud.gkemulticloud.v1.AwsNodeConfigB\x03\xe0\x41\x02\x12O\n\x0b\x61utoscaling\x18\x19 \x01(\x0b\x32\x35.google.cloud.gkemulticloud.v1.AwsNodePoolAutoscalingB\x03\xe0\x41\x02\x12\x16\n\tsubnet_id\x18\x06 \x01(\tB\x03\xe0\x41\x02\x12\x44\n\x05state\x18\x10 \x01(\x0e\x32\x30.google.cloud.gkemulticloud.v1.AwsNodePool.StateB\x03\xe0\x41\x03\x12\x10\n\x03uid\x18\x11 \x01(\tB\x03\xe0\x41\x03\x12\x18\n\x0breconciling\x18\x12 \x01(\x08\x42\x03\xe0\x41\x03\x12\x34\n\x0b\x63reate_time\x18\x13 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x14 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x0c\n\x04\x65tag\x18\x15 \x01(\t\x12U\n\x0b\x61nnotations\x18\x16 \x03(\x0b\x32;.google.cloud.gkemulticloud.v1.AwsNodePool.AnnotationsEntryB\x03\xe0\x41\x01\x12R\n\x13max_pods_constraint\x18\x1b \x01(\x0b\x32\x30.google.cloud.gkemulticloud.v1.MaxPodsConstraintB\x03\xe0\x41\x02\x12\x44\n\x06\x65rrors\x18\x1d \x03(\x0b\x32/.google.cloud.gkemulticloud.v1.AwsNodePoolErrorB\x03\xe0\x41\x03\x12I\n\nmanagement\x18\x1e \x01(\x0b\x32\x30.google.cloud.gkemulticloud.v1.AwsNodeManagementB\x03\xe0\x41\x01\x12M\n\x0ekubelet_config\x18\x1f \x01(\x0b\x32\x30.google.cloud.gkemulticloud.v1.NodeKubeletConfigB\x03\xe0\x41\x01\x12K\n\x0fupdate_settings\x18 \x01(\x0b\x32-.google.cloud.gkemulticloud.v1.UpdateSettingsB\x03\xe0\x41\x01\x1a\x32\n\x10\x41nnotationsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"u\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\x10\n\x0cPROVISIONING\x10\x01\x12\x0b\n\x07RUNNING\x10\x02\x12\x0f\n\x0bRECONCILING\x10\x03\x12\x0c\n\x08STOPPING\x10\x04\x12\t\n\x05\x45RROR\x10\x05\x12\x0c\n\x08\x44\x45GRADED\x10\x06:\x8e\x01\xea\x41\x8a\x01\n(gkemulticloud.googleapis.com/AwsNodePool\x12^projects/{project}/locations/{location}/awsClusters/{aws_cluster}/awsNodePools/{aws_node_pool}\"[\n\x0eUpdateSettings\x12I\n\x0esurge_settings\x18\x01 \x01(\x0b\x32,.google.cloud.gkemulticloud.v1.SurgeSettingsB\x03\xe0\x41\x01\"E\n\rSurgeSettings\x12\x16\n\tmax_surge\x18\x01 \x01(\x05\x42\x03\xe0\x41\x01\x12\x1c\n\x0fmax_unavailable\x18\x02 \x01(\x05\x42\x03\xe0\x41\x01\"-\n\x11\x41wsNodeManagement\x12\x18\n\x0b\x61uto_repair\x18\x01 \x01(\x08\x42\x03\xe0\x41\x01\"\xfa\x07\n\rAwsNodeConfig\x12\x1a\n\rinstance_type\x18\x01 \x01(\tB\x03\xe0\x41\x01\x12J\n\x0broot_volume\x18\x02 \x01(\x0b\x32\x30.google.cloud.gkemulticloud.v1.AwsVolumeTemplateB\x03\xe0\x41\x01\x12=\n\x06taints\x18\x03 \x03(\x0b\x32(.google.cloud.gkemulticloud.v1.NodeTaintB\x03\xe0\x41\x01\x12M\n\x06labels\x18\x04 \x03(\x0b\x32\x38.google.cloud.gkemulticloud.v1.AwsNodeConfig.LabelsEntryB\x03\xe0\x41\x01\x12I\n\x04tags\x18\x05 \x03(\x0b\x32\x36.google.cloud.gkemulticloud.v1.AwsNodeConfig.TagsEntryB\x03\xe0\x41\x01\x12!\n\x14iam_instance_profile\x18\x06 \x01(\tB\x03\xe0\x41\x02\x12\x17\n\nimage_type\x18\x0b \x01(\tB\x03\xe0\x41\x01\x12\x44\n\nssh_config\x18\t \x01(\x0b\x32+.google.cloud.gkemulticloud.v1.AwsSshConfigB\x03\xe0\x41\x01\x12\x1f\n\x12security_group_ids\x18\n \x03(\tB\x03\xe0\x41\x01\x12H\n\x0cproxy_config\x18\x0c \x01(\x0b\x32-.google.cloud.gkemulticloud.v1.AwsProxyConfigB\x03\xe0\x41\x01\x12R\n\x11\x63onfig_encryption\x18\r \x01(\x0b\x32\x32.google.cloud.gkemulticloud.v1.AwsConfigEncryptionB\x03\xe0\x41\x02\x12T\n\x12instance_placement\x18\x0e \x01(\x0b\x32\x33.google.cloud.gkemulticloud.v1.AwsInstancePlacementB\x03\xe0\x41\x01\x12p\n\x1e\x61utoscaling_metrics_collection\x18\x0f \x01(\x0b\x32\x43.google.cloud.gkemulticloud.v1.AwsAutoscalingGroupMetricsCollectionB\x03\xe0\x41\x01\x12\x43\n\x0bspot_config\x18\x10 \x01(\x0b\x32).google.cloud.gkemulticloud.v1.SpotConfigB\x03\xe0\x41\x01\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a+\n\tTagsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"R\n\x16\x41wsNodePoolAutoscaling\x12\x1b\n\x0emin_node_count\x18\x01 \x01(\x05\x42\x03\xe0\x41\x02\x12\x1b\n\x0emax_node_count\x18\x02 \x01(\x05\x42\x03\xe0\x41\x02\"\xd4\x01\n\x0f\x41wsOpenIdConfig\x12\x0e\n\x06issuer\x18\x01 \x01(\t\x12\x10\n\x08jwks_uri\x18\x02 \x01(\t\x12 \n\x18response_types_supported\x18\x03 \x03(\t\x12\x1f\n\x17subject_types_supported\x18\x04 \x03(\t\x12-\n%id_token_signing_alg_values_supported\x18\x05 \x03(\t\x12\x18\n\x10\x63laims_supported\x18\x06 \x03(\t\x12\x13\n\x0bgrant_types\x18\x07 \x03(\t\"B\n\x0e\x41wsJsonWebKeys\x12\x30\n\x04keys\x18\x01 \x03(\x0b\x32\".google.cloud.gkemulticloud.v1.Jwk\"\xf4\x01\n\x0f\x41wsServerConfig\x12\x0c\n\x04name\x18\x01 \x01(\t\x12H\n\x0evalid_versions\x18\x02 \x03(\x0b\x32\x30.google.cloud.gkemulticloud.v1.AwsK8sVersionInfo\x12\x1d\n\x15supported_aws_regions\x18\x03 \x03(\t:j\xea\x41g\n,gkemulticloud.googleapis.com/AwsServerConfig\x12\x37projects/{project}/locations/{location}/awsServerConfig\"\xb4\x01\n\x11\x41wsK8sVersionInfo\x12\x0f\n\x07version\x18\x01 \x01(\t\x12\x14\n\x07\x65nabled\x18\x03 \x01(\x08\x42\x03\xe0\x41\x01\x12\x18\n\x0b\x65nd_of_life\x18\x04 \x01(\x08\x42\x03\xe0\x41\x01\x12\x30\n\x10\x65nd_of_life_date\x18\x05 \x01(\x0b\x32\x11.google.type.DateB\x03\xe0\x41\x01\x12,\n\x0crelease_date\x18\x06 \x01(\x0b\x32\x11.google.type.DateB\x03\xe0\x41\x01\")\n\x0c\x41wsSshConfig\x12\x19\n\x0c\x65\x63\x32_key_pair\x18\x01 \x01(\tB\x03\xe0\x41\x02\"<\n\x0e\x41wsProxyConfig\x12\x12\n\nsecret_arn\x18\x01 \x01(\t\x12\x16\n\x0esecret_version\x18\x02 \x01(\t\"/\n\x13\x41wsConfigEncryption\x12\x18\n\x0bkms_key_arn\x18\x01 \x01(\tB\x03\xe0\x41\x02\"\xb3\x01\n\x14\x41wsInstancePlacement\x12Q\n\x07tenancy\x18\x01 \x01(\x0e\x32;.google.cloud.gkemulticloud.v1.AwsInstancePlacement.TenancyB\x03\xe0\x41\x02\"H\n\x07Tenancy\x12\x17\n\x13TENANCY_UNSPECIFIED\x10\x00\x12\x0b\n\x07\x44\x45\x46\x41ULT\x10\x01\x12\r\n\tDEDICATED\x10\x02\x12\x08\n\x04HOST\x10\x03\"V\n$AwsAutoscalingGroupMetricsCollection\x12\x18\n\x0bgranularity\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12\x14\n\x07metrics\x18\x02 \x03(\tB\x03\xe0\x41\x01\")\n\nSpotConfig\x12\x1b\n\x0einstance_types\x18\x01 \x03(\tB\x03\xe0\x41\x02\"\"\n\x0f\x41wsClusterError\x12\x0f\n\x07message\x18\x01 \x01(\t\"#\n\x10\x41wsNodePoolError\x12\x0f\n\x07message\x18\x01 \x01(\tB\xe4\x01\n!com.google.cloud.gkemulticloud.v1B\x11\x41wsResourcesProtoP\x01ZGcloud.google.com/go/gkemulticloud/apiv1/gkemulticloudpb;gkemulticloudpb\xaa\x02\x1dGoogle.Cloud.GkeMultiCloud.V1\xca\x02\x1dGoogle\\Cloud\\GkeMultiCloud\\V1\xea\x02 Google::Cloud::GkeMultiCloud::V1b\x06proto3"
|
|
14
|
+
descriptor_data = "\n1google/cloud/gkemulticloud/v1/aws_resources.proto\x12\x1dgoogle.cloud.gkemulticloud.v1\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x34google/cloud/gkemulticloud/v1/common_resources.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x16google/type/date.proto\"\x9f\x0b\n\nAwsCluster\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x18\n\x0b\x64\x65scription\x18\x02 \x01(\tB\x03\xe0\x41\x01\x12L\n\nnetworking\x18\x03 \x01(\x0b\x32\x33.google.cloud.gkemulticloud.v1.AwsClusterNetworkingB\x03\xe0\x41\x02\x12\x17\n\naws_region\x18\x04 \x01(\tB\x03\xe0\x41\x02\x12J\n\rcontrol_plane\x18\x05 \x01(\x0b\x32..google.cloud.gkemulticloud.v1.AwsControlPlaneB\x03\xe0\x41\x02\x12K\n\rauthorization\x18\x0f \x01(\x0b\x32/.google.cloud.gkemulticloud.v1.AwsAuthorizationB\x03\xe0\x41\x02\x12\x43\n\x05state\x18\x07 \x01(\x0e\x32/.google.cloud.gkemulticloud.v1.AwsCluster.StateB\x03\xe0\x41\x03\x12\x15\n\x08\x65ndpoint\x18\x08 \x01(\tB\x03\xe0\x41\x03\x12\x10\n\x03uid\x18\t \x01(\tB\x03\xe0\x41\x03\x12\x18\n\x0breconciling\x18\n \x01(\x08\x42\x03\xe0\x41\x03\x12\x34\n\x0b\x63reate_time\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x0c\n\x04\x65tag\x18\r \x01(\t\x12T\n\x0b\x61nnotations\x18\x0e \x03(\x0b\x32:.google.cloud.gkemulticloud.v1.AwsCluster.AnnotationsEntryB\x03\xe0\x41\x01\x12\\\n\x18workload_identity_config\x18\x10 \x01(\x0b\x32\x35.google.cloud.gkemulticloud.v1.WorkloadIdentityConfigB\x03\xe0\x41\x03\x12#\n\x16\x63luster_ca_certificate\x18\x11 \x01(\tB\x03\xe0\x41\x03\x12\x38\n\x05\x66leet\x18\x12 \x01(\x0b\x32$.google.cloud.gkemulticloud.v1.FleetB\x03\xe0\x41\x02\x12I\n\x0elogging_config\x18\x13 \x01(\x0b\x32,.google.cloud.gkemulticloud.v1.LoggingConfigB\x03\xe0\x41\x01\x12\x43\n\x06\x65rrors\x18\x14 \x03(\x0b\x32..google.cloud.gkemulticloud.v1.AwsClusterErrorB\x03\xe0\x41\x03\x12O\n\x11monitoring_config\x18\x15 \x01(\x0b\x32/.google.cloud.gkemulticloud.v1.MonitoringConfigB\x03\xe0\x41\x01\x12U\n\x14\x62inary_authorization\x18\x16 \x01(\x0b\x32\x32.google.cloud.gkemulticloud.v1.BinaryAuthorizationB\x03\xe0\x41\x01\x1a\x32\n\x10\x41nnotationsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"u\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\x10\n\x0cPROVISIONING\x10\x01\x12\x0b\n\x07RUNNING\x10\x02\x12\x0f\n\x0bRECONCILING\x10\x03\x12\x0c\n\x08STOPPING\x10\x04\x12\t\n\x05\x45RROR\x10\x05\x12\x0c\n\x08\x44\x45GRADED\x10\x06:q\x18\x01\xea\x41l\n\'gkemulticloud.googleapis.com/AwsCluster\x12\x41projects/{project}/locations/{location}/awsClusters/{aws_cluster}\"\xac\x07\n\x0f\x41wsControlPlane\x12\x14\n\x07version\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12\x1a\n\rinstance_type\x18\x02 \x01(\tB\x03\xe0\x41\x01\x12\x44\n\nssh_config\x18\x0e \x01(\x0b\x32+.google.cloud.gkemulticloud.v1.AwsSshConfigB\x03\xe0\x41\x01\x12\x17\n\nsubnet_ids\x18\x04 \x03(\tB\x03\xe0\x41\x02\x12\x1f\n\x12security_group_ids\x18\x05 \x03(\tB\x03\xe0\x41\x01\x12!\n\x14iam_instance_profile\x18\x07 \x01(\tB\x03\xe0\x41\x02\x12J\n\x0broot_volume\x18\x08 \x01(\x0b\x32\x30.google.cloud.gkemulticloud.v1.AwsVolumeTemplateB\x03\xe0\x41\x01\x12J\n\x0bmain_volume\x18\t \x01(\x0b\x32\x30.google.cloud.gkemulticloud.v1.AwsVolumeTemplateB\x03\xe0\x41\x01\x12V\n\x13\x64\x61tabase_encryption\x18\n \x01(\x0b\x32\x34.google.cloud.gkemulticloud.v1.AwsDatabaseEncryptionB\x03\xe0\x41\x02\x12K\n\x04tags\x18\x0b \x03(\x0b\x32\x38.google.cloud.gkemulticloud.v1.AwsControlPlane.TagsEntryB\x03\xe0\x41\x01\x12\x62\n\x1b\x61ws_services_authentication\x18\x0c \x01(\x0b\x32\x38.google.cloud.gkemulticloud.v1.AwsServicesAuthenticationB\x03\xe0\x41\x02\x12H\n\x0cproxy_config\x18\x10 \x01(\x0b\x32-.google.cloud.gkemulticloud.v1.AwsProxyConfigB\x03\xe0\x41\x01\x12R\n\x11\x63onfig_encryption\x18\x11 \x01(\x0b\x32\x32.google.cloud.gkemulticloud.v1.AwsConfigEncryptionB\x03\xe0\x41\x02\x12T\n\x12instance_placement\x18\x12 \x01(\x0b\x32\x33.google.cloud.gkemulticloud.v1.AwsInstancePlacementB\x03\xe0\x41\x01\x1a+\n\tTagsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01:\x02\x18\x01\"V\n\x19\x41wsServicesAuthentication\x12\x15\n\x08role_arn\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12\x1e\n\x11role_session_name\x18\x02 \x01(\tB\x03\xe0\x41\x01:\x02\x18\x01\"\xaa\x01\n\x10\x41wsAuthorization\x12G\n\x0b\x61\x64min_users\x18\x01 \x03(\x0b\x32-.google.cloud.gkemulticloud.v1.AwsClusterUserB\x03\xe0\x41\x01\x12I\n\x0c\x61\x64min_groups\x18\x02 \x03(\x0b\x32..google.cloud.gkemulticloud.v1.AwsClusterGroupB\x03\xe0\x41\x01:\x02\x18\x01\"+\n\x0e\x41wsClusterUser\x12\x15\n\x08username\x18\x01 \x01(\tB\x03\xe0\x41\x02:\x02\x18\x01\")\n\x0f\x41wsClusterGroup\x12\x12\n\x05group\x18\x01 \x01(\tB\x03\xe0\x41\x02:\x02\x18\x01\"5\n\x15\x41wsDatabaseEncryption\x12\x18\n\x0bkms_key_arn\x18\x01 \x01(\tB\x03\xe0\x41\x02:\x02\x18\x01\"\x88\x02\n\x11\x41wsVolumeTemplate\x12\x15\n\x08size_gib\x18\x01 \x01(\x05\x42\x03\xe0\x41\x01\x12U\n\x0bvolume_type\x18\x02 \x01(\x0e\x32;.google.cloud.gkemulticloud.v1.AwsVolumeTemplate.VolumeTypeB\x03\xe0\x41\x01\x12\x11\n\x04iops\x18\x03 \x01(\x05\x42\x03\xe0\x41\x01\x12\x17\n\nthroughput\x18\x05 \x01(\x05\x42\x03\xe0\x41\x01\x12\x18\n\x0bkms_key_arn\x18\x04 \x01(\tB\x03\xe0\x41\x01\";\n\nVolumeType\x12\x1b\n\x17VOLUME_TYPE_UNSPECIFIED\x10\x00\x12\x07\n\x03GP2\x10\x01\x12\x07\n\x03GP3\x10\x02:\x02\x18\x01\"\xad\x01\n\x14\x41wsClusterNetworking\x12\x13\n\x06vpc_id\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12$\n\x17pod_address_cidr_blocks\x18\x02 \x03(\tB\x03\xe0\x41\x02\x12(\n\x1bservice_address_cidr_blocks\x18\x03 \x03(\tB\x03\xe0\x41\x02\x12,\n\x1fper_node_pool_sg_rules_disabled\x18\x05 \x01(\x08\x42\x03\xe0\x41\x01:\x02\x18\x01\"\xdf\t\n\x0b\x41wsNodePool\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x14\n\x07version\x18\x03 \x01(\tB\x03\xe0\x41\x02\x12\x41\n\x06\x63onfig\x18\x1c \x01(\x0b\x32,.google.cloud.gkemulticloud.v1.AwsNodeConfigB\x03\xe0\x41\x02\x12O\n\x0b\x61utoscaling\x18\x19 \x01(\x0b\x32\x35.google.cloud.gkemulticloud.v1.AwsNodePoolAutoscalingB\x03\xe0\x41\x02\x12\x16\n\tsubnet_id\x18\x06 \x01(\tB\x03\xe0\x41\x02\x12\x44\n\x05state\x18\x10 \x01(\x0e\x32\x30.google.cloud.gkemulticloud.v1.AwsNodePool.StateB\x03\xe0\x41\x03\x12\x10\n\x03uid\x18\x11 \x01(\tB\x03\xe0\x41\x03\x12\x18\n\x0breconciling\x18\x12 \x01(\x08\x42\x03\xe0\x41\x03\x12\x34\n\x0b\x63reate_time\x18\x13 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x14 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x0c\n\x04\x65tag\x18\x15 \x01(\t\x12U\n\x0b\x61nnotations\x18\x16 \x03(\x0b\x32;.google.cloud.gkemulticloud.v1.AwsNodePool.AnnotationsEntryB\x03\xe0\x41\x01\x12R\n\x13max_pods_constraint\x18\x1b \x01(\x0b\x32\x30.google.cloud.gkemulticloud.v1.MaxPodsConstraintB\x03\xe0\x41\x02\x12\x44\n\x06\x65rrors\x18\x1d \x03(\x0b\x32/.google.cloud.gkemulticloud.v1.AwsNodePoolErrorB\x03\xe0\x41\x03\x12I\n\nmanagement\x18\x1e \x01(\x0b\x32\x30.google.cloud.gkemulticloud.v1.AwsNodeManagementB\x03\xe0\x41\x01\x12M\n\x0ekubelet_config\x18\x1f \x01(\x0b\x32\x30.google.cloud.gkemulticloud.v1.NodeKubeletConfigB\x03\xe0\x41\x01\x12K\n\x0fupdate_settings\x18 \x01(\x0b\x32-.google.cloud.gkemulticloud.v1.UpdateSettingsB\x03\xe0\x41\x01\x1a\x32\n\x10\x41nnotationsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"u\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\x10\n\x0cPROVISIONING\x10\x01\x12\x0b\n\x07RUNNING\x10\x02\x12\x0f\n\x0bRECONCILING\x10\x03\x12\x0c\n\x08STOPPING\x10\x04\x12\t\n\x05\x45RROR\x10\x05\x12\x0c\n\x08\x44\x45GRADED\x10\x06:\x90\x01\x18\x01\xea\x41\x8a\x01\n(gkemulticloud.googleapis.com/AwsNodePool\x12^projects/{project}/locations/{location}/awsClusters/{aws_cluster}/awsNodePools/{aws_node_pool}\"_\n\x0eUpdateSettings\x12I\n\x0esurge_settings\x18\x01 \x01(\x0b\x32,.google.cloud.gkemulticloud.v1.SurgeSettingsB\x03\xe0\x41\x01:\x02\x18\x01\"I\n\rSurgeSettings\x12\x16\n\tmax_surge\x18\x01 \x01(\x05\x42\x03\xe0\x41\x01\x12\x1c\n\x0fmax_unavailable\x18\x02 \x01(\x05\x42\x03\xe0\x41\x01:\x02\x18\x01\"1\n\x11\x41wsNodeManagement\x12\x18\n\x0b\x61uto_repair\x18\x01 \x01(\x08\x42\x03\xe0\x41\x01:\x02\x18\x01\"\xfe\x07\n\rAwsNodeConfig\x12\x1a\n\rinstance_type\x18\x01 \x01(\tB\x03\xe0\x41\x01\x12J\n\x0broot_volume\x18\x02 \x01(\x0b\x32\x30.google.cloud.gkemulticloud.v1.AwsVolumeTemplateB\x03\xe0\x41\x01\x12=\n\x06taints\x18\x03 \x03(\x0b\x32(.google.cloud.gkemulticloud.v1.NodeTaintB\x03\xe0\x41\x01\x12M\n\x06labels\x18\x04 \x03(\x0b\x32\x38.google.cloud.gkemulticloud.v1.AwsNodeConfig.LabelsEntryB\x03\xe0\x41\x01\x12I\n\x04tags\x18\x05 \x03(\x0b\x32\x36.google.cloud.gkemulticloud.v1.AwsNodeConfig.TagsEntryB\x03\xe0\x41\x01\x12!\n\x14iam_instance_profile\x18\x06 \x01(\tB\x03\xe0\x41\x02\x12\x17\n\nimage_type\x18\x0b \x01(\tB\x03\xe0\x41\x01\x12\x44\n\nssh_config\x18\t \x01(\x0b\x32+.google.cloud.gkemulticloud.v1.AwsSshConfigB\x03\xe0\x41\x01\x12\x1f\n\x12security_group_ids\x18\n \x03(\tB\x03\xe0\x41\x01\x12H\n\x0cproxy_config\x18\x0c \x01(\x0b\x32-.google.cloud.gkemulticloud.v1.AwsProxyConfigB\x03\xe0\x41\x01\x12R\n\x11\x63onfig_encryption\x18\r \x01(\x0b\x32\x32.google.cloud.gkemulticloud.v1.AwsConfigEncryptionB\x03\xe0\x41\x02\x12T\n\x12instance_placement\x18\x0e \x01(\x0b\x32\x33.google.cloud.gkemulticloud.v1.AwsInstancePlacementB\x03\xe0\x41\x01\x12p\n\x1e\x61utoscaling_metrics_collection\x18\x0f \x01(\x0b\x32\x43.google.cloud.gkemulticloud.v1.AwsAutoscalingGroupMetricsCollectionB\x03\xe0\x41\x01\x12\x43\n\x0bspot_config\x18\x10 \x01(\x0b\x32).google.cloud.gkemulticloud.v1.SpotConfigB\x03\xe0\x41\x01\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a+\n\tTagsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01:\x02\x18\x01\"V\n\x16\x41wsNodePoolAutoscaling\x12\x1b\n\x0emin_node_count\x18\x01 \x01(\x05\x42\x03\xe0\x41\x02\x12\x1b\n\x0emax_node_count\x18\x02 \x01(\x05\x42\x03\xe0\x41\x02:\x02\x18\x01\"\xdb\x02\n\x0f\x41wsOpenIdConfig\x12\x0e\n\x06issuer\x18\x01 \x01(\t\x12\x1a\n\x08jwks_uri\x18\x02 \x01(\tR\x08jwks_uri\x12:\n\x18response_types_supported\x18\x03 \x03(\tR\x18response_types_supported\x12\x38\n\x17subject_types_supported\x18\x04 \x03(\tR\x17subject_types_supported\x12T\n%id_token_signing_alg_values_supported\x18\x05 \x03(\tR%id_token_signing_alg_values_supported\x12*\n\x10\x63laims_supported\x18\x06 \x03(\tR\x10\x63laims_supported\x12 \n\x0bgrant_types\x18\x07 \x03(\tR\x0bgrant_types:\x02\x18\x01\"F\n\x0e\x41wsJsonWebKeys\x12\x30\n\x04keys\x18\x01 \x03(\x0b\x32\".google.cloud.gkemulticloud.v1.Jwk:\x02\x18\x01\"\xf6\x01\n\x0f\x41wsServerConfig\x12\x0c\n\x04name\x18\x01 \x01(\t\x12H\n\x0evalid_versions\x18\x02 \x03(\x0b\x32\x30.google.cloud.gkemulticloud.v1.AwsK8sVersionInfo\x12\x1d\n\x15supported_aws_regions\x18\x03 \x03(\t:l\x18\x01\xea\x41g\n,gkemulticloud.googleapis.com/AwsServerConfig\x12\x37projects/{project}/locations/{location}/awsServerConfig\"\xb8\x01\n\x11\x41wsK8sVersionInfo\x12\x0f\n\x07version\x18\x01 \x01(\t\x12\x14\n\x07\x65nabled\x18\x03 \x01(\x08\x42\x03\xe0\x41\x01\x12\x18\n\x0b\x65nd_of_life\x18\x04 \x01(\x08\x42\x03\xe0\x41\x01\x12\x30\n\x10\x65nd_of_life_date\x18\x05 \x01(\x0b\x32\x11.google.type.DateB\x03\xe0\x41\x01\x12,\n\x0crelease_date\x18\x06 \x01(\x0b\x32\x11.google.type.DateB\x03\xe0\x41\x01:\x02\x18\x01\"-\n\x0c\x41wsSshConfig\x12\x19\n\x0c\x65\x63\x32_key_pair\x18\x01 \x01(\tB\x03\xe0\x41\x02:\x02\x18\x01\"@\n\x0e\x41wsProxyConfig\x12\x12\n\nsecret_arn\x18\x01 \x01(\t\x12\x16\n\x0esecret_version\x18\x02 \x01(\t:\x02\x18\x01\"3\n\x13\x41wsConfigEncryption\x12\x18\n\x0bkms_key_arn\x18\x01 \x01(\tB\x03\xe0\x41\x02:\x02\x18\x01\"\xb7\x01\n\x14\x41wsInstancePlacement\x12Q\n\x07tenancy\x18\x01 \x01(\x0e\x32;.google.cloud.gkemulticloud.v1.AwsInstancePlacement.TenancyB\x03\xe0\x41\x02\"H\n\x07Tenancy\x12\x17\n\x13TENANCY_UNSPECIFIED\x10\x00\x12\x0b\n\x07\x44\x45\x46\x41ULT\x10\x01\x12\r\n\tDEDICATED\x10\x02\x12\x08\n\x04HOST\x10\x03:\x02\x18\x01\"Z\n$AwsAutoscalingGroupMetricsCollection\x12\x18\n\x0bgranularity\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12\x14\n\x07metrics\x18\x02 \x03(\tB\x03\xe0\x41\x01:\x02\x18\x01\"-\n\nSpotConfig\x12\x1b\n\x0einstance_types\x18\x01 \x03(\tB\x03\xe0\x41\x02:\x02\x18\x01\"&\n\x0f\x41wsClusterError\x12\x0f\n\x07message\x18\x01 \x01(\t:\x02\x18\x01\"\'\n\x10\x41wsNodePoolError\x12\x0f\n\x07message\x18\x01 \x01(\t:\x02\x18\x01\x42\xe4\x01\n!com.google.cloud.gkemulticloud.v1B\x11\x41wsResourcesProtoP\x01ZGcloud.google.com/go/gkemulticloud/apiv1/gkemulticloudpb;gkemulticloudpb\xaa\x02\x1dGoogle.Cloud.GkeMultiCloud.V1\xca\x02\x1dGoogle\\Cloud\\GkeMultiCloud\\V1\xea\x02 Google::Cloud::GkeMultiCloud::V1b\x06proto3"
|
|
15
15
|
|
|
16
16
|
pool = Google::Protobuf::DescriptorPool.generated_pool
|
|
17
17
|
|