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
|
# An Anthos cluster running on AWS.
|
|
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.
|
|
@@ -152,6 +153,7 @@ module Google
|
|
|
152
153
|
end
|
|
153
154
|
|
|
154
155
|
# ControlPlane defines common parameters between control plane nodes.
|
|
156
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
155
157
|
# @!attribute [rw] version
|
|
156
158
|
# @return [::String]
|
|
157
159
|
# Required. The Kubernetes version to run on control plane replicas
|
|
@@ -242,6 +244,7 @@ module Google
|
|
|
242
244
|
end
|
|
243
245
|
|
|
244
246
|
# Authentication configuration for the management of AWS resources.
|
|
247
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
245
248
|
# @!attribute [rw] role_arn
|
|
246
249
|
# @return [::String]
|
|
247
250
|
# Required. The Amazon Resource Name (ARN) of the role that the Anthos
|
|
@@ -257,6 +260,7 @@ module Google
|
|
|
257
260
|
end
|
|
258
261
|
|
|
259
262
|
# Configuration related to the cluster RBAC settings.
|
|
263
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
260
264
|
# @!attribute [rw] admin_users
|
|
261
265
|
# @return [::Array<::Google::Cloud::GkeMultiCloud::V1::AwsClusterUser>]
|
|
262
266
|
# Optional. Users that can perform operations as a cluster admin. A managed
|
|
@@ -279,6 +283,7 @@ module Google
|
|
|
279
283
|
end
|
|
280
284
|
|
|
281
285
|
# Identities of a user-type subject for AWS clusters.
|
|
286
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
282
287
|
# @!attribute [rw] username
|
|
283
288
|
# @return [::String]
|
|
284
289
|
# Required. The name of the user, e.g. `my-gcp-id@gmail.com`.
|
|
@@ -288,6 +293,7 @@ module Google
|
|
|
288
293
|
end
|
|
289
294
|
|
|
290
295
|
# Identities of a group-type subject for AWS clusters.
|
|
296
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
291
297
|
# @!attribute [rw] group
|
|
292
298
|
# @return [::String]
|
|
293
299
|
# Required. The name of the group, e.g. `my-group@domain.com`.
|
|
@@ -297,6 +303,7 @@ module Google
|
|
|
297
303
|
end
|
|
298
304
|
|
|
299
305
|
# Configuration related to application-layer secrets encryption.
|
|
306
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
300
307
|
# @!attribute [rw] kms_key_arn
|
|
301
308
|
# @return [::String]
|
|
302
309
|
# Required. The ARN of the AWS KMS key used to encrypt cluster secrets.
|
|
@@ -306,6 +313,7 @@ module Google
|
|
|
306
313
|
end
|
|
307
314
|
|
|
308
315
|
# Configuration template for AWS EBS volumes.
|
|
316
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
309
317
|
# @!attribute [rw] size_gib
|
|
310
318
|
# @return [::Integer]
|
|
311
319
|
# Optional. The size of the volume, in GiBs.
|
|
@@ -326,7 +334,7 @@ module Google
|
|
|
326
334
|
# Optional. The throughput that the volume supports, in MiB/s. Only valid if
|
|
327
335
|
# volume_type is GP3.
|
|
328
336
|
#
|
|
329
|
-
# If the volume_type is GP3 and this is not
|
|
337
|
+
# If the volume_type is GP3 and this is not specified, it defaults to 125.
|
|
330
338
|
# @!attribute [rw] kms_key_arn
|
|
331
339
|
# @return [::String]
|
|
332
340
|
# Optional. The Amazon Resource Name (ARN) of the Customer Managed Key (CMK)
|
|
@@ -358,6 +366,7 @@ module Google
|
|
|
358
366
|
#
|
|
359
367
|
# Anthos clusters on AWS run on a single VPC. This includes control
|
|
360
368
|
# plane replicas and node pool nodes.
|
|
369
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
361
370
|
# @!attribute [rw] vpc_id
|
|
362
371
|
# @return [::String]
|
|
363
372
|
# Required. The VPC associated with the cluster. All component clusters
|
|
@@ -387,6 +396,7 @@ module Google
|
|
|
387
396
|
end
|
|
388
397
|
|
|
389
398
|
# An Anthos node pool running on AWS.
|
|
399
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
390
400
|
# @!attribute [rw] name
|
|
391
401
|
# @return [::String]
|
|
392
402
|
# The name of this resource.
|
|
@@ -527,6 +537,7 @@ module Google
|
|
|
527
537
|
# unavailable during the update.
|
|
528
538
|
# 3. (max_surge + max_unavailable) determines the level of parallelism (i.e.,
|
|
529
539
|
# the number of nodes being updated at the same time).
|
|
540
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
530
541
|
# @!attribute [rw] surge_settings
|
|
531
542
|
# @return [::Google::Cloud::GkeMultiCloud::V1::SurgeSettings]
|
|
532
543
|
# Optional. Settings for surge update.
|
|
@@ -536,6 +547,7 @@ module Google
|
|
|
536
547
|
end
|
|
537
548
|
|
|
538
549
|
# SurgeSettings contains the parameters for Surge update.
|
|
550
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
539
551
|
# @!attribute [rw] max_surge
|
|
540
552
|
# @return [::Integer]
|
|
541
553
|
# Optional. The maximum number of nodes that can be created beyond the
|
|
@@ -552,6 +564,7 @@ module Google
|
|
|
552
564
|
|
|
553
565
|
# AwsNodeManagement defines the set of node management features turned on for
|
|
554
566
|
# an AWS node pool.
|
|
567
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
555
568
|
# @!attribute [rw] auto_repair
|
|
556
569
|
# @return [::Boolean]
|
|
557
570
|
# Optional. Whether or not the nodes will be automatically repaired. When set
|
|
@@ -564,6 +577,7 @@ module Google
|
|
|
564
577
|
end
|
|
565
578
|
|
|
566
579
|
# Parameters that describe the nodes in a cluster.
|
|
580
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
567
581
|
# @!attribute [rw] instance_type
|
|
568
582
|
# @return [::String]
|
|
569
583
|
# Optional. The EC2 instance type when creating on-Demand instances.
|
|
@@ -657,6 +671,7 @@ module Google
|
|
|
657
671
|
|
|
658
672
|
# AwsNodePoolAutoscaling contains information required by cluster autoscaler
|
|
659
673
|
# to adjust the size of the node pool to the current cluster usage.
|
|
674
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
660
675
|
# @!attribute [rw] min_node_count
|
|
661
676
|
# @return [::Integer]
|
|
662
677
|
# Required. Minimum number of nodes in the node pool. Must be greater than or
|
|
@@ -672,6 +687,7 @@ module Google
|
|
|
672
687
|
|
|
673
688
|
# AwsOpenIdConfig is an OIDC discovery document for the cluster.
|
|
674
689
|
# See the OpenID Connect Discovery 1.0 specification for details.
|
|
690
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
675
691
|
# @!attribute [rw] issuer
|
|
676
692
|
# @return [::String]
|
|
677
693
|
# OIDC Issuer.
|
|
@@ -699,6 +715,7 @@ module Google
|
|
|
699
715
|
end
|
|
700
716
|
|
|
701
717
|
# AwsJsonWebKeys is a valid JSON Web Key Set as specififed in RFC 7517.
|
|
718
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
702
719
|
# @!attribute [rw] keys
|
|
703
720
|
# @return [::Array<::Google::Cloud::GkeMultiCloud::V1::Jwk>]
|
|
704
721
|
# The public component of the keys used by the cluster to sign token
|
|
@@ -709,6 +726,7 @@ module Google
|
|
|
709
726
|
end
|
|
710
727
|
|
|
711
728
|
# AwsServerConfig is the configuration of GKE cluster on AWS.
|
|
729
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
712
730
|
# @!attribute [rw] name
|
|
713
731
|
# @return [::String]
|
|
714
732
|
# The resource name of the config.
|
|
@@ -727,6 +745,7 @@ module Google
|
|
|
727
745
|
end
|
|
728
746
|
|
|
729
747
|
# Kubernetes version information of GKE cluster on AWS.
|
|
748
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
730
749
|
# @!attribute [rw] version
|
|
731
750
|
# @return [::String]
|
|
732
751
|
# Kubernetes version name.
|
|
@@ -756,6 +775,7 @@ module Google
|
|
|
756
775
|
end
|
|
757
776
|
|
|
758
777
|
# SSH configuration for AWS resources.
|
|
778
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
759
779
|
# @!attribute [rw] ec2_key_pair
|
|
760
780
|
# @return [::String]
|
|
761
781
|
# Required. The name of the EC2 key pair used to login into cluster machines.
|
|
@@ -765,6 +785,7 @@ module Google
|
|
|
765
785
|
end
|
|
766
786
|
|
|
767
787
|
# Details of a proxy config stored in AWS Secret Manager.
|
|
788
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
768
789
|
# @!attribute [rw] secret_arn
|
|
769
790
|
# @return [::String]
|
|
770
791
|
# The ARN of the AWS Secret Manager secret that contains the HTTP(S) proxy
|
|
@@ -783,6 +804,7 @@ module Google
|
|
|
783
804
|
end
|
|
784
805
|
|
|
785
806
|
# Config encryption for user data.
|
|
807
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
786
808
|
# @!attribute [rw] kms_key_arn
|
|
787
809
|
# @return [::String]
|
|
788
810
|
# Required. The ARN of the AWS KMS key used to encrypt user data.
|
|
@@ -796,6 +818,7 @@ module Google
|
|
|
796
818
|
#
|
|
797
819
|
# * T3 instances that use the unlimited CPU credit option don't support host
|
|
798
820
|
# tenancy.
|
|
821
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
799
822
|
# @!attribute [rw] tenancy
|
|
800
823
|
# @return [::Google::Cloud::GkeMultiCloud::V1::AwsInstancePlacement::Tenancy]
|
|
801
824
|
# Required. The tenancy for instance.
|
|
@@ -821,6 +844,7 @@ module Google
|
|
|
821
844
|
|
|
822
845
|
# Configuration related to CloudWatch metrics collection in an AWS
|
|
823
846
|
# Auto Scaling group.
|
|
847
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
824
848
|
# @!attribute [rw] granularity
|
|
825
849
|
# @return [::String]
|
|
826
850
|
# Required. The frequency at which EC2 Auto Scaling sends aggregated data to
|
|
@@ -837,6 +861,7 @@ module Google
|
|
|
837
861
|
end
|
|
838
862
|
|
|
839
863
|
# SpotConfig has configuration info for Spot node.
|
|
864
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
840
865
|
# @!attribute [rw] instance_types
|
|
841
866
|
# @return [::Array<::String>]
|
|
842
867
|
# Required. A list of instance types for creating spot node pool.
|
|
@@ -846,6 +871,7 @@ module Google
|
|
|
846
871
|
end
|
|
847
872
|
|
|
848
873
|
# AwsClusterError describes errors found on AWS clusters.
|
|
874
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
849
875
|
# @!attribute [rw] message
|
|
850
876
|
# @return [::String]
|
|
851
877
|
# Human-friendly description of the error.
|
|
@@ -855,6 +881,7 @@ module Google
|
|
|
855
881
|
end
|
|
856
882
|
|
|
857
883
|
# AwsNodePoolError describes errors found on AWS node pools.
|
|
884
|
+
# @deprecated This message is deprecated and may be removed in the next major version update.
|
|
858
885
|
# @!attribute [rw] message
|
|
859
886
|
# @return [::String]
|
|
860
887
|
# 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 `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.
|