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
|
@@ -22,6 +22,7 @@ module Google
|
|
|
22
22
|
module GkeMultiCloud
|
|
23
23
|
module V1
|
|
24
24
|
# Request message for `AwsClusters.CreateAwsCluster` 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 `AwsClusters.UpdateAwsCluster` method.
|
|
60
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
59
61
|
# @!attribute [rw] aws_cluster
|
|
60
62
|
# @return [::Google::Cloud::GkeMultiCloud::V1::AwsCluster]
|
|
61
63
|
# Required. The {::Google::Cloud::GkeMultiCloud::V1::AwsCluster AwsCluster}
|
|
@@ -102,6 +104,7 @@ module Google
|
|
|
102
104
|
end
|
|
103
105
|
|
|
104
106
|
# Request message for `AwsClusters.GetAwsCluster` method.
|
|
107
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
105
108
|
# @!attribute [rw] name
|
|
106
109
|
# @return [::String]
|
|
107
110
|
# Required. The name of the
|
|
@@ -119,6 +122,7 @@ module Google
|
|
|
119
122
|
end
|
|
120
123
|
|
|
121
124
|
# Request message for `AwsClusters.ListAwsClusters` method.
|
|
125
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
122
126
|
# @!attribute [rw] parent
|
|
123
127
|
# @return [::String]
|
|
124
128
|
# Required. The parent location which owns this collection of
|
|
@@ -148,6 +152,7 @@ module Google
|
|
|
148
152
|
end
|
|
149
153
|
|
|
150
154
|
# Response message for `AwsClusters.ListAwsClusters` method.
|
|
155
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
151
156
|
# @!attribute [rw] aws_clusters
|
|
152
157
|
# @return [::Array<::Google::Cloud::GkeMultiCloud::V1::AwsCluster>]
|
|
153
158
|
# A list of {::Google::Cloud::GkeMultiCloud::V1::AwsCluster AwsCluster} resources
|
|
@@ -162,6 +167,7 @@ module Google
|
|
|
162
167
|
end
|
|
163
168
|
|
|
164
169
|
# Request message for `AwsClusters.DeleteAwsCluster` method.
|
|
170
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
165
171
|
# @!attribute [rw] name
|
|
166
172
|
# @return [::String]
|
|
167
173
|
# Required. The resource name the
|
|
@@ -204,6 +210,7 @@ module Google
|
|
|
204
210
|
end
|
|
205
211
|
|
|
206
212
|
# Response message for `AwsClusters.CreateAwsNodePool` method.
|
|
213
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
207
214
|
# @!attribute [rw] parent
|
|
208
215
|
# @return [::String]
|
|
209
216
|
# Required. The {::Google::Cloud::GkeMultiCloud::V1::AwsCluster AwsCluster}
|
|
@@ -239,6 +246,7 @@ module Google
|
|
|
239
246
|
end
|
|
240
247
|
|
|
241
248
|
# Request message for `AwsClusters.UpdateAwsNodePool` method.
|
|
249
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
242
250
|
# @!attribute [rw] aws_node_pool
|
|
243
251
|
# @return [::Google::Cloud::GkeMultiCloud::V1::AwsNodePool]
|
|
244
252
|
# Required. The {::Google::Cloud::GkeMultiCloud::V1::AwsNodePool AwsNodePool}
|
|
@@ -288,6 +296,7 @@ module Google
|
|
|
288
296
|
end
|
|
289
297
|
|
|
290
298
|
# Request message for `AwsClusters.RollbackAwsNodePoolUpdate` method.
|
|
299
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
291
300
|
# @!attribute [rw] name
|
|
292
301
|
# @return [::String]
|
|
293
302
|
# Required. The name of the
|
|
@@ -309,6 +318,7 @@ module Google
|
|
|
309
318
|
end
|
|
310
319
|
|
|
311
320
|
# Request message for `AwsClusters.GetAwsNodePool` method.
|
|
321
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
312
322
|
# @!attribute [rw] name
|
|
313
323
|
# @return [::String]
|
|
314
324
|
# Required. The name of the
|
|
@@ -326,6 +336,7 @@ module Google
|
|
|
326
336
|
end
|
|
327
337
|
|
|
328
338
|
# Request message for `AwsClusters.ListAwsNodePools` method.
|
|
339
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
329
340
|
# @!attribute [rw] parent
|
|
330
341
|
# @return [::String]
|
|
331
342
|
# Required. The parent `AwsCluster` which owns this collection of
|
|
@@ -356,6 +367,7 @@ module Google
|
|
|
356
367
|
end
|
|
357
368
|
|
|
358
369
|
# Response message for `AwsClusters.ListAwsNodePools` method.
|
|
370
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
359
371
|
# @!attribute [rw] aws_node_pools
|
|
360
372
|
# @return [::Array<::Google::Cloud::GkeMultiCloud::V1::AwsNodePool>]
|
|
361
373
|
# A list of {::Google::Cloud::GkeMultiCloud::V1::AwsNodePool AwsNodePool}
|
|
@@ -370,6 +382,7 @@ module Google
|
|
|
370
382
|
end
|
|
371
383
|
|
|
372
384
|
# Request message for `AwsClusters.DeleteAwsNodePool` method.
|
|
385
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
373
386
|
# @!attribute [rw] name
|
|
374
387
|
# @return [::String]
|
|
375
388
|
# Required. The resource name the
|
|
@@ -414,6 +427,7 @@ module Google
|
|
|
414
427
|
|
|
415
428
|
# GetAwsOpenIdConfigRequest gets the OIDC discovery document for the
|
|
416
429
|
# cluster. See the OpenID Connect Discovery 1.0 specification for details.
|
|
430
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
417
431
|
# @!attribute [rw] aws_cluster
|
|
418
432
|
# @return [::String]
|
|
419
433
|
# Required. The AwsCluster, which owns the OIDC discovery document.
|
|
@@ -428,6 +442,7 @@ module Google
|
|
|
428
442
|
# cluster to sign token requests. This will be the jwks_uri for the discover
|
|
429
443
|
# document returned by getOpenIDConfig. See the OpenID Connect
|
|
430
444
|
# Discovery 1.0 specification for details.
|
|
445
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
431
446
|
# @!attribute [rw] aws_cluster
|
|
432
447
|
# @return [::String]
|
|
433
448
|
# Required. The AwsCluster, which owns the JsonWebKeys.
|
|
@@ -439,6 +454,7 @@ module Google
|
|
|
439
454
|
end
|
|
440
455
|
|
|
441
456
|
# GetAwsServerConfigRequest gets the server config of GKE cluster on AWS.
|
|
457
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
442
458
|
# @!attribute [rw] name
|
|
443
459
|
# @return [::String]
|
|
444
460
|
# Required. The name of the
|
|
@@ -456,6 +472,7 @@ module Google
|
|
|
456
472
|
end
|
|
457
473
|
|
|
458
474
|
# Request message for `AwsClusters.GenerateAwsAccessToken` method.
|
|
475
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
459
476
|
# @!attribute [rw] aws_cluster
|
|
460
477
|
# @return [::String]
|
|
461
478
|
# Required. The name of the
|
|
@@ -473,6 +490,7 @@ module Google
|
|
|
473
490
|
end
|
|
474
491
|
|
|
475
492
|
# Response message for `AwsClusters.GenerateAwsAccessToken` method.
|
|
493
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
476
494
|
# @!attribute [r] access_token
|
|
477
495
|
# @return [::String]
|
|
478
496
|
# Output only. Access token to authenticate to k8s api-server.
|
|
@@ -484,6 +502,7 @@ module Google
|
|
|
484
502
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
485
503
|
end
|
|
486
504
|
|
|
505
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
487
506
|
# @!attribute [rw] aws_cluster
|
|
488
507
|
# @return [::String]
|
|
489
508
|
# Required.
|
|
@@ -519,6 +538,7 @@ module Google
|
|
|
519
538
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
|
520
539
|
end
|
|
521
540
|
|
|
541
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
522
542
|
# @!attribute [rw] access_token
|
|
523
543
|
# @return [::String]
|
|
524
544
|
# @!attribute [rw] expires_in
|
|
@@ -22,6 +22,7 @@ module Google
|
|
|
22
22
|
module GkeMultiCloud
|
|
23
23
|
module V1
|
|
24
24
|
# An Anthos cluster running on Azure.
|
|
25
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
25
26
|
# @!attribute [rw] name
|
|
26
27
|
# @return [::String]
|
|
27
28
|
# The name of this resource.
|
|
@@ -179,6 +180,7 @@ module Google
|
|
|
179
180
|
end
|
|
180
181
|
|
|
181
182
|
# ClusterNetworking contains cluster-wide networking configuration.
|
|
183
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
182
184
|
# @!attribute [rw] virtual_network_id
|
|
183
185
|
# @return [::String]
|
|
184
186
|
# Required. The Azure Resource Manager (ARM) ID of the VNet associated with
|
|
@@ -223,6 +225,7 @@ module Google
|
|
|
223
225
|
end
|
|
224
226
|
|
|
225
227
|
# AzureControlPlane represents the control plane configurations.
|
|
228
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
226
229
|
# @!attribute [rw] version
|
|
227
230
|
# @return [::String]
|
|
228
231
|
# Required. The Kubernetes version to run on control plane replicas
|
|
@@ -310,6 +313,7 @@ module Google
|
|
|
310
313
|
end
|
|
311
314
|
|
|
312
315
|
# Configuration for the placement of a control plane replica.
|
|
316
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
313
317
|
# @!attribute [rw] subnet_id
|
|
314
318
|
# @return [::String]
|
|
315
319
|
# Required. For a given replica, the ARM ID of the subnet where the control
|
|
@@ -325,6 +329,7 @@ module Google
|
|
|
325
329
|
end
|
|
326
330
|
|
|
327
331
|
# Details of a proxy config stored in Azure Key Vault.
|
|
332
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
328
333
|
# @!attribute [rw] resource_group_id
|
|
329
334
|
# @return [::String]
|
|
330
335
|
# The ARM ID the of the resource group containing proxy keyvault.
|
|
@@ -350,6 +355,7 @@ module Google
|
|
|
350
355
|
#
|
|
351
356
|
# Anthos clusters on Azure encrypts your Kubernetes data at rest
|
|
352
357
|
# in etcd using Azure Key Vault.
|
|
358
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
353
359
|
# @!attribute [rw] key_id
|
|
354
360
|
# @return [::String]
|
|
355
361
|
# Required. The ARM ID of the Azure Key Vault key to encrypt / decrypt data.
|
|
@@ -367,6 +373,7 @@ module Google
|
|
|
367
373
|
#
|
|
368
374
|
# Azure VM bootstrap secret is envelope encrypted with the provided key vault
|
|
369
375
|
# key.
|
|
376
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
370
377
|
# @!attribute [rw] key_id
|
|
371
378
|
# @return [::String]
|
|
372
379
|
# Required. The ARM ID of the Azure Key Vault key to encrypt / decrypt config
|
|
@@ -388,6 +395,7 @@ module Google
|
|
|
388
395
|
end
|
|
389
396
|
|
|
390
397
|
# Configuration for Azure Disks.
|
|
398
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
391
399
|
# @!attribute [rw] size_gib
|
|
392
400
|
# @return [::Integer]
|
|
393
401
|
# Optional. The size of the disk, in GiBs.
|
|
@@ -411,6 +419,7 @@ module Google
|
|
|
411
419
|
#
|
|
412
420
|
# Each `AzureClient` resource is bound to a single Azure Active Directory
|
|
413
421
|
# Application and tenant.
|
|
422
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
414
423
|
# @!attribute [rw] name
|
|
415
424
|
# @return [::String]
|
|
416
425
|
# The name of this resource.
|
|
@@ -467,6 +476,7 @@ module Google
|
|
|
467
476
|
end
|
|
468
477
|
|
|
469
478
|
# Configuration related to the cluster RBAC settings.
|
|
479
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
470
480
|
# @!attribute [rw] admin_users
|
|
471
481
|
# @return [::Array<::Google::Cloud::GkeMultiCloud::V1::AzureClusterUser>]
|
|
472
482
|
# Optional. Users that can perform operations as a cluster admin. A managed
|
|
@@ -489,6 +499,7 @@ module Google
|
|
|
489
499
|
end
|
|
490
500
|
|
|
491
501
|
# Authentication configuration for the management of Azure resources.
|
|
502
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
492
503
|
# @!attribute [rw] tenant_id
|
|
493
504
|
# @return [::String]
|
|
494
505
|
# Required. The Azure Active Directory Tenant ID.
|
|
@@ -501,6 +512,7 @@ module Google
|
|
|
501
512
|
end
|
|
502
513
|
|
|
503
514
|
# Identities of a user-type subject for Azure clusters.
|
|
515
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
504
516
|
# @!attribute [rw] username
|
|
505
517
|
# @return [::String]
|
|
506
518
|
# Required. The name of the user, e.g. `my-gcp-id@gmail.com`.
|
|
@@ -510,6 +522,7 @@ module Google
|
|
|
510
522
|
end
|
|
511
523
|
|
|
512
524
|
# Identities of a group-type subject for Azure clusters.
|
|
525
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
513
526
|
# @!attribute [rw] group
|
|
514
527
|
# @return [::String]
|
|
515
528
|
# Required. The name of the group, e.g. `my-group@domain.com`.
|
|
@@ -519,6 +532,7 @@ module Google
|
|
|
519
532
|
end
|
|
520
533
|
|
|
521
534
|
# An Anthos node pool running on Azure.
|
|
535
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
522
536
|
# @!attribute [rw] name
|
|
523
537
|
# @return [::String]
|
|
524
538
|
# The name of this resource.
|
|
@@ -634,6 +648,7 @@ module Google
|
|
|
634
648
|
|
|
635
649
|
# AzureNodeManagement defines the set of node management features turned on for
|
|
636
650
|
# an Azure node pool.
|
|
651
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
637
652
|
# @!attribute [rw] auto_repair
|
|
638
653
|
# @return [::Boolean]
|
|
639
654
|
# Optional. Whether or not the nodes will be automatically repaired. When set
|
|
@@ -647,6 +662,7 @@ module Google
|
|
|
647
662
|
|
|
648
663
|
# Parameters that describe the configuration of all node machines
|
|
649
664
|
# on a given node pool.
|
|
665
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
650
666
|
# @!attribute [rw] vm_size
|
|
651
667
|
# @return [::String]
|
|
652
668
|
# Optional. The Azure VM size name. Example: `Standard_DS2_v2`.
|
|
@@ -719,6 +735,7 @@ module Google
|
|
|
719
735
|
#
|
|
720
736
|
# The Kubernetes cluster autoscaler will automatically adjust the
|
|
721
737
|
# size of the node pool based on the cluster load.
|
|
738
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
722
739
|
# @!attribute [rw] min_node_count
|
|
723
740
|
# @return [::Integer]
|
|
724
741
|
# Required. Minimum number of nodes in the node pool. Must be greater than or
|
|
@@ -734,6 +751,7 @@ module Google
|
|
|
734
751
|
|
|
735
752
|
# AzureOpenIdConfig is an OIDC discovery document for the cluster.
|
|
736
753
|
# See the OpenID Connect Discovery 1.0 specification for details.
|
|
754
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
737
755
|
# @!attribute [rw] issuer
|
|
738
756
|
# @return [::String]
|
|
739
757
|
# OIDC Issuer.
|
|
@@ -761,6 +779,7 @@ module Google
|
|
|
761
779
|
end
|
|
762
780
|
|
|
763
781
|
# AzureJsonWebKeys is a valid JSON Web Key Set as specififed in RFC 7517.
|
|
782
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
764
783
|
# @!attribute [rw] keys
|
|
765
784
|
# @return [::Array<::Google::Cloud::GkeMultiCloud::V1::Jwk>]
|
|
766
785
|
# The public component of the keys used by the cluster to sign token
|
|
@@ -772,6 +791,7 @@ module Google
|
|
|
772
791
|
|
|
773
792
|
# AzureServerConfig contains information about a Google Cloud location, such as
|
|
774
793
|
# supported Azure regions and Kubernetes versions.
|
|
794
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
775
795
|
# @!attribute [rw] name
|
|
776
796
|
# @return [::String]
|
|
777
797
|
# The `AzureServerConfig` resource name.
|
|
@@ -796,6 +816,7 @@ module Google
|
|
|
796
816
|
end
|
|
797
817
|
|
|
798
818
|
# Kubernetes version information of GKE cluster on Azure.
|
|
819
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
799
820
|
# @!attribute [rw] version
|
|
800
821
|
# @return [::String]
|
|
801
822
|
# Kubernetes version name (for example, `1.19.10-gke.1000`)
|
|
@@ -825,6 +846,7 @@ module Google
|
|
|
825
846
|
end
|
|
826
847
|
|
|
827
848
|
# SSH configuration for Azure resources.
|
|
849
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
828
850
|
# @!attribute [rw] authorized_key
|
|
829
851
|
# @return [::String]
|
|
830
852
|
# Required. The SSH public key data for VMs managed by Anthos. This accepts
|
|
@@ -838,6 +860,7 @@ module Google
|
|
|
838
860
|
# Managed Azure resources for the cluster.
|
|
839
861
|
#
|
|
840
862
|
# The values could change and be empty, depending on the state of the cluster.
|
|
863
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
841
864
|
# @!attribute [r] network_security_group_id
|
|
842
865
|
# @return [::String]
|
|
843
866
|
# Output only. The ARM ID of the cluster network security group.
|
|
@@ -850,6 +873,7 @@ module Google
|
|
|
850
873
|
end
|
|
851
874
|
|
|
852
875
|
# AzureClusterError describes errors found on Azure clusters.
|
|
876
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
853
877
|
# @!attribute [rw] message
|
|
854
878
|
# @return [::String]
|
|
855
879
|
# Human-friendly description of the error.
|
|
@@ -859,6 +883,7 @@ module Google
|
|
|
859
883
|
end
|
|
860
884
|
|
|
861
885
|
# AzureNodePoolError describes errors found on Azure node pools.
|
|
886
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
862
887
|
# @!attribute [rw] message
|
|
863
888
|
# @return [::String]
|
|
864
889
|
# Human-friendly description of the error.
|
|
@@ -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`.
|