google-cloud-gke_multi_cloud-v1 0.17.0 → 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/attached_clusters/client.rb +20 -3
- data/lib/google/cloud/gke_multi_cloud/v1/attached_clusters/operations.rb +20 -3
- data/lib/google/cloud/gke_multi_cloud/v1/aws_clusters/client.rb +54 -3
- data/lib/google/cloud/gke_multi_cloud/v1/aws_clusters/operations.rb +20 -3
- 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 +60 -3
- data/lib/google/cloud/gke_multi_cloud/v1/azure_clusters/operations.rb +20 -3
- 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
|
@@ -22,6 +22,7 @@ module Google
|
|
|
22
22
|
module GkeMultiCloud
|
|
23
23
|
module V1
|
|
24
24
|
# Request message for `AzureClusters.CreateAzureCluster` method.
|
|
25
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
25
26
|
# @!attribute [rw] parent
|
|
26
27
|
# @return [::String]
|
|
27
28
|
# Required. The parent location where this
|
|
@@ -56,6 +57,7 @@ module Google
|
|
|
56
57
|
end
|
|
57
58
|
|
|
58
59
|
# Request message for `AzureClusters.UpdateAzureCluster` method.
|
|
60
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
59
61
|
# @!attribute [rw] azure_cluster
|
|
60
62
|
# @return [::Google::Cloud::GkeMultiCloud::V1::AzureCluster]
|
|
61
63
|
# Required. The {::Google::Cloud::GkeMultiCloud::V1::AzureCluster AzureCluster}
|
|
@@ -92,6 +94,7 @@ module Google
|
|
|
92
94
|
end
|
|
93
95
|
|
|
94
96
|
# Request message for `AzureClusters.GetAzureCluster` method.
|
|
97
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
95
98
|
# @!attribute [rw] name
|
|
96
99
|
# @return [::String]
|
|
97
100
|
# Required. The name of the
|
|
@@ -109,6 +112,7 @@ module Google
|
|
|
109
112
|
end
|
|
110
113
|
|
|
111
114
|
# Request message for `AzureClusters.ListAzureClusters` method.
|
|
115
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
112
116
|
# @!attribute [rw] parent
|
|
113
117
|
# @return [::String]
|
|
114
118
|
# Required. The parent location which owns this collection of
|
|
@@ -138,6 +142,7 @@ module Google
|
|
|
138
142
|
end
|
|
139
143
|
|
|
140
144
|
# Response message for `AzureClusters.ListAzureClusters` method.
|
|
145
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
141
146
|
# @!attribute [rw] azure_clusters
|
|
142
147
|
# @return [::Array<::Google::Cloud::GkeMultiCloud::V1::AzureCluster>]
|
|
143
148
|
# A list of {::Google::Cloud::GkeMultiCloud::V1::AzureCluster AzureCluster}
|
|
@@ -152,6 +157,7 @@ module Google
|
|
|
152
157
|
end
|
|
153
158
|
|
|
154
159
|
# Request message for `AzureClusters.DeleteAzureCluster` method.
|
|
160
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
155
161
|
# @!attribute [rw] name
|
|
156
162
|
# @return [::String]
|
|
157
163
|
# Required. The resource name the
|
|
@@ -194,6 +200,7 @@ module Google
|
|
|
194
200
|
end
|
|
195
201
|
|
|
196
202
|
# Response message for `AzureClusters.CreateAzureNodePool` method.
|
|
203
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
197
204
|
# @!attribute [rw] parent
|
|
198
205
|
# @return [::String]
|
|
199
206
|
# Required. The {::Google::Cloud::GkeMultiCloud::V1::AzureCluster AzureCluster}
|
|
@@ -229,6 +236,7 @@ module Google
|
|
|
229
236
|
end
|
|
230
237
|
|
|
231
238
|
# Request message for `AzureClusters.UpdateAzureNodePool` method.
|
|
239
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
232
240
|
# @!attribute [rw] azure_node_pool
|
|
233
241
|
# @return [::Google::Cloud::GkeMultiCloud::V1::AzureNodePool]
|
|
234
242
|
# Required. The {::Google::Cloud::GkeMultiCloud::V1::AzureNodePool AzureNodePool}
|
|
@@ -255,6 +263,7 @@ module Google
|
|
|
255
263
|
end
|
|
256
264
|
|
|
257
265
|
# Request message for `AzureClusters.GetAzureNodePool` method.
|
|
266
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
258
267
|
# @!attribute [rw] name
|
|
259
268
|
# @return [::String]
|
|
260
269
|
# Required. The name of the
|
|
@@ -272,6 +281,7 @@ module Google
|
|
|
272
281
|
end
|
|
273
282
|
|
|
274
283
|
# Request message for `AzureClusters.ListAzureNodePools` method.
|
|
284
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
275
285
|
# @!attribute [rw] parent
|
|
276
286
|
# @return [::String]
|
|
277
287
|
# Required. The parent `AzureCluster` which owns this collection of
|
|
@@ -302,6 +312,7 @@ module Google
|
|
|
302
312
|
end
|
|
303
313
|
|
|
304
314
|
# Response message for `AzureClusters.ListAzureNodePools` method.
|
|
315
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
305
316
|
# @!attribute [rw] azure_node_pools
|
|
306
317
|
# @return [::Array<::Google::Cloud::GkeMultiCloud::V1::AzureNodePool>]
|
|
307
318
|
# A list of {::Google::Cloud::GkeMultiCloud::V1::AzureNodePool AzureNodePool}
|
|
@@ -316,6 +327,7 @@ module Google
|
|
|
316
327
|
end
|
|
317
328
|
|
|
318
329
|
# Request message for `AzureClusters.DeleteAzureNodePool` method.
|
|
330
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
319
331
|
# @!attribute [rw] name
|
|
320
332
|
# @return [::String]
|
|
321
333
|
# Required. The resource name the
|
|
@@ -361,6 +373,7 @@ module Google
|
|
|
361
373
|
|
|
362
374
|
# GetAzureOpenIdConfigRequest gets the OIDC discovery document for the
|
|
363
375
|
# cluster. See the OpenID Connect Discovery 1.0 specification for details.
|
|
376
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
364
377
|
# @!attribute [rw] azure_cluster
|
|
365
378
|
# @return [::String]
|
|
366
379
|
# Required. The AzureCluster, which owns the OIDC discovery document.
|
|
@@ -375,6 +388,7 @@ module Google
|
|
|
375
388
|
# cluster to sign token requests. This will be the jwks_uri for the discover
|
|
376
389
|
# document returned by getOpenIDConfig. See the OpenID Connect
|
|
377
390
|
# Discovery 1.0 specification for details.
|
|
391
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
378
392
|
# @!attribute [rw] azure_cluster
|
|
379
393
|
# @return [::String]
|
|
380
394
|
# Required. The AzureCluster, which owns the JsonWebKeys.
|
|
@@ -386,6 +400,7 @@ module Google
|
|
|
386
400
|
end
|
|
387
401
|
|
|
388
402
|
# GetAzureServerConfigRequest gets the server config of GKE cluster on Azure.
|
|
403
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
389
404
|
# @!attribute [rw] name
|
|
390
405
|
# @return [::String]
|
|
391
406
|
# Required. The name of the
|
|
@@ -403,6 +418,7 @@ module Google
|
|
|
403
418
|
end
|
|
404
419
|
|
|
405
420
|
# Request message for `AzureClusters.CreateAzureClient` method.
|
|
421
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
406
422
|
# @!attribute [rw] parent
|
|
407
423
|
# @return [::String]
|
|
408
424
|
# Required. The parent location where this
|
|
@@ -437,6 +453,7 @@ module Google
|
|
|
437
453
|
end
|
|
438
454
|
|
|
439
455
|
# Request message for `AzureClusters.GetAzureClient` method.
|
|
456
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
440
457
|
# @!attribute [rw] name
|
|
441
458
|
# @return [::String]
|
|
442
459
|
# Required. The name of the
|
|
@@ -455,6 +472,7 @@ module Google
|
|
|
455
472
|
end
|
|
456
473
|
|
|
457
474
|
# Request message for `AzureClusters.ListAzureClients` method.
|
|
475
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
458
476
|
# @!attribute [rw] parent
|
|
459
477
|
# @return [::String]
|
|
460
478
|
# Required. The parent location which owns this collection of
|
|
@@ -484,6 +502,7 @@ module Google
|
|
|
484
502
|
end
|
|
485
503
|
|
|
486
504
|
# Response message for `AzureClusters.ListAzureClients` method.
|
|
505
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
487
506
|
# @!attribute [rw] azure_clients
|
|
488
507
|
# @return [::Array<::Google::Cloud::GkeMultiCloud::V1::AzureClient>]
|
|
489
508
|
# A list of {::Google::Cloud::GkeMultiCloud::V1::AzureClient AzureClient}
|
|
@@ -498,6 +517,7 @@ module Google
|
|
|
498
517
|
end
|
|
499
518
|
|
|
500
519
|
# Request message for `AzureClusters.DeleteAzureClient` method.
|
|
520
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
501
521
|
# @!attribute [rw] name
|
|
502
522
|
# @return [::String]
|
|
503
523
|
# Required. The resource name the
|
|
@@ -526,6 +546,7 @@ module Google
|
|
|
526
546
|
end
|
|
527
547
|
|
|
528
548
|
# Request message for `AzureClusters.GenerateAzureAccessToken` method.
|
|
549
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
529
550
|
# @!attribute [rw] azure_cluster
|
|
530
551
|
# @return [::String]
|
|
531
552
|
# Required. The name of the
|
|
@@ -543,6 +564,7 @@ module Google
|
|
|
543
564
|
end
|
|
544
565
|
|
|
545
566
|
# Response message for `AzureClusters.GenerateAzureAccessToken` method.
|
|
567
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
546
568
|
# @!attribute [r] access_token
|
|
547
569
|
# @return [::String]
|
|
548
570
|
# Output only. Access token to authenticate to k8s api-server.
|
|
@@ -554,6 +576,7 @@ module Google
|
|
|
554
576
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
555
577
|
end
|
|
556
578
|
|
|
579
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
557
580
|
# @!attribute [rw] azure_cluster
|
|
558
581
|
# @return [::String]
|
|
559
582
|
# Required.
|
|
@@ -589,6 +612,7 @@ module Google
|
|
|
589
612
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
590
613
|
end
|
|
591
614
|
|
|
615
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
592
616
|
# @!attribute [rw] access_token
|
|
593
617
|
# @return [::String]
|
|
594
618
|
# @!attribute [rw] expires_in
|
|
@@ -102,9 +102,8 @@ module Google
|
|
|
102
102
|
# operation. Possible values are "create", "delete", "update" and "import".
|
|
103
103
|
# @!attribute [r] requested_cancellation
|
|
104
104
|
# @return [::Boolean]
|
|
105
|
-
# Output only. Identifies whether
|
|
106
|
-
#
|
|
107
|
-
# have
|
|
105
|
+
# Output only. Identifies whether cancellation has been requested for the
|
|
106
|
+
# operation. Operations that have successfully been cancelled have
|
|
108
107
|
# {::Google::Longrunning::Operation#error google.longrunning.Operation.error}
|
|
109
108
|
# value with a {::Google::Rpc::Status#code google.rpc.Status.code} of 1,
|
|
110
109
|
# corresponding to `Code.CANCELLED`.
|