google-apis-container_v1beta1 0.25.0 → 0.28.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: f53ea417f37754fe12154a2b699c9b69aec81103cf802baea5b67bd1212f2468
4
- data.tar.gz: 11111d82e754af3ba996cbe426dd9392c519b65bf1ea513f66d00b1a54b89556
3
+ metadata.gz: 88ed92358dcca735a7121ae03dcfbebb337b35668a14ed042b310470401ccde4
4
+ data.tar.gz: 13b88cf9c5282c0d60f2f6c19f6b67f2774b2198221c95468e2ddf7890c59fce
5
5
  SHA512:
6
- metadata.gz: e7ecb96da9a69650eefb1a8930380d810955d7c15762bd2c40c37da27ed1b2fd4f430f56d4ee1fce0bc6f24f127cb3741d22ce0a6a50a3d946e18cf47691a768
7
- data.tar.gz: 3191564ce53239d489db886d20b40a2345ed7a95d1a89d45ee6846db864c4fde7b8490adbbe7e71191d2796f9c19ffe2fb79adca56751f3d9184d4b075136758
6
+ metadata.gz: 99ad583241efaaca10f6f8f5fa4b3695aeff78bb5129e4a90b5fecb6636db4dbaffa1e4a4076bde38fb3a59b7de3deeada7c4631f1592e28328e7dab2fde72a5
7
+ data.tar.gz: 31a91deb9b0594aade77d8a92f9fe59ad338c3f75454eb9295f0a5df5c95abf97237cc83a6d4e220535f82dbe3cafca726cdc3e915c80c292ff2dd7b883313ee
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-container_v1beta1
2
2
 
3
+ ### v0.28.0 (2022-04-14)
4
+
5
+ * Regenerated from discovery document revision 20220328
6
+
7
+ ### v0.27.0 (2022-03-22)
8
+
9
+ * Regenerated from discovery document revision 20220308
10
+
11
+ ### v0.26.0 (2022-03-03)
12
+
13
+ * Regenerated from discovery document revision 20220215
14
+
3
15
  ### v0.25.0 (2022-02-01)
4
16
 
5
17
  * Regenerated from discovery document revision 20220114
@@ -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
@@ -391,7 +392,7 @@ module Google
391
392
  include Google::Apis::Core::Hashable
392
393
 
393
394
  # Enable Binary Authorization for this cluster. If enabled, all container images
394
- # will be validated by Google Binauthz.
395
+ # will be validated by Binary Authorization.
395
396
  # Corresponds to the JSON property `enabled`
396
397
  # @return [Boolean]
397
398
  attr_accessor :enabled
@@ -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
@@ -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
 
@@ -1777,8 +1807,7 @@ module Google
1777
1807
  # A generic empty message that you can re-use to avoid defining duplicated empty
1778
1808
  # messages in your APIs. A typical example is to use it as the request or the
1779
1809
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
1780
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
1781
- # `Empty` is empty JSON object ````.
1810
+ # protobuf.Empty) returns (google.protobuf.Empty); `
1782
1811
  class Empty
1783
1812
  include Google::Apis::Core::Hashable
1784
1813
 
@@ -2453,9 +2482,10 @@ module Google
2453
2482
  include Google::Apis::Core::Hashable
2454
2483
 
2455
2484
  # The Linux kernel parameters to be applied to the nodes and all pods running on
2456
- # the nodes. The following parameters are supported. net.core.netdev_max_backlog
2457
- # net.core.rmem_max net.core.wmem_default net.core.wmem_max net.core.optmem_max
2458
- # net.core.somaxconn net.ipv4.tcp_rmem net.ipv4.tcp_wmem net.ipv4.tcp_tw_reuse
2485
+ # the nodes. The following parameters are supported. net.core.busy_poll net.core.
2486
+ # busy_read net.core.netdev_max_backlog net.core.rmem_max net.core.wmem_default
2487
+ # net.core.wmem_max net.core.optmem_max net.core.somaxconn net.ipv4.tcp_rmem net.
2488
+ # ipv4.tcp_wmem net.ipv4.tcp_tw_reuse
2459
2489
  # Corresponds to the JSON property `sysctls`
2460
2490
  # @return [Hash<String,String>]
2461
2491
  attr_accessor :sysctls
@@ -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)
@@ -3442,6 +3481,14 @@ module Google
3442
3481
  # @return [String]
3443
3482
  attr_accessor :cpu_manager_policy
3444
3483
 
3484
+ # Set the Pod PID limits. See https://kubernetes.io/docs/concepts/policy/pid-
3485
+ # limiting/#pod-pid-limits Controls the maximum number of processes allowed to
3486
+ # run in a pod. The value must be greater than or equal to 1024 and less than
3487
+ # 4194304.
3488
+ # Corresponds to the JSON property `podPidsLimit`
3489
+ # @return [Fixnum]
3490
+ attr_accessor :pod_pids_limit
3491
+
3445
3492
  def initialize(**args)
3446
3493
  update!(**args)
3447
3494
  end
@@ -3451,6 +3498,7 @@ module Google
3451
3498
  @cpu_cfs_quota = args[:cpu_cfs_quota] if args.key?(:cpu_cfs_quota)
3452
3499
  @cpu_cfs_quota_period = args[:cpu_cfs_quota_period] if args.key?(:cpu_cfs_quota_period)
3453
3500
  @cpu_manager_policy = args[:cpu_manager_policy] if args.key?(:cpu_manager_policy)
3501
+ @pod_pids_limit = args[:pod_pids_limit] if args.key?(:pod_pids_limit)
3454
3502
  end
3455
3503
  end
3456
3504
 
@@ -3589,7 +3637,9 @@ module Google
3589
3637
  # @return [Array<Google::Apis::ContainerV1beta1::StatusCondition>]
3590
3638
  attr_accessor :conditions
3591
3639
 
3592
- # Parameters that describe the nodes in a cluster.
3640
+ # Parameters that describe the nodes in a cluster. *Note:* GKE Autopilot
3641
+ # clusters do not recognize parameters in `NodeConfig`. Use
3642
+ # AutoprovisioningNodePoolDefaults instead.
3593
3643
  # Corresponds to the JSON property `config`
3594
3644
  # @return [Google::Apis::ContainerV1beta1::NodeConfig]
3595
3645
  attr_accessor :config
@@ -3702,6 +3752,28 @@ module Google
3702
3752
  end
3703
3753
  end
3704
3754
 
3755
+ # node pool configs that apply to all auto-provisioned node pools in autopilot
3756
+ # clusters and node auto-provisioning enabled clusters
3757
+ class NodePoolAutoConfig
3758
+ include Google::Apis::Core::Hashable
3759
+
3760
+ # Collection of Compute Engine network tags that can be applied to a node's
3761
+ # underlying VM instance. (See `tags` field in [`NodeConfig`](/kubernetes-engine/
3762
+ # docs/reference/rest/v1/NodeConfig)).
3763
+ # Corresponds to the JSON property `networkTags`
3764
+ # @return [Google::Apis::ContainerV1beta1::NetworkTags]
3765
+ attr_accessor :network_tags
3766
+
3767
+ def initialize(**args)
3768
+ update!(**args)
3769
+ end
3770
+
3771
+ # Update properties of this object
3772
+ def update!(**args)
3773
+ @network_tags = args[:network_tags] if args.key?(:network_tags)
3774
+ end
3775
+ end
3776
+
3705
3777
  # NodePoolAutoscaling contains information required by cluster autoscaler to
3706
3778
  # adjust the size of the node pool to the current cluster usage.
3707
3779
  class NodePoolAutoscaling
@@ -5596,6 +5668,12 @@ module Google
5596
5668
  # @return [String]
5597
5669
  attr_accessor :cluster_id
5598
5670
 
5671
+ # ConfidentialNodes is configuration for the confidential nodes feature, which
5672
+ # makes nodes run on confidential VMs.
5673
+ # Corresponds to the JSON property `confidentialNodes`
5674
+ # @return [Google::Apis::ContainerV1beta1::ConfidentialNodes]
5675
+ attr_accessor :confidential_nodes
5676
+
5599
5677
  # GcfsConfig contains configurations of Google Container File System.
5600
5678
  # Corresponds to the JSON property `gcfsConfig`
5601
5679
  # @return [Google::Apis::ContainerV1beta1::GcfsConfig]
@@ -5704,6 +5782,7 @@ module Google
5704
5782
  # Update properties of this object
5705
5783
  def update!(**args)
5706
5784
  @cluster_id = args[:cluster_id] if args.key?(:cluster_id)
5785
+ @confidential_nodes = args[:confidential_nodes] if args.key?(:confidential_nodes)
5707
5786
  @gcfs_config = args[:gcfs_config] if args.key?(:gcfs_config)
5708
5787
  @gvnic = args[:gvnic] if args.key?(:gvnic)
5709
5788
  @image_type = args[:image_type] if args.key?(:image_type)
@@ -5988,11 +6067,11 @@ module Google
5988
6067
  # Represents a whole or partial calendar date, such as a birthday. The time of
5989
6068
  # day and time zone are either specified elsewhere or are insignificant. The
5990
6069
  # 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`.
6070
+ # following: * A full date, with non-zero year, month, and day values. * A month
6071
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
6072
+ # with a zero month and a zero day. * A year and month, with a zero day (for
6073
+ # example, a credit card expiration date). Related types: * google.type.
6074
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
5996
6075
  # Corresponds to the JSON property `supportEndDate`
5997
6076
  # @return [Google::Apis::ContainerV1beta1::Date]
5998
6077
  attr_accessor :support_end_date
@@ -6028,6 +6107,27 @@ module Google
6028
6107
  end
6029
6108
  end
6030
6109
 
6110
+ # Configuration for direct-path (via ALTS) with workload identity.
6111
+ class WorkloadAltsConfig
6112
+ include Google::Apis::Core::Hashable
6113
+
6114
+ # enable_alts controls whether the alts handshaker should be enabled or not for
6115
+ # direct-path. Requires Workload Identity (workload_pool must be non-empty).
6116
+ # Corresponds to the JSON property `enableAlts`
6117
+ # @return [Boolean]
6118
+ attr_accessor :enable_alts
6119
+ alias_method :enable_alts?, :enable_alts
6120
+
6121
+ def initialize(**args)
6122
+ update!(**args)
6123
+ end
6124
+
6125
+ # Update properties of this object
6126
+ def update!(**args)
6127
+ @enable_alts = args[:enable_alts] if args.key?(:enable_alts)
6128
+ end
6129
+ end
6130
+
6031
6131
  # Configuration for issuance of mTLS keys and certificates to Kubernetes pods.
6032
6132
  class WorkloadCertificates
6033
6133
  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.25.0"
19
+ GEM_VERSION = "0.28.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220114"
25
+ REVISION = "20220328"
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
@@ -1767,6 +1789,7 @@ module Google
1767
1789
  property :cpu_cfs_quota, as: 'cpuCfsQuota'
1768
1790
  property :cpu_cfs_quota_period, as: 'cpuCfsQuotaPeriod'
1769
1791
  property :cpu_manager_policy, as: 'cpuManagerPolicy'
1792
+ property :pod_pids_limit, :numeric_string => true, as: 'podPidsLimit'
1770
1793
  end
1771
1794
  end
1772
1795
 
@@ -1827,6 +1850,14 @@ module Google
1827
1850
  end
1828
1851
  end
1829
1852
 
1853
+ class NodePoolAutoConfig
1854
+ # @private
1855
+ class Representation < Google::Apis::Core::JsonRepresentation
1856
+ property :network_tags, as: 'networkTags', class: Google::Apis::ContainerV1beta1::NetworkTags, decorator: Google::Apis::ContainerV1beta1::NetworkTags::Representation
1857
+
1858
+ end
1859
+ end
1860
+
1830
1861
  class NodePoolAutoscaling
1831
1862
  # @private
1832
1863
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2298,6 +2329,8 @@ module Google
2298
2329
  # @private
2299
2330
  class Representation < Google::Apis::Core::JsonRepresentation
2300
2331
  property :cluster_id, as: 'clusterId'
2332
+ property :confidential_nodes, as: 'confidentialNodes', class: Google::Apis::ContainerV1beta1::ConfidentialNodes, decorator: Google::Apis::ContainerV1beta1::ConfidentialNodes::Representation
2333
+
2301
2334
  property :gcfs_config, as: 'gcfsConfig', class: Google::Apis::ContainerV1beta1::GcfsConfig, decorator: Google::Apis::ContainerV1beta1::GcfsConfig::Representation
2302
2335
 
2303
2336
  property :gvnic, as: 'gvnic', class: Google::Apis::ContainerV1beta1::VirtualNic, decorator: Google::Apis::ContainerV1beta1::VirtualNic::Representation
@@ -2412,6 +2445,13 @@ module Google
2412
2445
  end
2413
2446
  end
2414
2447
 
2448
+ class WorkloadAltsConfig
2449
+ # @private
2450
+ class Representation < Google::Apis::Core::JsonRepresentation
2451
+ property :enable_alts, as: 'enableAlts'
2452
+ end
2453
+ end
2454
+
2415
2455
  class WorkloadCertificates
2416
2456
  # @private
2417
2457
  class Representation < Google::Apis::Core::JsonRepresentation
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.25.0
4
+ version: 0.28.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-02-07 00:00:00.000000000 Z
11
+ date: 2022-04-18 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.25.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.28.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: []