google-apis-container_v1 0.28.0 → 0.31.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2dad562040d38bb6d76f9befca43c76b0ed5d70aed534607224963d2d20e5eec
|
4
|
+
data.tar.gz: bb450f1a726508916d8ac35276d4503bc88ef1e4b348fe28fdb46185df5582b4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6dd1f9b3e304418277a189e234425b27513790d6c20dfd826d1f4b87fc8c426de232a335eecb754214e225396947f5db1a1781f3e5cd424d4a4d386483b1d4d0
|
7
|
+
data.tar.gz: 5e628d504478edd9d703e8e67c6b95ab205ea7383d221e731195f981ab0436c42ca37b85985e4756c1e40d32ae95d3c53f65822d8d785e6094119a3490aa2c95
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,18 @@
|
|
1
1
|
# Release history for google-apis-container_v1
|
2
2
|
|
3
|
+
### v0.31.0 (2022-06-05)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220518
|
6
|
+
* Regenerated using generator version 0.5.0
|
7
|
+
|
8
|
+
### v0.30.0 (2022-05-10)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20220420
|
11
|
+
|
12
|
+
### v0.29.0 (2022-05-03)
|
13
|
+
|
14
|
+
* Regenerated from discovery document revision 20220419
|
15
|
+
|
3
16
|
### v0.28.0 (2022-04-26)
|
4
17
|
|
5
18
|
* Regenerated from discovery document revision 20220330
|
@@ -44,6 +44,12 @@ module Google
|
|
44
44
|
# @return [String]
|
45
45
|
attr_accessor :gpu_partition_size
|
46
46
|
|
47
|
+
# GPUSharingConfig represents the GPU sharing configuration for Hardware
|
48
|
+
# Accelerators.
|
49
|
+
# Corresponds to the JSON property `gpuSharingConfig`
|
50
|
+
# @return [Google::Apis::ContainerV1::GpuSharingConfig]
|
51
|
+
attr_accessor :gpu_sharing_config
|
52
|
+
|
47
53
|
def initialize(**args)
|
48
54
|
update!(**args)
|
49
55
|
end
|
@@ -53,6 +59,7 @@ module Google
|
|
53
59
|
@accelerator_count = args[:accelerator_count] if args.key?(:accelerator_count)
|
54
60
|
@accelerator_type = args[:accelerator_type] if args.key?(:accelerator_type)
|
55
61
|
@gpu_partition_size = args[:gpu_partition_size] if args.key?(:gpu_partition_size)
|
62
|
+
@gpu_sharing_config = args[:gpu_sharing_config] if args.key?(:gpu_sharing_config)
|
56
63
|
end
|
57
64
|
end
|
58
65
|
|
@@ -358,6 +365,12 @@ module Google
|
|
358
365
|
attr_accessor :enabled
|
359
366
|
alias_method :enabled?, :enabled
|
360
367
|
|
368
|
+
# Mode of operation for binauthz policy evaluation. Currently the only options
|
369
|
+
# are equivalent to enable/disable. If unspecified, defaults to DISABLED.
|
370
|
+
# Corresponds to the JSON property `evaluationMode`
|
371
|
+
# @return [String]
|
372
|
+
attr_accessor :evaluation_mode
|
373
|
+
|
361
374
|
def initialize(**args)
|
362
375
|
update!(**args)
|
363
376
|
end
|
@@ -365,6 +378,7 @@ module Google
|
|
365
378
|
# Update properties of this object
|
366
379
|
def update!(**args)
|
367
380
|
@enabled = args[:enabled] if args.key?(:enabled)
|
381
|
+
@evaluation_mode = args[:evaluation_mode] if args.key?(:evaluation_mode)
|
368
382
|
end
|
369
383
|
end
|
370
384
|
|
@@ -385,8 +399,8 @@ module Google
|
|
385
399
|
attr_accessor :operation_id
|
386
400
|
|
387
401
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
388
|
-
# //
|
389
|
-
# replaced by the name field.
|
402
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
403
|
+
# field has been deprecated and replaced by the name field.
|
390
404
|
# Corresponds to the JSON property `projectId`
|
391
405
|
# @return [String]
|
392
406
|
attr_accessor :project_id
|
@@ -763,9 +777,9 @@ module Google
|
|
763
777
|
# @return [Google::Apis::ContainerV1::NetworkPolicy]
|
764
778
|
attr_accessor :network_policy
|
765
779
|
|
766
|
-
# Parameters that describe the nodes in a cluster.
|
767
|
-
#
|
768
|
-
#
|
780
|
+
# Parameters that describe the nodes in a cluster. GKE Autopilot clusters do not
|
781
|
+
# recognize parameters in `NodeConfig`. Use AutoprovisioningNodePoolDefaults
|
782
|
+
# instead.
|
769
783
|
# Corresponds to the JSON property `nodeConfig`
|
770
784
|
# @return [Google::Apis::ContainerV1::NodeConfig]
|
771
785
|
attr_accessor :node_config
|
@@ -1287,8 +1301,8 @@ module Google
|
|
1287
1301
|
attr_accessor :name
|
1288
1302
|
|
1289
1303
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
1290
|
-
# //
|
1291
|
-
# deprecated and replaced by the name field.
|
1304
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
1305
|
+
# field has been deprecated and replaced by the name field.
|
1292
1306
|
# Corresponds to the JSON property `projectId`
|
1293
1307
|
# @return [String]
|
1294
1308
|
attr_accessor :project_id
|
@@ -1391,8 +1405,8 @@ module Google
|
|
1391
1405
|
attr_accessor :parent
|
1392
1406
|
|
1393
1407
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
1394
|
-
# //
|
1395
|
-
# replaced by the parent field.
|
1408
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
1409
|
+
# field has been deprecated and replaced by the parent field.
|
1396
1410
|
# Corresponds to the JSON property `projectId`
|
1397
1411
|
# @return [String]
|
1398
1412
|
attr_accessor :project_id
|
@@ -1444,8 +1458,8 @@ module Google
|
|
1444
1458
|
attr_accessor :parent
|
1445
1459
|
|
1446
1460
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
1447
|
-
# //
|
1448
|
-
# deprecated and replaced by the parent field.
|
1461
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
1462
|
+
# field has been deprecated and replaced by the parent field.
|
1449
1463
|
# Corresponds to the JSON property `projectId`
|
1450
1464
|
# @return [String]
|
1451
1465
|
attr_accessor :project_id
|
@@ -1636,6 +1650,32 @@ module Google
|
|
1636
1650
|
end
|
1637
1651
|
end
|
1638
1652
|
|
1653
|
+
# GPUSharingConfig represents the GPU sharing configuration for Hardware
|
1654
|
+
# Accelerators.
|
1655
|
+
class GpuSharingConfig
|
1656
|
+
include Google::Apis::Core::Hashable
|
1657
|
+
|
1658
|
+
# The type of GPU sharing strategy to enable on the GPU node.
|
1659
|
+
# Corresponds to the JSON property `gpuSharingStrategy`
|
1660
|
+
# @return [String]
|
1661
|
+
attr_accessor :gpu_sharing_strategy
|
1662
|
+
|
1663
|
+
# The max number of containers that can share a physical GPU.
|
1664
|
+
# Corresponds to the JSON property `maxSharedClientsPerGpu`
|
1665
|
+
# @return [Fixnum]
|
1666
|
+
attr_accessor :max_shared_clients_per_gpu
|
1667
|
+
|
1668
|
+
def initialize(**args)
|
1669
|
+
update!(**args)
|
1670
|
+
end
|
1671
|
+
|
1672
|
+
# Update properties of this object
|
1673
|
+
def update!(**args)
|
1674
|
+
@gpu_sharing_strategy = args[:gpu_sharing_strategy] if args.key?(:gpu_sharing_strategy)
|
1675
|
+
@max_shared_clients_per_gpu = args[:max_shared_clients_per_gpu] if args.key?(:max_shared_clients_per_gpu)
|
1676
|
+
end
|
1677
|
+
end
|
1678
|
+
|
1639
1679
|
# Configuration for the Compute Engine PD CSI driver.
|
1640
1680
|
class GcePersistentDiskCsiDriverConfig
|
1641
1681
|
include Google::Apis::Core::Hashable
|
@@ -2815,9 +2855,9 @@ module Google
|
|
2815
2855
|
end
|
2816
2856
|
end
|
2817
2857
|
|
2818
|
-
# Parameters that describe the nodes in a cluster.
|
2819
|
-
#
|
2820
|
-
#
|
2858
|
+
# Parameters that describe the nodes in a cluster. GKE Autopilot clusters do not
|
2859
|
+
# recognize parameters in `NodeConfig`. Use AutoprovisioningNodePoolDefaults
|
2860
|
+
# instead.
|
2821
2861
|
class NodeConfig
|
2822
2862
|
include Google::Apis::Core::Hashable
|
2823
2863
|
|
@@ -2841,6 +2881,12 @@ module Google
|
|
2841
2881
|
# @return [String]
|
2842
2882
|
attr_accessor :boot_disk_kms_key
|
2843
2883
|
|
2884
|
+
# ConfidentialNodes is configuration for the confidential nodes feature, which
|
2885
|
+
# makes nodes run on confidential VMs.
|
2886
|
+
# Corresponds to the JSON property `confidentialNodes`
|
2887
|
+
# @return [Google::Apis::ContainerV1::ConfidentialNodes]
|
2888
|
+
attr_accessor :confidential_nodes
|
2889
|
+
|
2844
2890
|
# Size of the disk attached to each node, specified in GB. The smallest allowed
|
2845
2891
|
# disk size is 10GB. If unspecified, the default disk size is 100GB.
|
2846
2892
|
# Corresponds to the JSON property `diskSizeGb`
|
@@ -3023,6 +3069,7 @@ module Google
|
|
3023
3069
|
@accelerators = args[:accelerators] if args.key?(:accelerators)
|
3024
3070
|
@advanced_machine_features = args[:advanced_machine_features] if args.key?(:advanced_machine_features)
|
3025
3071
|
@boot_disk_kms_key = args[:boot_disk_kms_key] if args.key?(:boot_disk_kms_key)
|
3072
|
+
@confidential_nodes = args[:confidential_nodes] if args.key?(:confidential_nodes)
|
3026
3073
|
@disk_size_gb = args[:disk_size_gb] if args.key?(:disk_size_gb)
|
3027
3074
|
@disk_type = args[:disk_type] if args.key?(:disk_type)
|
3028
3075
|
@gcfs_config = args[:gcfs_config] if args.key?(:gcfs_config)
|
@@ -3257,9 +3304,9 @@ module Google
|
|
3257
3304
|
# @return [Array<Google::Apis::ContainerV1::StatusCondition>]
|
3258
3305
|
attr_accessor :conditions
|
3259
3306
|
|
3260
|
-
# Parameters that describe the nodes in a cluster.
|
3261
|
-
#
|
3262
|
-
#
|
3307
|
+
# Parameters that describe the nodes in a cluster. GKE Autopilot clusters do not
|
3308
|
+
# recognize parameters in `NodeConfig`. Use AutoprovisioningNodePoolDefaults
|
3309
|
+
# instead.
|
3263
3310
|
# Corresponds to the JSON property `config`
|
3264
3311
|
# @return [Google::Apis::ContainerV1::NodeConfig]
|
3265
3312
|
attr_accessor :config
|
@@ -4029,8 +4076,8 @@ module Google
|
|
4029
4076
|
attr_accessor :node_pool_id
|
4030
4077
|
|
4031
4078
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
4032
|
-
# //
|
4033
|
-
# replaced by the name field.
|
4079
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
4080
|
+
# field has been deprecated and replaced by the name field.
|
4034
4081
|
# Corresponds to the JSON property `projectId`
|
4035
4082
|
# @return [String]
|
4036
4083
|
attr_accessor :project_id
|
@@ -4250,8 +4297,8 @@ module Google
|
|
4250
4297
|
attr_accessor :name
|
4251
4298
|
|
4252
4299
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
4253
|
-
# //
|
4254
|
-
# replaced by the name field.
|
4300
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
4301
|
+
# field has been deprecated and replaced by the name field.
|
4255
4302
|
# Corresponds to the JSON property `projectId`
|
4256
4303
|
# @return [String]
|
4257
4304
|
attr_accessor :project_id
|
@@ -4305,8 +4352,8 @@ module Google
|
|
4305
4352
|
attr_accessor :name
|
4306
4353
|
|
4307
4354
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
4308
|
-
# //
|
4309
|
-
# deprecated and replaced by the name field.
|
4355
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
4356
|
+
# field has been deprecated and replaced by the name field.
|
4310
4357
|
# Corresponds to the JSON property `projectId`
|
4311
4358
|
# @return [String]
|
4312
4359
|
attr_accessor :project_id
|
@@ -4362,8 +4409,8 @@ module Google
|
|
4362
4409
|
attr_accessor :name
|
4363
4410
|
|
4364
4411
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
4365
|
-
# //
|
4366
|
-
# replaced by the name field.
|
4412
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
4413
|
+
# field has been deprecated and replaced by the name field.
|
4367
4414
|
# Corresponds to the JSON property `projectId`
|
4368
4415
|
# @return [String]
|
4369
4416
|
attr_accessor :project_id
|
@@ -4416,8 +4463,8 @@ module Google
|
|
4416
4463
|
attr_accessor :name
|
4417
4464
|
|
4418
4465
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
4419
|
-
# //
|
4420
|
-
# replaced by the name field.
|
4466
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
4467
|
+
# field has been deprecated and replaced by the name field.
|
4421
4468
|
# Corresponds to the JSON property `projectId`
|
4422
4469
|
# @return [String]
|
4423
4470
|
attr_accessor :project_id
|
@@ -4471,8 +4518,8 @@ module Google
|
|
4471
4518
|
attr_accessor :name
|
4472
4519
|
|
4473
4520
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
4474
|
-
# //
|
4475
|
-
# replaced by the name field.
|
4521
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
4522
|
+
# field has been deprecated and replaced by the name field.
|
4476
4523
|
# Corresponds to the JSON property `projectId`
|
4477
4524
|
# @return [String]
|
4478
4525
|
attr_accessor :project_id
|
@@ -4519,7 +4566,7 @@ module Google
|
|
4519
4566
|
attr_accessor :name
|
4520
4567
|
|
4521
4568
|
# Required. The Google Developers Console [project ID or project number](https://
|
4522
|
-
#
|
4569
|
+
# cloud.google.com/resource-manager/docs/creating-managing-projects).
|
4523
4570
|
# Corresponds to the JSON property `projectId`
|
4524
4571
|
# @return [String]
|
4525
4572
|
attr_accessor :project_id
|
@@ -4566,8 +4613,8 @@ module Google
|
|
4566
4613
|
attr_accessor :name
|
4567
4614
|
|
4568
4615
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
4569
|
-
# //
|
4570
|
-
# replaced by the name field.
|
4616
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
4617
|
+
# field has been deprecated and replaced by the name field.
|
4571
4618
|
# Corresponds to the JSON property `projectId`
|
4572
4619
|
# @return [String]
|
4573
4620
|
attr_accessor :project_id
|
@@ -4628,8 +4675,8 @@ module Google
|
|
4628
4675
|
attr_accessor :name
|
4629
4676
|
|
4630
4677
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
4631
|
-
# //
|
4632
|
-
# replaced by the name field.
|
4678
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
4679
|
+
# field has been deprecated and replaced by the name field.
|
4633
4680
|
# Corresponds to the JSON property `projectId`
|
4634
4681
|
# @return [String]
|
4635
4682
|
attr_accessor :project_id
|
@@ -4678,8 +4725,8 @@ module Google
|
|
4678
4725
|
attr_accessor :network_policy
|
4679
4726
|
|
4680
4727
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
4681
|
-
# //
|
4682
|
-
# deprecated and replaced by the name field.
|
4728
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
4729
|
+
# field has been deprecated and replaced by the name field.
|
4683
4730
|
# Corresponds to the JSON property `projectId`
|
4684
4731
|
# @return [String]
|
4685
4732
|
attr_accessor :project_id
|
@@ -4735,8 +4782,8 @@ module Google
|
|
4735
4782
|
attr_accessor :node_pool_id
|
4736
4783
|
|
4737
4784
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
4738
|
-
# //
|
4739
|
-
# replaced by the name field.
|
4785
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
4786
|
+
# field has been deprecated and replaced by the name field.
|
4740
4787
|
# Corresponds to the JSON property `projectId`
|
4741
4788
|
# @return [String]
|
4742
4789
|
attr_accessor :project_id
|
@@ -4794,8 +4841,8 @@ module Google
|
|
4794
4841
|
attr_accessor :node_pool_id
|
4795
4842
|
|
4796
4843
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
4797
|
-
# //
|
4798
|
-
# replaced by the name field.
|
4844
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
4845
|
+
# field has been deprecated and replaced by the name field.
|
4799
4846
|
# Corresponds to the JSON property `projectId`
|
4800
4847
|
# @return [String]
|
4801
4848
|
attr_accessor :project_id
|
@@ -4850,8 +4897,8 @@ module Google
|
|
4850
4897
|
attr_accessor :node_pool_id
|
4851
4898
|
|
4852
4899
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
4853
|
-
# //
|
4854
|
-
# replaced by the name field.
|
4900
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
4901
|
+
# field has been deprecated and replaced by the name field.
|
4855
4902
|
# Corresponds to the JSON property `projectId`
|
4856
4903
|
# @return [String]
|
4857
4904
|
attr_accessor :project_id
|
@@ -4950,8 +4997,8 @@ module Google
|
|
4950
4997
|
attr_accessor :name
|
4951
4998
|
|
4952
4999
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
4953
|
-
# //
|
4954
|
-
# deprecated and replaced by the name field.
|
5000
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
5001
|
+
# field has been deprecated and replaced by the name field.
|
4955
5002
|
# Corresponds to the JSON property `projectId`
|
4956
5003
|
# @return [String]
|
4957
5004
|
attr_accessor :project_id
|
@@ -5104,8 +5151,8 @@ module Google
|
|
5104
5151
|
attr_accessor :name
|
5105
5152
|
|
5106
5153
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
5107
|
-
# //
|
5108
|
-
# replaced by the name field.
|
5154
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
5155
|
+
# field has been deprecated and replaced by the name field.
|
5109
5156
|
# Corresponds to the JSON property `projectId`
|
5110
5157
|
# @return [String]
|
5111
5158
|
attr_accessor :project_id
|
@@ -5165,8 +5212,8 @@ module Google
|
|
5165
5212
|
attr_accessor :name
|
5166
5213
|
|
5167
5214
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
5168
|
-
# //
|
5169
|
-
# replaced by the name field.
|
5215
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
5216
|
+
# field has been deprecated and replaced by the name field.
|
5170
5217
|
# Corresponds to the JSON property `projectId`
|
5171
5218
|
# @return [String]
|
5172
5219
|
attr_accessor :project_id
|
@@ -5202,6 +5249,12 @@ module Google
|
|
5202
5249
|
# @return [String]
|
5203
5250
|
attr_accessor :cluster_id
|
5204
5251
|
|
5252
|
+
# ConfidentialNodes is configuration for the confidential nodes feature, which
|
5253
|
+
# makes nodes run on confidential VMs.
|
5254
|
+
# Corresponds to the JSON property `confidentialNodes`
|
5255
|
+
# @return [Google::Apis::ContainerV1::ConfidentialNodes]
|
5256
|
+
attr_accessor :confidential_nodes
|
5257
|
+
|
5205
5258
|
# GcfsConfig contains configurations of Google Container File System (image
|
5206
5259
|
# streaming).
|
5207
5260
|
# Corresponds to the JSON property `gcfsConfig`
|
@@ -5267,8 +5320,8 @@ module Google
|
|
5267
5320
|
attr_accessor :node_version
|
5268
5321
|
|
5269
5322
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
5270
|
-
# //
|
5271
|
-
# replaced by the name field.
|
5323
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
5324
|
+
# field has been deprecated and replaced by the name field.
|
5272
5325
|
# Corresponds to the JSON property `projectId`
|
5273
5326
|
# @return [String]
|
5274
5327
|
attr_accessor :project_id
|
@@ -5323,6 +5376,7 @@ module Google
|
|
5323
5376
|
# Update properties of this object
|
5324
5377
|
def update!(**args)
|
5325
5378
|
@cluster_id = args[:cluster_id] if args.key?(:cluster_id)
|
5379
|
+
@confidential_nodes = args[:confidential_nodes] if args.key?(:confidential_nodes)
|
5326
5380
|
@gcfs_config = args[:gcfs_config] if args.key?(:gcfs_config)
|
5327
5381
|
@gvnic = args[:gvnic] if args.key?(:gvnic)
|
5328
5382
|
@image_type = args[:image_type] if args.key?(:image_type)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ContainerV1
|
18
18
|
# Version of the google-apis-container_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.31.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.5.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220518"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -196,6 +196,12 @@ module Google
|
|
196
196
|
include Google::Apis::Core::JsonObjectSupport
|
197
197
|
end
|
198
198
|
|
199
|
+
class GpuSharingConfig
|
200
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
|
+
|
202
|
+
include Google::Apis::Core::JsonObjectSupport
|
203
|
+
end
|
204
|
+
|
199
205
|
class GcePersistentDiskCsiDriverConfig
|
200
206
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
207
|
|
@@ -784,6 +790,8 @@ module Google
|
|
784
790
|
property :accelerator_count, :numeric_string => true, as: 'acceleratorCount'
|
785
791
|
property :accelerator_type, as: 'acceleratorType'
|
786
792
|
property :gpu_partition_size, as: 'gpuPartitionSize'
|
793
|
+
property :gpu_sharing_config, as: 'gpuSharingConfig', class: Google::Apis::ContainerV1::GpuSharingConfig, decorator: Google::Apis::ContainerV1::GpuSharingConfig::Representation
|
794
|
+
|
787
795
|
end
|
788
796
|
end
|
789
797
|
|
@@ -871,6 +879,7 @@ module Google
|
|
871
879
|
# @private
|
872
880
|
class Representation < Google::Apis::Core::JsonRepresentation
|
873
881
|
property :enabled, as: 'enabled'
|
882
|
+
property :evaluation_mode, as: 'evaluationMode'
|
874
883
|
end
|
875
884
|
end
|
876
885
|
|
@@ -1189,6 +1198,14 @@ module Google
|
|
1189
1198
|
end
|
1190
1199
|
end
|
1191
1200
|
|
1201
|
+
class GpuSharingConfig
|
1202
|
+
# @private
|
1203
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1204
|
+
property :gpu_sharing_strategy, as: 'gpuSharingStrategy'
|
1205
|
+
property :max_shared_clients_per_gpu, :numeric_string => true, as: 'maxSharedClientsPerGpu'
|
1206
|
+
end
|
1207
|
+
end
|
1208
|
+
|
1192
1209
|
class GcePersistentDiskCsiDriverConfig
|
1193
1210
|
# @private
|
1194
1211
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1537,6 +1554,8 @@ module Google
|
|
1537
1554
|
property :advanced_machine_features, as: 'advancedMachineFeatures', class: Google::Apis::ContainerV1::AdvancedMachineFeatures, decorator: Google::Apis::ContainerV1::AdvancedMachineFeatures::Representation
|
1538
1555
|
|
1539
1556
|
property :boot_disk_kms_key, as: 'bootDiskKmsKey'
|
1557
|
+
property :confidential_nodes, as: 'confidentialNodes', class: Google::Apis::ContainerV1::ConfidentialNodes, decorator: Google::Apis::ContainerV1::ConfidentialNodes::Representation
|
1558
|
+
|
1540
1559
|
property :disk_size_gb, as: 'diskSizeGb'
|
1541
1560
|
property :disk_type, as: 'diskType'
|
1542
1561
|
property :gcfs_config, as: 'gcfsConfig', class: Google::Apis::ContainerV1::GcfsConfig, decorator: Google::Apis::ContainerV1::GcfsConfig::Representation
|
@@ -2098,6 +2117,8 @@ module Google
|
|
2098
2117
|
# @private
|
2099
2118
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2100
2119
|
property :cluster_id, as: 'clusterId'
|
2120
|
+
property :confidential_nodes, as: 'confidentialNodes', class: Google::Apis::ContainerV1::ConfidentialNodes, decorator: Google::Apis::ContainerV1::ConfidentialNodes::Representation
|
2121
|
+
|
2101
2122
|
property :gcfs_config, as: 'gcfsConfig', class: Google::Apis::ContainerV1::GcfsConfig, decorator: Google::Apis::ContainerV1::GcfsConfig::Representation
|
2102
2123
|
|
2103
2124
|
property :gvnic, as: 'gvnic', class: Google::Apis::ContainerV1::VirtualNic, decorator: Google::Apis::ContainerV1::VirtualNic::Representation
|
@@ -103,8 +103,8 @@ module Google
|
|
103
103
|
# format `projects/*/locations/*`.
|
104
104
|
# @param [String] project_id
|
105
105
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
106
|
-
# //
|
107
|
-
# replaced by the name field.
|
106
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
107
|
+
# field has been deprecated and replaced by the name field.
|
108
108
|
# @param [String] zone
|
109
109
|
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
110
110
|
# com/compute/docs/zones#available) to return operations for. This field has
|
@@ -226,8 +226,8 @@ module Google
|
|
226
226
|
# and replaced by the name field.
|
227
227
|
# @param [String] project_id
|
228
228
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
229
|
-
# //
|
230
|
-
# replaced by the name field.
|
229
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
230
|
+
# field has been deprecated and replaced by the name field.
|
231
231
|
# @param [String] zone
|
232
232
|
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
233
233
|
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
@@ -271,8 +271,8 @@ module Google
|
|
271
271
|
# deprecated and replaced by the name field.
|
272
272
|
# @param [String] project_id
|
273
273
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
274
|
-
# //
|
275
|
-
# replaced by the name field.
|
274
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
275
|
+
# field has been deprecated and replaced by the name field.
|
276
276
|
# @param [String] zone
|
277
277
|
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
278
278
|
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
@@ -348,8 +348,8 @@ module Google
|
|
348
348
|
# regions.
|
349
349
|
# @param [String] project_id
|
350
350
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
351
|
-
# //
|
352
|
-
# replaced by the parent field.
|
351
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
352
|
+
# field has been deprecated and replaced by the parent field.
|
353
353
|
# @param [String] zone
|
354
354
|
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
355
355
|
# com/compute/docs/zones#available) in which the cluster resides, or "-" for all
|
@@ -841,8 +841,8 @@ module Google
|
|
841
841
|
# deprecated and replaced by the name field.
|
842
842
|
# @param [String] project_id
|
843
843
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
844
|
-
# //
|
845
|
-
# deprecated and replaced by the name field.
|
844
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
845
|
+
# field has been deprecated and replaced by the name field.
|
846
846
|
# @param [String] zone
|
847
847
|
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
848
848
|
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
@@ -890,8 +890,8 @@ module Google
|
|
890
890
|
# replaced by the name field.
|
891
891
|
# @param [String] project_id
|
892
892
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
893
|
-
# //
|
894
|
-
# deprecated and replaced by the name field.
|
893
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
894
|
+
# field has been deprecated and replaced by the name field.
|
895
895
|
# @param [String] zone
|
896
896
|
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
897
897
|
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
@@ -936,8 +936,8 @@ module Google
|
|
936
936
|
# replaced by the parent field.
|
937
937
|
# @param [String] project_id
|
938
938
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
939
|
-
# //
|
940
|
-
# deprecated and replaced by the parent field.
|
939
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
940
|
+
# field has been deprecated and replaced by the parent field.
|
941
941
|
# @param [String] zone
|
942
942
|
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
943
943
|
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
@@ -1224,8 +1224,8 @@ module Google
|
|
1224
1224
|
# deprecated and replaced by the name field.
|
1225
1225
|
# @param [String] project_id
|
1226
1226
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
1227
|
-
# //
|
1228
|
-
# replaced by the name field.
|
1227
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
1228
|
+
# field has been deprecated and replaced by the name field.
|
1229
1229
|
# @param [String] zone
|
1230
1230
|
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
1231
1231
|
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
@@ -1267,8 +1267,8 @@ module Google
|
|
1267
1267
|
# zones and all regions.
|
1268
1268
|
# @param [String] project_id
|
1269
1269
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
1270
|
-
# //
|
1271
|
-
# replaced by the parent field.
|
1270
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
1271
|
+
# field has been deprecated and replaced by the parent field.
|
1272
1272
|
# @param [String] zone
|
1273
1273
|
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
1274
1274
|
# com/compute/docs/zones#available) to return operations for, or `-` for all
|
@@ -1305,8 +1305,8 @@ module Google
|
|
1305
1305
|
# Returns configuration info about the Google Kubernetes Engine service.
|
1306
1306
|
# @param [String] project_id
|
1307
1307
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
1308
|
-
# //
|
1309
|
-
# replaced by the name field.
|
1308
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
1309
|
+
# field has been deprecated and replaced by the name field.
|
1310
1310
|
# @param [String] zone
|
1311
1311
|
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
1312
1312
|
# com/compute/docs/zones#available) to return operations for. This field has
|
@@ -1346,8 +1346,8 @@ module Google
|
|
1346
1346
|
# Sets the addons for a specific cluster.
|
1347
1347
|
# @param [String] project_id
|
1348
1348
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
1349
|
-
# //
|
1350
|
-
# replaced by the name field.
|
1349
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
1350
|
+
# field has been deprecated and replaced by the name field.
|
1351
1351
|
# @param [String] zone
|
1352
1352
|
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
1353
1353
|
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
@@ -1390,8 +1390,8 @@ module Google
|
|
1390
1390
|
# Completes master IP rotation.
|
1391
1391
|
# @param [String] project_id
|
1392
1392
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
1393
|
-
# //
|
1394
|
-
# deprecated and replaced by the name field.
|
1393
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
1394
|
+
# field has been deprecated and replaced by the name field.
|
1395
1395
|
# @param [String] zone
|
1396
1396
|
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
1397
1397
|
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
@@ -1441,8 +1441,8 @@ module Google
|
|
1441
1441
|
# is using.
|
1442
1442
|
# @param [String] project_id
|
1443
1443
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
1444
|
-
# //
|
1445
|
-
# replaced by the parent field.
|
1444
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
1445
|
+
# field has been deprecated and replaced by the parent field.
|
1446
1446
|
# @param [String] zone
|
1447
1447
|
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
1448
1448
|
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
@@ -1485,8 +1485,8 @@ module Google
|
|
1485
1485
|
# present when the cluster was initially created.
|
1486
1486
|
# @param [String] project_id
|
1487
1487
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
1488
|
-
# //
|
1489
|
-
# replaced by the name field.
|
1488
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
1489
|
+
# field has been deprecated and replaced by the name field.
|
1490
1490
|
# @param [String] zone
|
1491
1491
|
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
1492
1492
|
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
@@ -1530,8 +1530,8 @@ module Google
|
|
1530
1530
|
# Gets the details of a specific cluster.
|
1531
1531
|
# @param [String] project_id
|
1532
1532
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
1533
|
-
# //
|
1534
|
-
# replaced by the name field.
|
1533
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
1534
|
+
# field has been deprecated and replaced by the name field.
|
1535
1535
|
# @param [String] zone
|
1536
1536
|
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
1537
1537
|
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
@@ -1575,8 +1575,8 @@ module Google
|
|
1575
1575
|
# Enables or disables the ABAC authorization mechanism on a cluster.
|
1576
1576
|
# @param [String] project_id
|
1577
1577
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
1578
|
-
# //
|
1579
|
-
# replaced by the name field.
|
1578
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
1579
|
+
# field has been deprecated and replaced by the name field.
|
1580
1580
|
# @param [String] zone
|
1581
1581
|
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
1582
1582
|
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
@@ -1620,8 +1620,8 @@ module Google
|
|
1620
1620
|
# zones.
|
1621
1621
|
# @param [String] project_id
|
1622
1622
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
1623
|
-
# //
|
1624
|
-
# replaced by the parent field.
|
1623
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
1624
|
+
# field has been deprecated and replaced by the parent field.
|
1625
1625
|
# @param [String] zone
|
1626
1626
|
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
1627
1627
|
# com/compute/docs/zones#available) in which the cluster resides, or "-" for all
|
@@ -1664,8 +1664,8 @@ module Google
|
|
1664
1664
|
# rest/v1/projects.locations.clusters/update) instead.
|
1665
1665
|
# @param [String] project_id
|
1666
1666
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
1667
|
-
# //
|
1668
|
-
# replaced by the name field.
|
1667
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
1668
|
+
# field has been deprecated and replaced by the name field.
|
1669
1669
|
# @param [String] zone
|
1670
1670
|
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
1671
1671
|
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
@@ -1708,8 +1708,8 @@ module Google
|
|
1708
1708
|
# Sets the logging service for a specific cluster.
|
1709
1709
|
# @param [String] project_id
|
1710
1710
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
1711
|
-
# //
|
1712
|
-
# replaced by the name field.
|
1711
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
1712
|
+
# field has been deprecated and replaced by the name field.
|
1713
1713
|
# @param [String] zone
|
1714
1714
|
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
1715
1715
|
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
@@ -1752,8 +1752,8 @@ module Google
|
|
1752
1752
|
# Updates the master for a specific cluster.
|
1753
1753
|
# @param [String] project_id
|
1754
1754
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
1755
|
-
# //
|
1756
|
-
# replaced by the name field.
|
1755
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
1756
|
+
# field has been deprecated and replaced by the name field.
|
1757
1757
|
# @param [String] zone
|
1758
1758
|
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
1759
1759
|
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
@@ -1796,8 +1796,8 @@ module Google
|
|
1796
1796
|
# Sets the monitoring service for a specific cluster.
|
1797
1797
|
# @param [String] project_id
|
1798
1798
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
1799
|
-
# //
|
1800
|
-
# replaced by the name field.
|
1799
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
1800
|
+
# field has been deprecated and replaced by the name field.
|
1801
1801
|
# @param [String] zone
|
1802
1802
|
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
1803
1803
|
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
@@ -1840,8 +1840,8 @@ module Google
|
|
1840
1840
|
# Sets labels on a cluster.
|
1841
1841
|
# @param [String] project_id
|
1842
1842
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
1843
|
-
# //
|
1844
|
-
# deprecated and replaced by the name field.
|
1843
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
1844
|
+
# field has been deprecated and replaced by the name field.
|
1845
1845
|
# @param [String] zone
|
1846
1846
|
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
1847
1847
|
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
@@ -1884,7 +1884,7 @@ module Google
|
|
1884
1884
|
# Sets the maintenance policy for a cluster.
|
1885
1885
|
# @param [String] project_id
|
1886
1886
|
# Required. The Google Developers Console [project ID or project number](https://
|
1887
|
-
#
|
1887
|
+
# cloud.google.com/resource-manager/docs/creating-managing-projects).
|
1888
1888
|
# @param [String] zone
|
1889
1889
|
# Required. The name of the Google Compute Engine [zone](https://cloud.google.
|
1890
1890
|
# com/compute/docs/zones#available) in which the cluster resides.
|
@@ -1927,8 +1927,8 @@ module Google
|
|
1927
1927
|
# password.
|
1928
1928
|
# @param [String] project_id
|
1929
1929
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
1930
|
-
# //
|
1931
|
-
# replaced by the name field.
|
1930
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
1931
|
+
# field has been deprecated and replaced by the name field.
|
1932
1932
|
# @param [String] zone
|
1933
1933
|
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
1934
1934
|
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
@@ -1971,8 +1971,8 @@ module Google
|
|
1971
1971
|
# Enables or disables Network Policy for a cluster.
|
1972
1972
|
# @param [String] project_id
|
1973
1973
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
1974
|
-
# //
|
1975
|
-
# deprecated and replaced by the name field.
|
1974
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
1975
|
+
# field has been deprecated and replaced by the name field.
|
1976
1976
|
# @param [String] zone
|
1977
1977
|
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
1978
1978
|
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
@@ -2015,8 +2015,8 @@ module Google
|
|
2015
2015
|
# Starts master IP rotation.
|
2016
2016
|
# @param [String] project_id
|
2017
2017
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
2018
|
-
# //
|
2019
|
-
# deprecated and replaced by the name field.
|
2018
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
2019
|
+
# field has been deprecated and replaced by the name field.
|
2020
2020
|
# @param [String] zone
|
2021
2021
|
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
2022
2022
|
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
@@ -2059,8 +2059,8 @@ module Google
|
|
2059
2059
|
# Updates the settings of a specific cluster.
|
2060
2060
|
# @param [String] project_id
|
2061
2061
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
2062
|
-
# //
|
2063
|
-
# replaced by the name field.
|
2062
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
2063
|
+
# field has been deprecated and replaced by the name field.
|
2064
2064
|
# @param [String] zone
|
2065
2065
|
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
2066
2066
|
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
@@ -2103,8 +2103,8 @@ module Google
|
|
2103
2103
|
# Sets the autoscaling settings for the specified node pool.
|
2104
2104
|
# @param [String] project_id
|
2105
2105
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
2106
|
-
# //
|
2107
|
-
# replaced by the name field.
|
2106
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
2107
|
+
# field has been deprecated and replaced by the name field.
|
2108
2108
|
# @param [String] zone
|
2109
2109
|
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
2110
2110
|
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
@@ -2151,8 +2151,8 @@ module Google
|
|
2151
2151
|
# Creates a node pool for a cluster.
|
2152
2152
|
# @param [String] project_id
|
2153
2153
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
2154
|
-
# //
|
2155
|
-
# deprecated and replaced by the parent field.
|
2154
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
2155
|
+
# field has been deprecated and replaced by the parent field.
|
2156
2156
|
# @param [String] zone
|
2157
2157
|
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
2158
2158
|
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
@@ -2195,8 +2195,8 @@ module Google
|
|
2195
2195
|
# Deletes a node pool from a cluster.
|
2196
2196
|
# @param [String] project_id
|
2197
2197
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
2198
|
-
# //
|
2199
|
-
# deprecated and replaced by the name field.
|
2198
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
2199
|
+
# field has been deprecated and replaced by the name field.
|
2200
2200
|
# @param [String] zone
|
2201
2201
|
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
2202
2202
|
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
@@ -2244,8 +2244,8 @@ module Google
|
|
2244
2244
|
# Retrieves the requested node pool.
|
2245
2245
|
# @param [String] project_id
|
2246
2246
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
2247
|
-
# //
|
2248
|
-
# deprecated and replaced by the name field.
|
2247
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
2248
|
+
# field has been deprecated and replaced by the name field.
|
2249
2249
|
# @param [String] zone
|
2250
2250
|
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
2251
2251
|
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
@@ -2293,8 +2293,8 @@ module Google
|
|
2293
2293
|
# Lists the node pools for a cluster.
|
2294
2294
|
# @param [String] project_id
|
2295
2295
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
2296
|
-
# //
|
2297
|
-
# deprecated and replaced by the parent field.
|
2296
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
2297
|
+
# field has been deprecated and replaced by the parent field.
|
2298
2298
|
# @param [String] zone
|
2299
2299
|
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
2300
2300
|
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
@@ -2339,8 +2339,8 @@ module Google
|
|
2339
2339
|
# changes if the last upgrade successfully completed.
|
2340
2340
|
# @param [String] project_id
|
2341
2341
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
2342
|
-
# //
|
2343
|
-
# replaced by the name field.
|
2342
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
2343
|
+
# field has been deprecated and replaced by the name field.
|
2344
2344
|
# @param [String] zone
|
2345
2345
|
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
2346
2346
|
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
@@ -2387,8 +2387,8 @@ module Google
|
|
2387
2387
|
# Sets the NodeManagement options for a node pool.
|
2388
2388
|
# @param [String] project_id
|
2389
2389
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
2390
|
-
# //
|
2391
|
-
# replaced by the name field.
|
2390
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
2391
|
+
# field has been deprecated and replaced by the name field.
|
2392
2392
|
# @param [String] zone
|
2393
2393
|
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
2394
2394
|
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
@@ -2436,8 +2436,8 @@ module Google
|
|
2436
2436
|
# replicas, including future replicas created by modifying NodePool.locations.
|
2437
2437
|
# @param [String] project_id
|
2438
2438
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
2439
|
-
# //
|
2440
|
-
# replaced by the name field.
|
2439
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
2440
|
+
# field has been deprecated and replaced by the name field.
|
2441
2441
|
# @param [String] zone
|
2442
2442
|
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
2443
2443
|
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
@@ -2484,8 +2484,8 @@ module Google
|
|
2484
2484
|
# Updates the version and/or image type for the specified node pool.
|
2485
2485
|
# @param [String] project_id
|
2486
2486
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
2487
|
-
# //
|
2488
|
-
# replaced by the name field.
|
2487
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
2488
|
+
# field has been deprecated and replaced by the name field.
|
2489
2489
|
# @param [String] zone
|
2490
2490
|
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
2491
2491
|
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
@@ -2532,8 +2532,8 @@ module Google
|
|
2532
2532
|
# Cancels the specified operation.
|
2533
2533
|
# @param [String] project_id
|
2534
2534
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
2535
|
-
# //
|
2536
|
-
# replaced by the name field.
|
2535
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
2536
|
+
# field has been deprecated and replaced by the name field.
|
2537
2537
|
# @param [String] zone
|
2538
2538
|
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
2539
2539
|
# com/compute/docs/zones#available) in which the operation resides. This field
|
@@ -2576,8 +2576,8 @@ module Google
|
|
2576
2576
|
# Gets the specified operation.
|
2577
2577
|
# @param [String] project_id
|
2578
2578
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
2579
|
-
# //
|
2580
|
-
# replaced by the name field.
|
2579
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
2580
|
+
# field has been deprecated and replaced by the name field.
|
2581
2581
|
# @param [String] zone
|
2582
2582
|
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
2583
2583
|
# com/compute/docs/zones#available) in which the cluster resides. This field has
|
@@ -2621,8 +2621,8 @@ module Google
|
|
2621
2621
|
# Lists all operations in a project in a specific zone or all zones.
|
2622
2622
|
# @param [String] project_id
|
2623
2623
|
# Deprecated. The Google Developers Console [project ID or project number](https:
|
2624
|
-
# //
|
2625
|
-
# replaced by the parent field.
|
2624
|
+
# //cloud.google.com/resource-manager/docs/creating-managing-projects). This
|
2625
|
+
# field has been deprecated and replaced by the parent field.
|
2626
2626
|
# @param [String] zone
|
2627
2627
|
# Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.
|
2628
2628
|
# com/compute/docs/zones#available) to return operations for, or `-` for all
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-container_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.31.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-06-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '0.
|
19
|
+
version: '0.5'
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: '0.
|
29
|
+
version: '0.5'
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-container_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1/v0.31.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-container_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.3.
|
78
|
+
rubygems_version: 3.3.14
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Kubernetes Engine API V1
|