google-apis-container_v1beta1 0.57.0 → 0.59.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1d7a09a8ef5418b98b31f042f39e9d0d1d23feba98d8494954afef1d04c295f1
4
- data.tar.gz: ec2709239bef5d508ccd5c615684480c08b0012835bad5eccb349bcc48dbabdc
3
+ metadata.gz: 14285e6c455edb63cd7e2b2c6b58668d32cdbe40026a8e49828536f461d0cc68
4
+ data.tar.gz: 56ae162bd71fe79df0969e863f8f4ad66f3a1064f96060dd200d76e8afb2c2fb
5
5
  SHA512:
6
- metadata.gz: 34406d53691aa234a2f3ec4881f25cfd39edf0c3c5b9e1e815a478acad96e981d879d3c1e53de23bb56673ad2cf7e090f3a80abb627c092574e49ffe2165e5c8
7
- data.tar.gz: 96b9c49f404a71de57aaa03f4c98ba80185cec39edc16802f57db931b0d3816672deab1b3219f5581104419f5b2d606b578a5073b38fe5b8b7958b49479aa97e
6
+ metadata.gz: fe7f74cce8c0fbc545a104038e2727cb94b8b6d9156e2359a71ae8273c135a9f55ad8071fcc5465addc9417f725d90bdaeb884c98c120c65df9e48a92de8a923
7
+ data.tar.gz: c87db230cf89e588c7059aebf644b030595638bfb00e3ea424ff596c0c528bd80a2bd040a10c59eb73f69d666dbbfd8bbedecf7dd07ad61198a9bf16e948c118
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-container_v1beta1
2
2
 
3
+ ### v0.59.0 (2023-10-08)
4
+
5
+ * Regenerated from discovery document revision 20230919
6
+
7
+ ### v0.58.0 (2023-09-24)
8
+
9
+ * Regenerated from discovery document revision 20230914
10
+
3
11
  ### v0.57.0 (2023-08-27)
4
12
 
5
13
  * Regenerated from discovery document revision 20230810
@@ -563,20 +563,6 @@ module Google
563
563
  end
564
564
  end
565
565
 
566
- # Autoscaled rollout policy uses cluster autoscaler during blue-green upgrades
567
- # to scale both the green and blue pools.
568
- class AutoscaledRolloutPolicy
569
- include Google::Apis::Core::Hashable
570
-
571
- def initialize(**args)
572
- update!(**args)
573
- end
574
-
575
- # Update properties of this object
576
- def update!(**args)
577
- end
578
- end
579
-
580
566
  # Deprecated.
581
567
  class AvailableVersion
582
568
  include Google::Apis::Core::Hashable
@@ -736,12 +722,6 @@ module Google
736
722
  class BlueGreenSettings
737
723
  include Google::Apis::Core::Hashable
738
724
 
739
- # Autoscaled rollout policy uses cluster autoscaler during blue-green upgrades
740
- # to scale both the green and blue pools.
741
- # Corresponds to the JSON property `autoscaledRolloutPolicy`
742
- # @return [Google::Apis::ContainerV1beta1::AutoscaledRolloutPolicy]
743
- attr_accessor :autoscaled_rollout_policy
744
-
745
725
  # Time needed after draining entire blue pool. After this period, blue pool will
746
726
  # be cleaned up.
747
727
  # Corresponds to the JSON property `nodePoolSoakDuration`
@@ -759,7 +739,6 @@ module Google
759
739
 
760
740
  # Update properties of this object
761
741
  def update!(**args)
762
- @autoscaled_rollout_policy = args[:autoscaled_rollout_policy] if args.key?(:autoscaled_rollout_policy)
763
742
  @node_pool_soak_duration = args[:node_pool_soak_duration] if args.key?(:node_pool_soak_duration)
764
743
  @standard_rollout_policy = args[:standard_rollout_policy] if args.key?(:standard_rollout_policy)
765
744
  end
@@ -1263,6 +1242,13 @@ module Google
1263
1242
  # @return [Google::Apis::ContainerV1beta1::NotificationConfig]
1264
1243
  attr_accessor :notification_config
1265
1244
 
1245
+ # ParentProductConfig is the configuration of the parent product of the cluster.
1246
+ # This field is used by Google internal products that are built on top of a GKE
1247
+ # cluster and take the ownership of the cluster.
1248
+ # Corresponds to the JSON property `parentProductConfig`
1249
+ # @return [Google::Apis::ContainerV1beta1::ParentProductConfig]
1250
+ attr_accessor :parent_product_config
1251
+
1266
1252
  # Configuration for the PodSecurityPolicy feature.
1267
1253
  # Corresponds to the JSON property `podSecurityPolicyConfig`
1268
1254
  # @return [Google::Apis::ContainerV1beta1::PodSecurityPolicyConfig]
@@ -1450,6 +1436,7 @@ module Google
1450
1436
  @node_pool_defaults = args[:node_pool_defaults] if args.key?(:node_pool_defaults)
1451
1437
  @node_pools = args[:node_pools] if args.key?(:node_pools)
1452
1438
  @notification_config = args[:notification_config] if args.key?(:notification_config)
1439
+ @parent_product_config = args[:parent_product_config] if args.key?(:parent_product_config)
1453
1440
  @pod_security_policy_config = args[:pod_security_policy_config] if args.key?(:pod_security_policy_config)
1454
1441
  @private_cluster = args[:private_cluster] if args.key?(:private_cluster)
1455
1442
  @private_cluster_config = args[:private_cluster_config] if args.key?(:private_cluster_config)
@@ -1677,6 +1664,11 @@ module Google
1677
1664
  # @return [String]
1678
1665
  attr_accessor :desired_image_type
1679
1666
 
1667
+ # Specify the details of in-transit encryption.
1668
+ # Corresponds to the JSON property `desiredInTransitEncryptionConfig`
1669
+ # @return [String]
1670
+ attr_accessor :desired_in_transit_encryption_config
1671
+
1680
1672
  # IntraNodeVisibilityConfig contains the desired config of the intra-node
1681
1673
  # visibility on this cluster.
1682
1674
  # Corresponds to the JSON property `desiredIntraNodeVisibilityConfig`
@@ -1811,6 +1803,13 @@ module Google
1811
1803
  # @return [Google::Apis::ContainerV1beta1::NotificationConfig]
1812
1804
  attr_accessor :desired_notification_config
1813
1805
 
1806
+ # ParentProductConfig is the configuration of the parent product of the cluster.
1807
+ # This field is used by Google internal products that are built on top of a GKE
1808
+ # cluster and take the ownership of the cluster.
1809
+ # Corresponds to the JSON property `desiredParentProductConfig`
1810
+ # @return [Google::Apis::ContainerV1beta1::ParentProductConfig]
1811
+ attr_accessor :desired_parent_product_config
1812
+
1814
1813
  # Configuration for the PodSecurityPolicy feature.
1815
1814
  # Corresponds to the JSON property `desiredPodSecurityPolicyConfig`
1816
1815
  # @return [Google::Apis::ContainerV1beta1::PodSecurityPolicyConfig]
@@ -1939,6 +1938,7 @@ module Google
1939
1938
  @desired_host_maintenance_policy = args[:desired_host_maintenance_policy] if args.key?(:desired_host_maintenance_policy)
1940
1939
  @desired_identity_service_config = args[:desired_identity_service_config] if args.key?(:desired_identity_service_config)
1941
1940
  @desired_image_type = args[:desired_image_type] if args.key?(:desired_image_type)
1941
+ @desired_in_transit_encryption_config = args[:desired_in_transit_encryption_config] if args.key?(:desired_in_transit_encryption_config)
1942
1942
  @desired_intra_node_visibility_config = args[:desired_intra_node_visibility_config] if args.key?(:desired_intra_node_visibility_config)
1943
1943
  @desired_k8s_beta_apis = args[:desired_k8s_beta_apis] if args.key?(:desired_k8s_beta_apis)
1944
1944
  @desired_l4ilb_subsetting_config = args[:desired_l4ilb_subsetting_config] if args.key?(:desired_l4ilb_subsetting_config)
@@ -1958,6 +1958,7 @@ module Google
1958
1958
  @desired_node_pool_logging_config = args[:desired_node_pool_logging_config] if args.key?(:desired_node_pool_logging_config)
1959
1959
  @desired_node_version = args[:desired_node_version] if args.key?(:desired_node_version)
1960
1960
  @desired_notification_config = args[:desired_notification_config] if args.key?(:desired_notification_config)
1961
+ @desired_parent_product_config = args[:desired_parent_product_config] if args.key?(:desired_parent_product_config)
1961
1962
  @desired_pod_security_policy_config = args[:desired_pod_security_policy_config] if args.key?(:desired_pod_security_policy_config)
1962
1963
  @desired_private_cluster_config = args[:desired_private_cluster_config] if args.key?(:desired_private_cluster_config)
1963
1964
  @desired_private_ipv6_google_access = args[:desired_private_ipv6_google_access] if args.key?(:desired_private_ipv6_google_access)
@@ -2415,8 +2416,17 @@ module Google
2415
2416
  include Google::Apis::Core::Hashable
2416
2417
 
2417
2418
  # Number of local SSDs to use to back ephemeral storage. Uses NVMe interfaces.
2418
- # Each local SSD is 375 GB in size. If zero, it means to disable using local
2419
- # SSDs as ephemeral storage.
2419
+ # The limit for this value is dependent upon the maximum number of disk
2420
+ # available on a machine per zone. See: https://cloud.google.com/compute/docs/
2421
+ # disks/local-ssd for more information. A zero (or unset) value has different
2422
+ # meanings depending on machine type being used: 1. For pre-Gen3 machines, which
2423
+ # support flexible numbers of local ssds, zero (or unset) means to disable using
2424
+ # local SSDs as ephemeral storage. 2. For Gen3 machines which dictate a specific
2425
+ # number of local ssds, zero (or unset) means to use the default number of local
2426
+ # ssds that goes with that machine type. For example, for a c3-standard-8-lssd
2427
+ # machine, 2 local ssds would be provisioned. For c3-standard-8 (which doesn't
2428
+ # support local ssds), 0 will be provisioned. See https://cloud.google.com/
2429
+ # compute/docs/disks/local-ssd#choose_number_local_ssds for more info.
2420
2430
  # Corresponds to the JSON property `localSsdCount`
2421
2431
  # @return [Fixnum]
2422
2432
  attr_accessor :local_ssd_count
@@ -2436,11 +2446,18 @@ module Google
2436
2446
  class EphemeralStorageLocalSsdConfig
2437
2447
  include Google::Apis::Core::Hashable
2438
2448
 
2439
- # Number of local SSDs to use to back ephemeral storage. Uses NVMe interfaces.
2440
- # Each local SSD is 375 GB in size. If zero, it means to disable using local
2441
- # SSDs as ephemeral storage. The limit for this value is dependent upon the
2442
- # maximum number of disks available on a machine per zone. See: https://cloud.
2443
- # google.com/compute/docs/disks/local-ssd for more information.
2449
+ # Number of local SSDs to use to back ephemeral storage. Uses NVMe interfaces. A
2450
+ # zero (or unset) value has different meanings depending on machine type being
2451
+ # used: 1. For pre-Gen3 machines, which support flexible numbers of local ssds,
2452
+ # zero (or unset) means to disable using local SSDs as ephemeral storage. The
2453
+ # limit for this value is dependent upon the maximum number of disk available on
2454
+ # a machine per zone. See: https://cloud.google.com/compute/docs/disks/local-ssd
2455
+ # for more information. 2. For Gen3 machines which dictate a specific number of
2456
+ # local ssds, zero (or unset) means to use the default number of local ssds that
2457
+ # goes with that machine type. For example, for a c3-standard-8-lssd machine, 2
2458
+ # local ssds would be provisioned. For c3-standard-8 (which doesn't support
2459
+ # local ssds), 0 will be provisioned. See https://cloud.google.com/compute/docs/
2460
+ # disks/local-ssd#choose_number_local_ssds for more info.
2444
2461
  # Corresponds to the JSON property `localSsdCount`
2445
2462
  # @return [Fixnum]
2446
2463
  attr_accessor :local_ssd_count
@@ -3477,11 +3494,18 @@ module Google
3477
3494
  class LocalNvmeSsdBlockConfig
3478
3495
  include Google::Apis::Core::Hashable
3479
3496
 
3480
- # The number of raw-block local NVMe SSD disks to be attached to the node. Each
3481
- # local SSD is 375 GB in size. If zero, it means no raw-block local NVMe SSD
3482
- # disks to be attached to the node. The limit for this value is dependent upon
3483
- # the maximum number of disks available on a machine per zone. See: https://
3484
- # cloud.google.com/compute/docs/disks/local-ssd for more information.
3497
+ # Number of local NVMe SSDs to use. The limit for this value is dependent upon
3498
+ # the maximum number of disk available on a machine per zone. See: https://cloud.
3499
+ # google.com/compute/docs/disks/local-ssd for more information. A zero (or unset)
3500
+ # value has different meanings depending on machine type being used: 1. For pre-
3501
+ # Gen3 machines, which support flexible numbers of local ssds, zero (or unset)
3502
+ # means to disable using local SSDs as ephemeral storage. 2. For Gen3 machines
3503
+ # which dictate a specific number of local ssds, zero (or unset) means to use
3504
+ # the default number of local ssds that goes with that machine type. For example,
3505
+ # for a c3-standard-8-lssd machine, 2 local ssds would be provisioned. For c3-
3506
+ # standard-8 (which doesn't support local ssds), 0 will be provisioned. See
3507
+ # https://cloud.google.com/compute/docs/disks/local-ssd#choose_number_local_ssds
3508
+ # for more info.
3485
3509
  # Corresponds to the JSON property `localSsdCount`
3486
3510
  # @return [Fixnum]
3487
3511
  attr_accessor :local_ssd_count
@@ -3986,6 +4010,11 @@ module Google
3986
4010
  # @return [Google::Apis::ContainerV1beta1::GatewayApiConfig]
3987
4011
  attr_accessor :gateway_api_config
3988
4012
 
4013
+ # Specify the details of in-transit encryption.
4014
+ # Corresponds to the JSON property `inTransitEncryptionConfig`
4015
+ # @return [String]
4016
+ attr_accessor :in_transit_encryption_config
4017
+
3989
4018
  # Output only. The relative name of the Google Compute Engine network(https://
3990
4019
  # cloud.google.com/compute/docs/networks-and-firewalls#networks) to which the
3991
4020
  # cluster is connected. Example: projects/my-project/global/networks/my-network
@@ -4030,6 +4059,7 @@ module Google
4030
4059
  @enable_l4ilb_subsetting = args[:enable_l4ilb_subsetting] if args.key?(:enable_l4ilb_subsetting)
4031
4060
  @enable_multi_networking = args[:enable_multi_networking] if args.key?(:enable_multi_networking)
4032
4061
  @gateway_api_config = args[:gateway_api_config] if args.key?(:gateway_api_config)
4062
+ @in_transit_encryption_config = args[:in_transit_encryption_config] if args.key?(:in_transit_encryption_config)
4033
4063
  @network = args[:network] if args.key?(:network)
4034
4064
  @network_performance_config = args[:network_performance_config] if args.key?(:network_performance_config)
4035
4065
  @private_ipv6_google_access = args[:private_ipv6_google_access] if args.key?(:private_ipv6_google_access)
@@ -4211,6 +4241,14 @@ module Google
4211
4241
  # @return [String]
4212
4242
  attr_accessor :disk_type
4213
4243
 
4244
+ # Optional. Enable confidential storage on Hyperdisk. boot_disk_kms_key is
4245
+ # required when enable_confidential_storage is true. This is only available for
4246
+ # private preview.
4247
+ # Corresponds to the JSON property `enableConfidentialStorage`
4248
+ # @return [Boolean]
4249
+ attr_accessor :enable_confidential_storage
4250
+ alias_method :enable_confidential_storage?, :enable_confidential_storage
4251
+
4214
4252
  # EphemeralStorageConfig contains configuration for the ephemeral storage
4215
4253
  # filesystem.
4216
4254
  # Corresponds to the JSON property `ephemeralStorageConfig`
@@ -4437,6 +4475,7 @@ module Google
4437
4475
  @confidential_nodes = args[:confidential_nodes] if args.key?(:confidential_nodes)
4438
4476
  @disk_size_gb = args[:disk_size_gb] if args.key?(:disk_size_gb)
4439
4477
  @disk_type = args[:disk_type] if args.key?(:disk_type)
4478
+ @enable_confidential_storage = args[:enable_confidential_storage] if args.key?(:enable_confidential_storage)
4440
4479
  @ephemeral_storage_config = args[:ephemeral_storage_config] if args.key?(:ephemeral_storage_config)
4441
4480
  @ephemeral_storage_local_ssd_config = args[:ephemeral_storage_local_ssd_config] if args.key?(:ephemeral_storage_local_ssd_config)
4442
4481
  @fast_socket = args[:fast_socket] if args.key?(:fast_socket)
@@ -5262,6 +5301,33 @@ module Google
5262
5301
  end
5263
5302
  end
5264
5303
 
5304
+ # ParentProductConfig is the configuration of the parent product of the cluster.
5305
+ # This field is used by Google internal products that are built on top of a GKE
5306
+ # cluster and take the ownership of the cluster.
5307
+ class ParentProductConfig
5308
+ include Google::Apis::Core::Hashable
5309
+
5310
+ # Labels contain the configuration of the parent product.
5311
+ # Corresponds to the JSON property `labels`
5312
+ # @return [Hash<String,String>]
5313
+ attr_accessor :labels
5314
+
5315
+ # Name of the parent product associated with the cluster.
5316
+ # Corresponds to the JSON property `productName`
5317
+ # @return [String]
5318
+ attr_accessor :product_name
5319
+
5320
+ def initialize(**args)
5321
+ update!(**args)
5322
+ end
5323
+
5324
+ # Update properties of this object
5325
+ def update!(**args)
5326
+ @labels = args[:labels] if args.key?(:labels)
5327
+ @product_name = args[:product_name] if args.key?(:product_name)
5328
+ end
5329
+ end
5330
+
5265
5331
  # PlacementPolicy defines the placement policy used by the node pool.
5266
5332
  class PlacementPolicy
5267
5333
  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.57.0"
19
+ GEM_VERSION = "0.59.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230810"
25
+ REVISION = "20230919"
26
26
  end
27
27
  end
28
28
  end
@@ -94,12 +94,6 @@ module Google
94
94
  include Google::Apis::Core::JsonObjectSupport
95
95
  end
96
96
 
97
- class AutoscaledRolloutPolicy
98
- class Representation < Google::Apis::Core::JsonRepresentation; end
99
-
100
- include Google::Apis::Core::JsonObjectSupport
101
- end
102
-
103
97
  class AvailableVersion
104
98
  class Representation < Google::Apis::Core::JsonRepresentation; end
105
99
 
@@ -730,6 +724,12 @@ module Google
730
724
  include Google::Apis::Core::JsonObjectSupport
731
725
  end
732
726
 
727
+ class ParentProductConfig
728
+ class Representation < Google::Apis::Core::JsonRepresentation; end
729
+
730
+ include Google::Apis::Core::JsonObjectSupport
731
+ end
732
+
733
733
  class PlacementPolicy
734
734
  class Representation < Google::Apis::Core::JsonRepresentation; end
735
735
 
@@ -1253,12 +1253,6 @@ module Google
1253
1253
  end
1254
1254
  end
1255
1255
 
1256
- class AutoscaledRolloutPolicy
1257
- # @private
1258
- class Representation < Google::Apis::Core::JsonRepresentation
1259
- end
1260
- end
1261
-
1262
1256
  class AvailableVersion
1263
1257
  # @private
1264
1258
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1306,8 +1300,6 @@ module Google
1306
1300
  class BlueGreenSettings
1307
1301
  # @private
1308
1302
  class Representation < Google::Apis::Core::JsonRepresentation
1309
- property :autoscaled_rollout_policy, as: 'autoscaledRolloutPolicy', class: Google::Apis::ContainerV1beta1::AutoscaledRolloutPolicy, decorator: Google::Apis::ContainerV1beta1::AutoscaledRolloutPolicy::Representation
1310
-
1311
1303
  property :node_pool_soak_duration, as: 'nodePoolSoakDuration'
1312
1304
  property :standard_rollout_policy, as: 'standardRolloutPolicy', class: Google::Apis::ContainerV1beta1::StandardRolloutPolicy, decorator: Google::Apis::ContainerV1beta1::StandardRolloutPolicy::Representation
1313
1305
 
@@ -1443,6 +1435,8 @@ module Google
1443
1435
 
1444
1436
  property :notification_config, as: 'notificationConfig', class: Google::Apis::ContainerV1beta1::NotificationConfig, decorator: Google::Apis::ContainerV1beta1::NotificationConfig::Representation
1445
1437
 
1438
+ property :parent_product_config, as: 'parentProductConfig', class: Google::Apis::ContainerV1beta1::ParentProductConfig, decorator: Google::Apis::ContainerV1beta1::ParentProductConfig::Representation
1439
+
1446
1440
  property :pod_security_policy_config, as: 'podSecurityPolicyConfig', class: Google::Apis::ContainerV1beta1::PodSecurityPolicyConfig, decorator: Google::Apis::ContainerV1beta1::PodSecurityPolicyConfig::Representation
1447
1441
 
1448
1442
  property :private_cluster, as: 'privateCluster'
@@ -1545,6 +1539,7 @@ module Google
1545
1539
  property :desired_identity_service_config, as: 'desiredIdentityServiceConfig', class: Google::Apis::ContainerV1beta1::IdentityServiceConfig, decorator: Google::Apis::ContainerV1beta1::IdentityServiceConfig::Representation
1546
1540
 
1547
1541
  property :desired_image_type, as: 'desiredImageType'
1542
+ property :desired_in_transit_encryption_config, as: 'desiredInTransitEncryptionConfig'
1548
1543
  property :desired_intra_node_visibility_config, as: 'desiredIntraNodeVisibilityConfig', class: Google::Apis::ContainerV1beta1::IntraNodeVisibilityConfig, decorator: Google::Apis::ContainerV1beta1::IntraNodeVisibilityConfig::Representation
1549
1544
 
1550
1545
  property :desired_k8s_beta_apis, as: 'desiredK8sBetaApis', class: Google::Apis::ContainerV1beta1::K8sBetaApiConfig, decorator: Google::Apis::ContainerV1beta1::K8sBetaApiConfig::Representation
@@ -1577,6 +1572,8 @@ module Google
1577
1572
  property :desired_node_version, as: 'desiredNodeVersion'
1578
1573
  property :desired_notification_config, as: 'desiredNotificationConfig', class: Google::Apis::ContainerV1beta1::NotificationConfig, decorator: Google::Apis::ContainerV1beta1::NotificationConfig::Representation
1579
1574
 
1575
+ property :desired_parent_product_config, as: 'desiredParentProductConfig', class: Google::Apis::ContainerV1beta1::ParentProductConfig, decorator: Google::Apis::ContainerV1beta1::ParentProductConfig::Representation
1576
+
1580
1577
  property :desired_pod_security_policy_config, as: 'desiredPodSecurityPolicyConfig', class: Google::Apis::ContainerV1beta1::PodSecurityPolicyConfig, decorator: Google::Apis::ContainerV1beta1::PodSecurityPolicyConfig::Representation
1581
1578
 
1582
1579
  property :desired_private_cluster_config, as: 'desiredPrivateClusterConfig', class: Google::Apis::ContainerV1beta1::PrivateClusterConfig, decorator: Google::Apis::ContainerV1beta1::PrivateClusterConfig::Representation
@@ -2195,6 +2192,7 @@ module Google
2195
2192
  property :enable_multi_networking, as: 'enableMultiNetworking'
2196
2193
  property :gateway_api_config, as: 'gatewayApiConfig', class: Google::Apis::ContainerV1beta1::GatewayApiConfig, decorator: Google::Apis::ContainerV1beta1::GatewayApiConfig::Representation
2197
2194
 
2195
+ property :in_transit_encryption_config, as: 'inTransitEncryptionConfig'
2198
2196
  property :network, as: 'network'
2199
2197
  property :network_performance_config, as: 'networkPerformanceConfig', class: Google::Apis::ContainerV1beta1::ClusterNetworkPerformanceConfig, decorator: Google::Apis::ContainerV1beta1::ClusterNetworkPerformanceConfig::Representation
2200
2198
 
@@ -2256,6 +2254,7 @@ module Google
2256
2254
 
2257
2255
  property :disk_size_gb, as: 'diskSizeGb'
2258
2256
  property :disk_type, as: 'diskType'
2257
+ property :enable_confidential_storage, as: 'enableConfidentialStorage'
2259
2258
  property :ephemeral_storage_config, as: 'ephemeralStorageConfig', class: Google::Apis::ContainerV1beta1::EphemeralStorageConfig, decorator: Google::Apis::ContainerV1beta1::EphemeralStorageConfig::Representation
2260
2259
 
2261
2260
  property :ephemeral_storage_local_ssd_config, as: 'ephemeralStorageLocalSsdConfig', class: Google::Apis::ContainerV1beta1::EphemeralStorageLocalSsdConfig, decorator: Google::Apis::ContainerV1beta1::EphemeralStorageLocalSsdConfig::Representation
@@ -2500,6 +2499,14 @@ module Google
2500
2499
  end
2501
2500
  end
2502
2501
 
2502
+ class ParentProductConfig
2503
+ # @private
2504
+ class Representation < Google::Apis::Core::JsonRepresentation
2505
+ hash :labels, as: 'labels'
2506
+ property :product_name, as: 'productName'
2507
+ end
2508
+ end
2509
+
2503
2510
  class PlacementPolicy
2504
2511
  # @private
2505
2512
  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.57.0
4
+ version: 0.59.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: 2023-08-27 00:00:00.000000000 Z
11
+ date: 2023-10-08 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.57.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.59.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: []