google-apis-container_v1beta1 0.24.0 → 0.27.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: 66cfdeb3647b56522dc0360452e6050ea27975a9762dc143f2614f9921089117
4
- data.tar.gz: '0385ef5559fc6bf499b8d8fe557e2dd49927dd61c6b67f5fd01de0ac3a750458'
3
+ metadata.gz: 39677e3ea3046b273ad8182756a4e5bb6caa8f70fb1adb8d9e73b003bebfa5a7
4
+ data.tar.gz: ed452e6400db1de49b0fb9c59f5efd0c6ea957b6877d35e986b1477a78eb4958
5
5
  SHA512:
6
- metadata.gz: 83bd630b2a589c13e8bd47b1bb228be6000e49798943d57001ca66ff64df72bf139b671b6adc3a7fe1ff9570acfaf26649f96cc3c2f04c4eddfd799223a31807
7
- data.tar.gz: 33fed6734749f9a4af6c3698d7227dde19ccb225dc642c6f6027ba136bb4a19650d0bae3d4e414d2e21d18ffd4830fbceeee1fdbaebd941dee19a631bec868ef
6
+ metadata.gz: 7fbe7b372489f10c7010c1a63d7b039828bdcc7745acdfcec8ed241d73f0225040637a7879231de00565c4fd18b998d84a750d68be6521952c9274d397eafd40
7
+ data.tar.gz: 947e185b0b9a88ceafc9591a768e494b177c7300a7c615c740a350e5e8050d0310dae00767200876008c29d796155f33b480c4991085c479f89296e10fa63765
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-container_v1beta1
2
2
 
3
+ ### v0.27.0 (2022-03-22)
4
+
5
+ * Regenerated from discovery document revision 20220308
6
+
7
+ ### v0.26.0 (2022-03-03)
8
+
9
+ * Regenerated from discovery document revision 20220215
10
+
11
+ ### v0.25.0 (2022-02-01)
12
+
13
+ * Regenerated from discovery document revision 20220114
14
+ * Regenerated using generator version 0.4.1
15
+
3
16
  ### v0.24.0 (2022-01-05)
4
17
 
5
18
  * Regenerated from discovery document revision 20211208
@@ -282,13 +282,14 @@ module Google
282
282
  # @return [Google::Apis::ContainerV1beta1::NodeManagement]
283
283
  attr_accessor :management
284
284
 
285
- # Minimum CPU platform to be used by this instance. The instance may be
286
- # scheduled on the specified or newer CPU platform. Applicable values are the
287
- # friendly names of CPU platforms, such as `minCpuPlatform: "Intel Haswell"` or `
288
- # minCpuPlatform: "Intel Sandy Bridge"`. For more information, read [how to
289
- # specify min CPU platform](https://cloud.google.com/compute/docs/instances/
290
- # specify-min-cpu-platform) To unset the min cpu platform field pass "automatic"
291
- # as field value.
285
+ # Deprecated. Minimum CPU platform to be used for NAP created node pools. The
286
+ # instance may be scheduled on the specified or newer CPU platform. Applicable
287
+ # values are the friendly names of CPU platforms, such as minCpuPlatform: Intel
288
+ # Haswell or minCpuPlatform: Intel Sandy Bridge. For more information, read [how
289
+ # to specify min CPU platform](https://cloud.google.com/compute/docs/instances/
290
+ # specify-min-cpu-platform) This field is deprecated, min_cpu_platform should be
291
+ # specified using cloud.google.com/requested-min-cpu-platform label selector on
292
+ # the pod. To unset the min cpu platform field pass "automatic" as field value.
292
293
  # Corresponds to the JSON property `minCpuPlatform`
293
294
  # @return [String]
294
295
  attr_accessor :min_cpu_platform
@@ -822,7 +823,9 @@ module Google
822
823
  # @return [Google::Apis::ContainerV1beta1::NetworkPolicy]
823
824
  attr_accessor :network_policy
824
825
 
825
- # Parameters that describe the nodes in a cluster.
826
+ # Parameters that describe the nodes in a cluster. *Note:* GKE Autopilot
827
+ # clusters do not recognize parameters in `NodeConfig`. Use
828
+ # AutoprovisioningNodePoolDefaults instead.
826
829
  # Corresponds to the JSON property `nodeConfig`
827
830
  # @return [Google::Apis::ContainerV1beta1::NodeConfig]
828
831
  attr_accessor :node_config
@@ -834,6 +837,12 @@ module Google
834
837
  # @return [Fixnum]
835
838
  attr_accessor :node_ipv4_cidr_size
836
839
 
840
+ # node pool configs that apply to all auto-provisioned node pools in autopilot
841
+ # clusters and node auto-provisioning enabled clusters
842
+ # Corresponds to the JSON property `nodePoolAutoConfig`
843
+ # @return [Google::Apis::ContainerV1beta1::NodePoolAutoConfig]
844
+ attr_accessor :node_pool_auto_config
845
+
837
846
  # Subset of Nodepool message that has defaults.
838
847
  # Corresponds to the JSON property `nodePoolDefaults`
839
848
  # @return [Google::Apis::ContainerV1beta1::NodePoolDefaults]
@@ -943,6 +952,11 @@ module Google
943
952
  # @return [Google::Apis::ContainerV1beta1::VerticalPodAutoscaling]
944
953
  attr_accessor :vertical_pod_autoscaling
945
954
 
955
+ # Configuration for direct-path (via ALTS) with workload identity.
956
+ # Corresponds to the JSON property `workloadAltsConfig`
957
+ # @return [Google::Apis::ContainerV1beta1::WorkloadAltsConfig]
958
+ attr_accessor :workload_alts_config
959
+
946
960
  # Configuration for issuance of mTLS keys and certificates to Kubernetes pods.
947
961
  # Corresponds to the JSON property `workloadCertificates`
948
962
  # @return [Google::Apis::ContainerV1beta1::WorkloadCertificates]
@@ -1012,6 +1026,7 @@ module Google
1012
1026
  @network_policy = args[:network_policy] if args.key?(:network_policy)
1013
1027
  @node_config = args[:node_config] if args.key?(:node_config)
1014
1028
  @node_ipv4_cidr_size = args[:node_ipv4_cidr_size] if args.key?(:node_ipv4_cidr_size)
1029
+ @node_pool_auto_config = args[:node_pool_auto_config] if args.key?(:node_pool_auto_config)
1015
1030
  @node_pool_defaults = args[:node_pool_defaults] if args.key?(:node_pool_defaults)
1016
1031
  @node_pools = args[:node_pools] if args.key?(:node_pools)
1017
1032
  @notification_config = args[:notification_config] if args.key?(:notification_config)
@@ -1030,6 +1045,7 @@ module Google
1030
1045
  @tpu_config = args[:tpu_config] if args.key?(:tpu_config)
1031
1046
  @tpu_ipv4_cidr_block = args[:tpu_ipv4_cidr_block] if args.key?(:tpu_ipv4_cidr_block)
1032
1047
  @vertical_pod_autoscaling = args[:vertical_pod_autoscaling] if args.key?(:vertical_pod_autoscaling)
1048
+ @workload_alts_config = args[:workload_alts_config] if args.key?(:workload_alts_config)
1033
1049
  @workload_certificates = args[:workload_certificates] if args.key?(:workload_certificates)
1034
1050
  @workload_identity_config = args[:workload_identity_config] if args.key?(:workload_identity_config)
1035
1051
  @zone = args[:zone] if args.key?(:zone)
@@ -1257,6 +1273,13 @@ module Google
1257
1273
  # @return [String]
1258
1274
  attr_accessor :desired_monitoring_service
1259
1275
 
1276
+ # Collection of Compute Engine network tags that can be applied to a node's
1277
+ # underlying VM instance. (See `tags` field in [`NodeConfig`](/kubernetes-engine/
1278
+ # docs/reference/rest/v1/NodeConfig)).
1279
+ # Corresponds to the JSON property `desiredNodePoolAutoConfigNetworkTags`
1280
+ # @return [Google::Apis::ContainerV1beta1::NetworkTags]
1281
+ attr_accessor :desired_node_pool_auto_config_network_tags
1282
+
1260
1283
  # NodePoolAutoscaling contains information required by cluster autoscaler to
1261
1284
  # adjust the size of the node pool to the current cluster usage.
1262
1285
  # Corresponds to the JSON property `desiredNodePoolAutoscaling`
@@ -1337,6 +1360,11 @@ module Google
1337
1360
  # @return [Google::Apis::ContainerV1beta1::VerticalPodAutoscaling]
1338
1361
  attr_accessor :desired_vertical_pod_autoscaling
1339
1362
 
1363
+ # Configuration for direct-path (via ALTS) with workload identity.
1364
+ # Corresponds to the JSON property `desiredWorkloadAltsConfig`
1365
+ # @return [Google::Apis::ContainerV1beta1::WorkloadAltsConfig]
1366
+ attr_accessor :desired_workload_alts_config
1367
+
1340
1368
  # Configuration for issuance of mTLS keys and certificates to Kubernetes pods.
1341
1369
  # Corresponds to the JSON property `desiredWorkloadCertificates`
1342
1370
  # @return [Google::Apis::ContainerV1beta1::WorkloadCertificates]
@@ -1376,6 +1404,7 @@ module Google
1376
1404
  @desired_mesh_certificates = args[:desired_mesh_certificates] if args.key?(:desired_mesh_certificates)
1377
1405
  @desired_monitoring_config = args[:desired_monitoring_config] if args.key?(:desired_monitoring_config)
1378
1406
  @desired_monitoring_service = args[:desired_monitoring_service] if args.key?(:desired_monitoring_service)
1407
+ @desired_node_pool_auto_config_network_tags = args[:desired_node_pool_auto_config_network_tags] if args.key?(:desired_node_pool_auto_config_network_tags)
1379
1408
  @desired_node_pool_autoscaling = args[:desired_node_pool_autoscaling] if args.key?(:desired_node_pool_autoscaling)
1380
1409
  @desired_node_pool_id = args[:desired_node_pool_id] if args.key?(:desired_node_pool_id)
1381
1410
  @desired_node_version = args[:desired_node_version] if args.key?(:desired_node_version)
@@ -1389,6 +1418,7 @@ module Google
1389
1418
  @desired_shielded_nodes = args[:desired_shielded_nodes] if args.key?(:desired_shielded_nodes)
1390
1419
  @desired_tpu_config = args[:desired_tpu_config] if args.key?(:desired_tpu_config)
1391
1420
  @desired_vertical_pod_autoscaling = args[:desired_vertical_pod_autoscaling] if args.key?(:desired_vertical_pod_autoscaling)
1421
+ @desired_workload_alts_config = args[:desired_workload_alts_config] if args.key?(:desired_workload_alts_config)
1392
1422
  @desired_workload_certificates = args[:desired_workload_certificates] if args.key?(:desired_workload_certificates)
1393
1423
  @desired_workload_identity_config = args[:desired_workload_identity_config] if args.key?(:desired_workload_identity_config)
1394
1424
  end
@@ -1404,7 +1434,7 @@ module Google
1404
1434
  # @return [String]
1405
1435
  attr_accessor :cluster_id
1406
1436
 
1407
- # The name (project, location, cluster id) of the cluster to complete IP
1437
+ # The name (project, location, cluster name) of the cluster to complete IP
1408
1438
  # rotation. Specified in the format `projects/*/locations/*/clusters/*`.
1409
1439
  # Corresponds to the JSON property `name`
1410
1440
  # @return [String]
@@ -1442,7 +1472,7 @@ module Google
1442
1472
  class ConfidentialNodes
1443
1473
  include Google::Apis::Core::Hashable
1444
1474
 
1445
- # Whether Confidential Nodes feature is enabled for all nodes in this cluster.
1475
+ # Whether Confidential Nodes feature is enabled.
1446
1476
  # Corresponds to the JSON property `enabled`
1447
1477
  # @return [Boolean]
1448
1478
  attr_accessor :enabled
@@ -1574,8 +1604,8 @@ module Google
1574
1604
  # @return [Google::Apis::ContainerV1beta1::NodePool]
1575
1605
  attr_accessor :node_pool
1576
1606
 
1577
- # The parent (project, location, cluster id) where the node pool will be created.
1578
- # Specified in the format `projects/*/locations/*/clusters/*`.
1607
+ # The parent (project, location, cluster name) where the node pool will be
1608
+ # created. Specified in the format `projects/*/locations/*/clusters/*`.
1579
1609
  # Corresponds to the JSON property `parent`
1580
1610
  # @return [String]
1581
1611
  attr_accessor :parent
@@ -1695,11 +1725,11 @@ module Google
1695
1725
  # Represents a whole or partial calendar date, such as a birthday. The time of
1696
1726
  # day and time zone are either specified elsewhere or are insignificant. The
1697
1727
  # date is relative to the Gregorian Calendar. This can represent one of the
1698
- # following: * A full date, with non-zero year, month, and day values * A month
1699
- # and day value, with a zero year, such as an anniversary * A year on its own,
1700
- # with zero month and day values * A year and month value, with a zero day, such
1701
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
1702
- # google.protobuf.Timestamp`.
1728
+ # following: * A full date, with non-zero year, month, and day values. * A month
1729
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
1730
+ # with a zero month and a zero day. * A year and month, with a zero day (for
1731
+ # example, a credit card expiration date). Related types: * google.type.
1732
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
1703
1733
  class Date
1704
1734
  include Google::Apis::Core::Hashable
1705
1735
 
@@ -3151,7 +3181,9 @@ module Google
3151
3181
  end
3152
3182
  end
3153
3183
 
3154
- # Parameters that describe the nodes in a cluster.
3184
+ # Parameters that describe the nodes in a cluster. *Note:* GKE Autopilot
3185
+ # clusters do not recognize parameters in `NodeConfig`. Use
3186
+ # AutoprovisioningNodePoolDefaults instead.
3155
3187
  class NodeConfig
3156
3188
  include Google::Apis::Core::Hashable
3157
3189
 
@@ -3175,6 +3207,12 @@ module Google
3175
3207
  # @return [String]
3176
3208
  attr_accessor :boot_disk_kms_key
3177
3209
 
3210
+ # ConfidentialNodes is configuration for the confidential nodes feature, which
3211
+ # makes nodes run on confidential VMs.
3212
+ # Corresponds to the JSON property `confidentialNodes`
3213
+ # @return [Google::Apis::ContainerV1beta1::ConfidentialNodes]
3214
+ attr_accessor :confidential_nodes
3215
+
3178
3216
  # Size of the disk attached to each node, specified in GB. The smallest allowed
3179
3217
  # disk size is 10GB. If unspecified, the default disk size is 100GB.
3180
3218
  # Corresponds to the JSON property `diskSizeGb`
@@ -3362,6 +3400,7 @@ module Google
3362
3400
  @accelerators = args[:accelerators] if args.key?(:accelerators)
3363
3401
  @advanced_machine_features = args[:advanced_machine_features] if args.key?(:advanced_machine_features)
3364
3402
  @boot_disk_kms_key = args[:boot_disk_kms_key] if args.key?(:boot_disk_kms_key)
3403
+ @confidential_nodes = args[:confidential_nodes] if args.key?(:confidential_nodes)
3365
3404
  @disk_size_gb = args[:disk_size_gb] if args.key?(:disk_size_gb)
3366
3405
  @disk_type = args[:disk_type] if args.key?(:disk_type)
3367
3406
  @ephemeral_storage_config = args[:ephemeral_storage_config] if args.key?(:ephemeral_storage_config)
@@ -3589,7 +3628,9 @@ module Google
3589
3628
  # @return [Array<Google::Apis::ContainerV1beta1::StatusCondition>]
3590
3629
  attr_accessor :conditions
3591
3630
 
3592
- # Parameters that describe the nodes in a cluster.
3631
+ # Parameters that describe the nodes in a cluster. *Note:* GKE Autopilot
3632
+ # clusters do not recognize parameters in `NodeConfig`. Use
3633
+ # AutoprovisioningNodePoolDefaults instead.
3593
3634
  # Corresponds to the JSON property `config`
3594
3635
  # @return [Google::Apis::ContainerV1beta1::NodeConfig]
3595
3636
  attr_accessor :config
@@ -3702,6 +3743,28 @@ module Google
3702
3743
  end
3703
3744
  end
3704
3745
 
3746
+ # node pool configs that apply to all auto-provisioned node pools in autopilot
3747
+ # clusters and node auto-provisioning enabled clusters
3748
+ class NodePoolAutoConfig
3749
+ include Google::Apis::Core::Hashable
3750
+
3751
+ # Collection of Compute Engine network tags that can be applied to a node's
3752
+ # underlying VM instance. (See `tags` field in [`NodeConfig`](/kubernetes-engine/
3753
+ # docs/reference/rest/v1/NodeConfig)).
3754
+ # Corresponds to the JSON property `networkTags`
3755
+ # @return [Google::Apis::ContainerV1beta1::NetworkTags]
3756
+ attr_accessor :network_tags
3757
+
3758
+ def initialize(**args)
3759
+ update!(**args)
3760
+ end
3761
+
3762
+ # Update properties of this object
3763
+ def update!(**args)
3764
+ @network_tags = args[:network_tags] if args.key?(:network_tags)
3765
+ end
3766
+ end
3767
+
3705
3768
  # NodePoolAutoscaling contains information required by cluster autoscaler to
3706
3769
  # adjust the size of the node pool to the current cluster usage.
3707
3770
  class NodePoolAutoscaling
@@ -4659,7 +4722,7 @@ module Google
4659
4722
  # @return [String]
4660
4723
  attr_accessor :label_fingerprint
4661
4724
 
4662
- # The name (project, location, cluster id) of the cluster to set labels.
4725
+ # The name (project, location, cluster name) of the cluster to set labels.
4663
4726
  # Specified in the format `projects/*/locations/*/clusters/*`.
4664
4727
  # Corresponds to the JSON property `name`
4665
4728
  # @return [String]
@@ -4716,7 +4779,7 @@ module Google
4716
4779
  attr_accessor :enabled
4717
4780
  alias_method :enabled?, :enabled
4718
4781
 
4719
- # The name (project, location, cluster id) of the cluster to set legacy abac.
4782
+ # The name (project, location, cluster name) of the cluster to set legacy abac.
4720
4783
  # Specified in the format `projects/*/locations/*/clusters/*`.
4721
4784
  # Corresponds to the JSON property `name`
4722
4785
  # @return [String]
@@ -4873,7 +4936,7 @@ module Google
4873
4936
  # @return [Google::Apis::ContainerV1beta1::MaintenancePolicy]
4874
4937
  attr_accessor :maintenance_policy
4875
4938
 
4876
- # The name (project, location, cluster id) of the cluster to set maintenance
4939
+ # The name (project, location, cluster name) of the cluster to set maintenance
4877
4940
  # policy. Specified in the format `projects/*/locations/*/clusters/*`.
4878
4941
  # Corresponds to the JSON property `name`
4879
4942
  # @return [String]
@@ -5026,7 +5089,7 @@ module Google
5026
5089
  # @return [String]
5027
5090
  attr_accessor :cluster_id
5028
5091
 
5029
- # The name (project, location, cluster id) of the cluster to set networking
5092
+ # The name (project, location, cluster name) of the cluster to set networking
5030
5093
  # policy. Specified in the format `projects/*/locations/*/clusters/*`.
5031
5094
  # Corresponds to the JSON property `name`
5032
5095
  # @return [String]
@@ -5304,7 +5367,7 @@ module Google
5304
5367
  # @return [String]
5305
5368
  attr_accessor :cluster_id
5306
5369
 
5307
- # The name (project, location, cluster id) of the cluster to start IP rotation.
5370
+ # The name (project, location, cluster name) of the cluster to start IP rotation.
5308
5371
  # Specified in the format `projects/*/locations/*/clusters/*`.
5309
5372
  # Corresponds to the JSON property `name`
5310
5373
  # @return [String]
@@ -5596,6 +5659,12 @@ module Google
5596
5659
  # @return [String]
5597
5660
  attr_accessor :cluster_id
5598
5661
 
5662
+ # ConfidentialNodes is configuration for the confidential nodes feature, which
5663
+ # makes nodes run on confidential VMs.
5664
+ # Corresponds to the JSON property `confidentialNodes`
5665
+ # @return [Google::Apis::ContainerV1beta1::ConfidentialNodes]
5666
+ attr_accessor :confidential_nodes
5667
+
5599
5668
  # GcfsConfig contains configurations of Google Container File System.
5600
5669
  # Corresponds to the JSON property `gcfsConfig`
5601
5670
  # @return [Google::Apis::ContainerV1beta1::GcfsConfig]
@@ -5704,6 +5773,7 @@ module Google
5704
5773
  # Update properties of this object
5705
5774
  def update!(**args)
5706
5775
  @cluster_id = args[:cluster_id] if args.key?(:cluster_id)
5776
+ @confidential_nodes = args[:confidential_nodes] if args.key?(:confidential_nodes)
5707
5777
  @gcfs_config = args[:gcfs_config] if args.key?(:gcfs_config)
5708
5778
  @gvnic = args[:gvnic] if args.key?(:gvnic)
5709
5779
  @image_type = args[:image_type] if args.key?(:image_type)
@@ -5988,11 +6058,11 @@ module Google
5988
6058
  # Represents a whole or partial calendar date, such as a birthday. The time of
5989
6059
  # day and time zone are either specified elsewhere or are insignificant. The
5990
6060
  # date is relative to the Gregorian Calendar. This can represent one of the
5991
- # following: * A full date, with non-zero year, month, and day values * A month
5992
- # and day value, with a zero year, such as an anniversary * A year on its own,
5993
- # with zero month and day values * A year and month value, with a zero day, such
5994
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
5995
- # google.protobuf.Timestamp`.
6061
+ # following: * A full date, with non-zero year, month, and day values. * A month
6062
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
6063
+ # with a zero month and a zero day. * A year and month, with a zero day (for
6064
+ # example, a credit card expiration date). Related types: * google.type.
6065
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
5996
6066
  # Corresponds to the JSON property `supportEndDate`
5997
6067
  # @return [Google::Apis::ContainerV1beta1::Date]
5998
6068
  attr_accessor :support_end_date
@@ -6028,6 +6098,27 @@ module Google
6028
6098
  end
6029
6099
  end
6030
6100
 
6101
+ # Configuration for direct-path (via ALTS) with workload identity.
6102
+ class WorkloadAltsConfig
6103
+ include Google::Apis::Core::Hashable
6104
+
6105
+ # enable_alts controls whether the alts handshaker should be enabled or not for
6106
+ # direct-path. Requires Workload Identity (workload_pool must be non-empty).
6107
+ # Corresponds to the JSON property `enableAlts`
6108
+ # @return [Boolean]
6109
+ attr_accessor :enable_alts
6110
+ alias_method :enable_alts?, :enable_alts
6111
+
6112
+ def initialize(**args)
6113
+ update!(**args)
6114
+ end
6115
+
6116
+ # Update properties of this object
6117
+ def update!(**args)
6118
+ @enable_alts = args[:enable_alts] if args.key?(:enable_alts)
6119
+ end
6120
+ end
6121
+
6031
6122
  # Configuration for issuance of mTLS keys and certificates to Kubernetes pods.
6032
6123
  class WorkloadCertificates
6033
6124
  include Google::Apis::Core::Hashable
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ContainerV1beta1
18
18
  # Version of the google-apis-container_v1beta1 gem
19
- GEM_VERSION = "0.24.0"
19
+ GEM_VERSION = "0.27.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211208"
25
+ REVISION = "20220308"
26
26
  end
27
27
  end
28
28
  end
@@ -520,6 +520,12 @@ module Google
520
520
  include Google::Apis::Core::JsonObjectSupport
521
521
  end
522
522
 
523
+ class NodePoolAutoConfig
524
+ class Representation < Google::Apis::Core::JsonRepresentation; end
525
+
526
+ include Google::Apis::Core::JsonObjectSupport
527
+ end
528
+
523
529
  class NodePoolAutoscaling
524
530
  class Representation < Google::Apis::Core::JsonRepresentation; end
525
531
 
@@ -844,6 +850,12 @@ module Google
844
850
  include Google::Apis::Core::JsonObjectSupport
845
851
  end
846
852
 
853
+ class WorkloadAltsConfig
854
+ class Representation < Google::Apis::Core::JsonRepresentation; end
855
+
856
+ include Google::Apis::Core::JsonObjectSupport
857
+ end
858
+
847
859
  class WorkloadCertificates
848
860
  class Representation < Google::Apis::Core::JsonRepresentation; end
849
861
 
@@ -1077,6 +1089,8 @@ module Google
1077
1089
  property :node_config, as: 'nodeConfig', class: Google::Apis::ContainerV1beta1::NodeConfig, decorator: Google::Apis::ContainerV1beta1::NodeConfig::Representation
1078
1090
 
1079
1091
  property :node_ipv4_cidr_size, as: 'nodeIpv4CidrSize'
1092
+ property :node_pool_auto_config, as: 'nodePoolAutoConfig', class: Google::Apis::ContainerV1beta1::NodePoolAutoConfig, decorator: Google::Apis::ContainerV1beta1::NodePoolAutoConfig::Representation
1093
+
1080
1094
  property :node_pool_defaults, as: 'nodePoolDefaults', class: Google::Apis::ContainerV1beta1::NodePoolDefaults, decorator: Google::Apis::ContainerV1beta1::NodePoolDefaults::Representation
1081
1095
 
1082
1096
  collection :node_pools, as: 'nodePools', class: Google::Apis::ContainerV1beta1::NodePool, decorator: Google::Apis::ContainerV1beta1::NodePool::Representation
@@ -1105,6 +1119,8 @@ module Google
1105
1119
  property :tpu_ipv4_cidr_block, as: 'tpuIpv4CidrBlock'
1106
1120
  property :vertical_pod_autoscaling, as: 'verticalPodAutoscaling', class: Google::Apis::ContainerV1beta1::VerticalPodAutoscaling, decorator: Google::Apis::ContainerV1beta1::VerticalPodAutoscaling::Representation
1107
1121
 
1122
+ property :workload_alts_config, as: 'workloadAltsConfig', class: Google::Apis::ContainerV1beta1::WorkloadAltsConfig, decorator: Google::Apis::ContainerV1beta1::WorkloadAltsConfig::Representation
1123
+
1108
1124
  property :workload_certificates, as: 'workloadCertificates', class: Google::Apis::ContainerV1beta1::WorkloadCertificates, decorator: Google::Apis::ContainerV1beta1::WorkloadCertificates::Representation
1109
1125
 
1110
1126
  property :workload_identity_config, as: 'workloadIdentityConfig', class: Google::Apis::ContainerV1beta1::WorkloadIdentityConfig, decorator: Google::Apis::ContainerV1beta1::WorkloadIdentityConfig::Representation
@@ -1176,6 +1192,8 @@ module Google
1176
1192
  property :desired_monitoring_config, as: 'desiredMonitoringConfig', class: Google::Apis::ContainerV1beta1::MonitoringConfig, decorator: Google::Apis::ContainerV1beta1::MonitoringConfig::Representation
1177
1193
 
1178
1194
  property :desired_monitoring_service, as: 'desiredMonitoringService'
1195
+ property :desired_node_pool_auto_config_network_tags, as: 'desiredNodePoolAutoConfigNetworkTags', class: Google::Apis::ContainerV1beta1::NetworkTags, decorator: Google::Apis::ContainerV1beta1::NetworkTags::Representation
1196
+
1179
1197
  property :desired_node_pool_autoscaling, as: 'desiredNodePoolAutoscaling', class: Google::Apis::ContainerV1beta1::NodePoolAutoscaling, decorator: Google::Apis::ContainerV1beta1::NodePoolAutoscaling::Representation
1180
1198
 
1181
1199
  property :desired_node_pool_id, as: 'desiredNodePoolId'
@@ -1199,6 +1217,8 @@ module Google
1199
1217
 
1200
1218
  property :desired_vertical_pod_autoscaling, as: 'desiredVerticalPodAutoscaling', class: Google::Apis::ContainerV1beta1::VerticalPodAutoscaling, decorator: Google::Apis::ContainerV1beta1::VerticalPodAutoscaling::Representation
1201
1219
 
1220
+ property :desired_workload_alts_config, as: 'desiredWorkloadAltsConfig', class: Google::Apis::ContainerV1beta1::WorkloadAltsConfig, decorator: Google::Apis::ContainerV1beta1::WorkloadAltsConfig::Representation
1221
+
1202
1222
  property :desired_workload_certificates, as: 'desiredWorkloadCertificates', class: Google::Apis::ContainerV1beta1::WorkloadCertificates, decorator: Google::Apis::ContainerV1beta1::WorkloadCertificates::Representation
1203
1223
 
1204
1224
  property :desired_workload_identity_config, as: 'desiredWorkloadIdentityConfig', class: Google::Apis::ContainerV1beta1::WorkloadIdentityConfig, decorator: Google::Apis::ContainerV1beta1::WorkloadIdentityConfig::Representation
@@ -1716,6 +1736,8 @@ module Google
1716
1736
  property :advanced_machine_features, as: 'advancedMachineFeatures', class: Google::Apis::ContainerV1beta1::AdvancedMachineFeatures, decorator: Google::Apis::ContainerV1beta1::AdvancedMachineFeatures::Representation
1717
1737
 
1718
1738
  property :boot_disk_kms_key, as: 'bootDiskKmsKey'
1739
+ property :confidential_nodes, as: 'confidentialNodes', class: Google::Apis::ContainerV1beta1::ConfidentialNodes, decorator: Google::Apis::ContainerV1beta1::ConfidentialNodes::Representation
1740
+
1719
1741
  property :disk_size_gb, as: 'diskSizeGb'
1720
1742
  property :disk_type, as: 'diskType'
1721
1743
  property :ephemeral_storage_config, as: 'ephemeralStorageConfig', class: Google::Apis::ContainerV1beta1::EphemeralStorageConfig, decorator: Google::Apis::ContainerV1beta1::EphemeralStorageConfig::Representation
@@ -1827,6 +1849,14 @@ module Google
1827
1849
  end
1828
1850
  end
1829
1851
 
1852
+ class NodePoolAutoConfig
1853
+ # @private
1854
+ class Representation < Google::Apis::Core::JsonRepresentation
1855
+ property :network_tags, as: 'networkTags', class: Google::Apis::ContainerV1beta1::NetworkTags, decorator: Google::Apis::ContainerV1beta1::NetworkTags::Representation
1856
+
1857
+ end
1858
+ end
1859
+
1830
1860
  class NodePoolAutoscaling
1831
1861
  # @private
1832
1862
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2298,6 +2328,8 @@ module Google
2298
2328
  # @private
2299
2329
  class Representation < Google::Apis::Core::JsonRepresentation
2300
2330
  property :cluster_id, as: 'clusterId'
2331
+ property :confidential_nodes, as: 'confidentialNodes', class: Google::Apis::ContainerV1beta1::ConfidentialNodes, decorator: Google::Apis::ContainerV1beta1::ConfidentialNodes::Representation
2332
+
2301
2333
  property :gcfs_config, as: 'gcfsConfig', class: Google::Apis::ContainerV1beta1::GcfsConfig, decorator: Google::Apis::ContainerV1beta1::GcfsConfig::Representation
2302
2334
 
2303
2335
  property :gvnic, as: 'gvnic', class: Google::Apis::ContainerV1beta1::VirtualNic, decorator: Google::Apis::ContainerV1beta1::VirtualNic::Representation
@@ -2412,6 +2444,13 @@ module Google
2412
2444
  end
2413
2445
  end
2414
2446
 
2447
+ class WorkloadAltsConfig
2448
+ # @private
2449
+ class Representation < Google::Apis::Core::JsonRepresentation
2450
+ property :enable_alts, as: 'enableAlts'
2451
+ end
2452
+ end
2453
+
2415
2454
  class WorkloadCertificates
2416
2455
  # @private
2417
2456
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -171,7 +171,7 @@ module Google
171
171
 
172
172
  # Completes master IP rotation.
173
173
  # @param [String] name
174
- # The name (project, location, cluster id) of the cluster to complete IP
174
+ # The name (project, location, cluster name) of the cluster to complete IP
175
175
  # rotation. Specified in the format `projects/*/locations/*/clusters/*`.
176
176
  # @param [Google::Apis::ContainerV1beta1::CompleteIpRotationRequest] complete_ip_rotation_request_object
177
177
  # @param [String] fields
@@ -342,8 +342,8 @@ module Google
342
342
  # This API is not yet intended for general use, and is not available for all
343
343
  # clusters.
344
344
  # @param [String] parent
345
- # The cluster (project, location, cluster id) to get keys for. Specified in the
346
- # format `projects/*/locations/*/clusters/*`.
345
+ # The cluster (project, location, cluster name) to get keys for. Specified in
346
+ # the format `projects/*/locations/*/clusters/*`.
347
347
  # @param [String] fields
348
348
  # Selector specifying which fields to include in a partial response.
349
349
  # @param [String] quota_user
@@ -451,7 +451,7 @@ module Google
451
451
 
452
452
  # Enables or disables the ABAC authorization mechanism on a cluster.
453
453
  # @param [String] name
454
- # The name (project, location, cluster id) of the cluster to set legacy abac.
454
+ # The name (project, location, cluster name) of the cluster to set legacy abac.
455
455
  # Specified in the format `projects/*/locations/*/clusters/*`.
456
456
  # @param [Google::Apis::ContainerV1beta1::SetLegacyAbacRequest] set_legacy_abac_request_object
457
457
  # @param [String] fields
@@ -555,7 +555,7 @@ module Google
555
555
 
556
556
  # Sets the maintenance policy for a cluster.
557
557
  # @param [String] name
558
- # The name (project, location, cluster id) of the cluster to set maintenance
558
+ # The name (project, location, cluster name) of the cluster to set maintenance
559
559
  # policy. Specified in the format `projects/*/locations/*/clusters/*`.
560
560
  # @param [Google::Apis::ContainerV1beta1::SetMaintenancePolicyRequest] set_maintenance_policy_request_object
561
561
  # @param [String] fields
@@ -659,7 +659,7 @@ module Google
659
659
 
660
660
  # Enables or disables Network Policy for a cluster.
661
661
  # @param [String] name
662
- # The name (project, location, cluster id) of the cluster to set networking
662
+ # The name (project, location, cluster name) of the cluster to set networking
663
663
  # policy. Specified in the format `projects/*/locations/*/clusters/*`.
664
664
  # @param [Google::Apis::ContainerV1beta1::SetNetworkPolicyRequest] set_network_policy_request_object
665
665
  # @param [String] fields
@@ -693,7 +693,7 @@ module Google
693
693
 
694
694
  # Sets labels on a cluster.
695
695
  # @param [String] name
696
- # The name (project, location, cluster id) of the cluster to set labels.
696
+ # The name (project, location, cluster name) of the cluster to set labels.
697
697
  # Specified in the format `projects/*/locations/*/clusters/*`.
698
698
  # @param [Google::Apis::ContainerV1beta1::SetLabelsRequest] set_labels_request_object
699
699
  # @param [String] fields
@@ -727,7 +727,7 @@ module Google
727
727
 
728
728
  # Starts master IP rotation.
729
729
  # @param [String] name
730
- # The name (project, location, cluster id) of the cluster to start IP rotation.
730
+ # The name (project, location, cluster name) of the cluster to start IP rotation.
731
731
  # Specified in the format `projects/*/locations/*/clusters/*`.
732
732
  # @param [Google::Apis::ContainerV1beta1::StartIpRotationRequest] start_ip_rotation_request_object
733
733
  # @param [String] fields
@@ -829,8 +829,8 @@ module Google
829
829
 
830
830
  # Creates a node pool for a cluster.
831
831
  # @param [String] parent
832
- # The parent (project, location, cluster id) where the node pool will be created.
833
- # Specified in the format `projects/*/locations/*/clusters/*`.
832
+ # The parent (project, location, cluster name) where the node pool will be
833
+ # created. Specified in the format `projects/*/locations/*/clusters/*`.
834
834
  # @param [Google::Apis::ContainerV1beta1::CreateNodePoolRequest] create_node_pool_request_object
835
835
  # @param [String] fields
836
836
  # Selector specifying which fields to include in a partial response.
@@ -961,8 +961,8 @@ module Google
961
961
 
962
962
  # Lists the node pools for a cluster.
963
963
  # @param [String] parent
964
- # The parent (project, location, cluster id) where the node pools will be listed.
965
- # Specified in the format `projects/*/locations/*/clusters/*`.
964
+ # The parent (project, location, cluster name) where the node pools will be
965
+ # listed. Specified in the format `projects/*/locations/*/clusters/*`.
966
966
  # @param [String] cluster_id
967
967
  # Required. Deprecated. The name of the cluster. This field has been deprecated
968
968
  # and replaced by the parent field.
@@ -1185,8 +1185,8 @@ module Google
1185
1185
  # 1_0.html) for details. This API is not yet intended for general use, and is
1186
1186
  # not available for all clusters.
1187
1187
  # @param [String] parent
1188
- # The cluster (project, location, cluster id) to get the discovery document for.
1189
- # Specified in the format `projects/*/locations/*/clusters/*`.
1188
+ # The cluster (project, location, cluster name) to get the discovery document
1189
+ # for. Specified in the format `projects/*/locations/*/clusters/*`.
1190
1190
  # @param [String] fields
1191
1191
  # Selector specifying which fields to include in a partial response.
1192
1192
  # @param [String] quota_user
@@ -2338,8 +2338,8 @@ module Google
2338
2338
  # Required. Deprecated. The name of the cluster. This field has been deprecated
2339
2339
  # and replaced by the parent field.
2340
2340
  # @param [String] parent
2341
- # The parent (project, location, cluster id) where the node pools will be listed.
2342
- # Specified in the format `projects/*/locations/*/clusters/*`.
2341
+ # The parent (project, location, cluster name) where the node pools will be
2342
+ # listed. Specified in the format `projects/*/locations/*/clusters/*`.
2343
2343
  # @param [String] fields
2344
2344
  # Selector specifying which fields to include in a partial response.
2345
2345
  # @param [String] quota_user
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-container_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.24.0
4
+ version: 0.27.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-01-10 00:00:00.000000000 Z
11
+ date: 2022-03-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.24.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.27.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-container_v1beta1
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.4
78
+ rubygems_version: 3.3.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Kubernetes Engine API V1beta1