google-apis-container_v1beta1 0.58.0 → 0.60.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: 94274995caa757c4019fd90f3379112237db206864b480dc1256dd9927a77c7d
4
- data.tar.gz: 355cbf1f475c58fe890251cb21df8dcf7cbc801b5643781e813fd5a891177def
3
+ metadata.gz: 187dededc0041e458f6105d2e1c011a24de1dedefcb19ea2f29a6e6def7e46bf
4
+ data.tar.gz: 11c25621616e7a87623a5373a0968e16f1287fa08164b771f5ef56eccb56b193
5
5
  SHA512:
6
- metadata.gz: 96f48f0fc141625a9ee64e7aced7b315b3ce80cebcd8c09978f9cac1779f95d875a869adf390b160726656e74af2dcb87f8878607ec399938be6eae97b7ff1de
7
- data.tar.gz: b12abf451226f30138f87459d91dfb48471c4d849a76516d73a4c34a87b3faeed1960fba26dc91dc567e0e14b849c9e69897d6fb1bdda1f0af987ff9f0a0c084
6
+ metadata.gz: 74c6265abffa97f65f2aafe4a25c7b92fd262cea9383a3b8818439efb65ed4ba280764d172243ef1074ccc484a90ef6445e7009a7982f9c49d6a62ab756b08bb
7
+ data.tar.gz: 39557d85064a831eee97d165348a7b695e7a2f99a96b38f28c40780596d15f62bfc9cda36938d02c0279851416311700d28df7eaf71add99adef3bf4e418aeea
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-container_v1beta1
2
2
 
3
+ ### v0.60.0 (2023-10-29)
4
+
5
+ * Regenerated from discovery document revision 20231012
6
+
7
+ ### v0.59.0 (2023-10-08)
8
+
9
+ * Regenerated from discovery document revision 20230919
10
+
3
11
  ### v0.58.0 (2023-09-24)
4
12
 
5
13
  * Regenerated from discovery document revision 20230914
@@ -1242,6 +1242,13 @@ module Google
1242
1242
  # @return [Google::Apis::ContainerV1beta1::NotificationConfig]
1243
1243
  attr_accessor :notification_config
1244
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
+
1245
1252
  # Configuration for the PodSecurityPolicy feature.
1246
1253
  # Corresponds to the JSON property `podSecurityPolicyConfig`
1247
1254
  # @return [Google::Apis::ContainerV1beta1::PodSecurityPolicyConfig]
@@ -1429,6 +1436,7 @@ module Google
1429
1436
  @node_pool_defaults = args[:node_pool_defaults] if args.key?(:node_pool_defaults)
1430
1437
  @node_pools = args[:node_pools] if args.key?(:node_pools)
1431
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)
1432
1440
  @pod_security_policy_config = args[:pod_security_policy_config] if args.key?(:pod_security_policy_config)
1433
1441
  @private_cluster = args[:private_cluster] if args.key?(:private_cluster)
1434
1442
  @private_cluster_config = args[:private_cluster_config] if args.key?(:private_cluster_config)
@@ -1656,6 +1664,11 @@ module Google
1656
1664
  # @return [String]
1657
1665
  attr_accessor :desired_image_type
1658
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
+
1659
1672
  # IntraNodeVisibilityConfig contains the desired config of the intra-node
1660
1673
  # visibility on this cluster.
1661
1674
  # Corresponds to the JSON property `desiredIntraNodeVisibilityConfig`
@@ -1755,6 +1768,15 @@ module Google
1755
1768
  # @return [Google::Apis::ContainerV1beta1::NetworkTags]
1756
1769
  attr_accessor :desired_node_pool_auto_config_network_tags
1757
1770
 
1771
+ # A map of resource manager tag keys and values to be attached to the nodes for
1772
+ # managing Compute Engine firewalls using Network Firewall Policies. Tags must
1773
+ # be according to specifications in https://cloud.google.com/vpc/docs/tags-
1774
+ # firewalls-overview#specifications. A maximum of 5 tag key-value pairs can be
1775
+ # specified. Existing tags will be replaced with new values.
1776
+ # Corresponds to the JSON property `desiredNodePoolAutoConfigResourceManagerTags`
1777
+ # @return [Google::Apis::ContainerV1beta1::ResourceManagerTags]
1778
+ attr_accessor :desired_node_pool_auto_config_resource_manager_tags
1779
+
1758
1780
  # NodePoolAutoscaling contains information required by cluster autoscaler to
1759
1781
  # adjust the size of the node pool to the current cluster usage.
1760
1782
  # Corresponds to the JSON property `desiredNodePoolAutoscaling`
@@ -1790,6 +1812,13 @@ module Google
1790
1812
  # @return [Google::Apis::ContainerV1beta1::NotificationConfig]
1791
1813
  attr_accessor :desired_notification_config
1792
1814
 
1815
+ # ParentProductConfig is the configuration of the parent product of the cluster.
1816
+ # This field is used by Google internal products that are built on top of a GKE
1817
+ # cluster and take the ownership of the cluster.
1818
+ # Corresponds to the JSON property `desiredParentProductConfig`
1819
+ # @return [Google::Apis::ContainerV1beta1::ParentProductConfig]
1820
+ attr_accessor :desired_parent_product_config
1821
+
1793
1822
  # Configuration for the PodSecurityPolicy feature.
1794
1823
  # Corresponds to the JSON property `desiredPodSecurityPolicyConfig`
1795
1824
  # @return [Google::Apis::ContainerV1beta1::PodSecurityPolicyConfig]
@@ -1918,6 +1947,7 @@ module Google
1918
1947
  @desired_host_maintenance_policy = args[:desired_host_maintenance_policy] if args.key?(:desired_host_maintenance_policy)
1919
1948
  @desired_identity_service_config = args[:desired_identity_service_config] if args.key?(:desired_identity_service_config)
1920
1949
  @desired_image_type = args[:desired_image_type] if args.key?(:desired_image_type)
1950
+ @desired_in_transit_encryption_config = args[:desired_in_transit_encryption_config] if args.key?(:desired_in_transit_encryption_config)
1921
1951
  @desired_intra_node_visibility_config = args[:desired_intra_node_visibility_config] if args.key?(:desired_intra_node_visibility_config)
1922
1952
  @desired_k8s_beta_apis = args[:desired_k8s_beta_apis] if args.key?(:desired_k8s_beta_apis)
1923
1953
  @desired_l4ilb_subsetting_config = args[:desired_l4ilb_subsetting_config] if args.key?(:desired_l4ilb_subsetting_config)
@@ -1932,11 +1962,13 @@ module Google
1932
1962
  @desired_monitoring_service = args[:desired_monitoring_service] if args.key?(:desired_monitoring_service)
1933
1963
  @desired_network_performance_config = args[:desired_network_performance_config] if args.key?(:desired_network_performance_config)
1934
1964
  @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)
1965
+ @desired_node_pool_auto_config_resource_manager_tags = args[:desired_node_pool_auto_config_resource_manager_tags] if args.key?(:desired_node_pool_auto_config_resource_manager_tags)
1935
1966
  @desired_node_pool_autoscaling = args[:desired_node_pool_autoscaling] if args.key?(:desired_node_pool_autoscaling)
1936
1967
  @desired_node_pool_id = args[:desired_node_pool_id] if args.key?(:desired_node_pool_id)
1937
1968
  @desired_node_pool_logging_config = args[:desired_node_pool_logging_config] if args.key?(:desired_node_pool_logging_config)
1938
1969
  @desired_node_version = args[:desired_node_version] if args.key?(:desired_node_version)
1939
1970
  @desired_notification_config = args[:desired_notification_config] if args.key?(:desired_notification_config)
1971
+ @desired_parent_product_config = args[:desired_parent_product_config] if args.key?(:desired_parent_product_config)
1940
1972
  @desired_pod_security_policy_config = args[:desired_pod_security_policy_config] if args.key?(:desired_pod_security_policy_config)
1941
1973
  @desired_private_cluster_config = args[:desired_private_cluster_config] if args.key?(:desired_private_cluster_config)
1942
1974
  @desired_private_ipv6_google_access = args[:desired_private_ipv6_google_access] if args.key?(:desired_private_ipv6_google_access)
@@ -2394,8 +2426,17 @@ module Google
2394
2426
  include Google::Apis::Core::Hashable
2395
2427
 
2396
2428
  # Number of local SSDs to use to back ephemeral storage. Uses NVMe interfaces.
2397
- # Each local SSD is 375 GB in size. If zero, it means to disable using local
2398
- # SSDs as ephemeral storage.
2429
+ # The limit for this value is dependent upon the maximum number of disk
2430
+ # available on a machine per zone. See: https://cloud.google.com/compute/docs/
2431
+ # disks/local-ssd for more information. A zero (or unset) value has different
2432
+ # meanings depending on machine type being used: 1. For pre-Gen3 machines, which
2433
+ # support flexible numbers of local ssds, zero (or unset) means to disable using
2434
+ # local SSDs as ephemeral storage. 2. For Gen3 machines which dictate a specific
2435
+ # number of local ssds, zero (or unset) means to use the default number of local
2436
+ # ssds that goes with that machine type. For example, for a c3-standard-8-lssd
2437
+ # machine, 2 local ssds would be provisioned. For c3-standard-8 (which doesn't
2438
+ # support local ssds), 0 will be provisioned. See https://cloud.google.com/
2439
+ # compute/docs/disks/local-ssd#choose_number_local_ssds for more info.
2399
2440
  # Corresponds to the JSON property `localSsdCount`
2400
2441
  # @return [Fixnum]
2401
2442
  attr_accessor :local_ssd_count
@@ -2415,11 +2456,18 @@ module Google
2415
2456
  class EphemeralStorageLocalSsdConfig
2416
2457
  include Google::Apis::Core::Hashable
2417
2458
 
2418
- # Number of local SSDs to use to back ephemeral storage. Uses NVMe interfaces.
2419
- # Each local SSD is 375 GB in size. If zero, it means to disable using local
2420
- # SSDs as ephemeral storage. The limit for this value is dependent upon the
2421
- # maximum number of disks available on a machine per zone. See: https://cloud.
2422
- # google.com/compute/docs/disks/local-ssd for more information.
2459
+ # Number of local SSDs to use to back ephemeral storage. Uses NVMe interfaces. A
2460
+ # zero (or unset) value has different meanings depending on machine type being
2461
+ # used: 1. For pre-Gen3 machines, which support flexible numbers of local ssds,
2462
+ # zero (or unset) means to disable using local SSDs as ephemeral storage. The
2463
+ # limit for this value is dependent upon the maximum number of disk available on
2464
+ # a machine per zone. See: https://cloud.google.com/compute/docs/disks/local-ssd
2465
+ # for more information. 2. For Gen3 machines which dictate a specific number of
2466
+ # local ssds, zero (or unset) means to use the default number of local ssds that
2467
+ # goes with that machine type. For example, for a c3-standard-8-lssd machine, 2
2468
+ # local ssds would be provisioned. For c3-standard-8 (which doesn't support
2469
+ # local ssds), 0 will be provisioned. See https://cloud.google.com/compute/docs/
2470
+ # disks/local-ssd#choose_number_local_ssds for more info.
2423
2471
  # Corresponds to the JSON property `localSsdCount`
2424
2472
  # @return [Fixnum]
2425
2473
  attr_accessor :local_ssd_count
@@ -2797,6 +2845,11 @@ module Google
2797
2845
  # @return [String]
2798
2846
  attr_accessor :maintenance_interval
2799
2847
 
2848
+ # Strategy that will trigger maintenance on behalf of the customer.
2849
+ # Corresponds to the JSON property `opportunisticMaintenanceStrategy`
2850
+ # @return [Google::Apis::ContainerV1beta1::OpportunisticMaintenanceStrategy]
2851
+ attr_accessor :opportunistic_maintenance_strategy
2852
+
2800
2853
  def initialize(**args)
2801
2854
  update!(**args)
2802
2855
  end
@@ -2804,6 +2857,7 @@ module Google
2804
2857
  # Update properties of this object
2805
2858
  def update!(**args)
2806
2859
  @maintenance_interval = args[:maintenance_interval] if args.key?(:maintenance_interval)
2860
+ @opportunistic_maintenance_strategy = args[:opportunistic_maintenance_strategy] if args.key?(:opportunistic_maintenance_strategy)
2807
2861
  end
2808
2862
  end
2809
2863
 
@@ -3456,11 +3510,18 @@ module Google
3456
3510
  class LocalNvmeSsdBlockConfig
3457
3511
  include Google::Apis::Core::Hashable
3458
3512
 
3459
- # The number of raw-block local NVMe SSD disks to be attached to the node. Each
3460
- # local SSD is 375 GB in size. If zero, it means no raw-block local NVMe SSD
3461
- # disks to be attached to the node. The limit for this value is dependent upon
3462
- # the maximum number of disks available on a machine per zone. See: https://
3463
- # cloud.google.com/compute/docs/disks/local-ssd for more information.
3513
+ # Number of local NVMe SSDs to use. The limit for this value is dependent upon
3514
+ # the maximum number of disk available on a machine per zone. See: https://cloud.
3515
+ # google.com/compute/docs/disks/local-ssd for more information. A zero (or unset)
3516
+ # value has different meanings depending on machine type being used: 1. For pre-
3517
+ # Gen3 machines, which support flexible numbers of local ssds, zero (or unset)
3518
+ # means to disable using local SSDs as ephemeral storage. 2. For Gen3 machines
3519
+ # which dictate a specific number of local ssds, zero (or unset) means to use
3520
+ # the default number of local ssds that goes with that machine type. For example,
3521
+ # for a c3-standard-8-lssd machine, 2 local ssds would be provisioned. For c3-
3522
+ # standard-8 (which doesn't support local ssds), 0 will be provisioned. See
3523
+ # https://cloud.google.com/compute/docs/disks/local-ssd#choose_number_local_ssds
3524
+ # for more info.
3464
3525
  # Corresponds to the JSON property `localSsdCount`
3465
3526
  # @return [Fixnum]
3466
3527
  attr_accessor :local_ssd_count
@@ -3965,6 +4026,11 @@ module Google
3965
4026
  # @return [Google::Apis::ContainerV1beta1::GatewayApiConfig]
3966
4027
  attr_accessor :gateway_api_config
3967
4028
 
4029
+ # Specify the details of in-transit encryption.
4030
+ # Corresponds to the JSON property `inTransitEncryptionConfig`
4031
+ # @return [String]
4032
+ attr_accessor :in_transit_encryption_config
4033
+
3968
4034
  # Output only. The relative name of the Google Compute Engine network(https://
3969
4035
  # cloud.google.com/compute/docs/networks-and-firewalls#networks) to which the
3970
4036
  # cluster is connected. Example: projects/my-project/global/networks/my-network
@@ -4009,6 +4075,7 @@ module Google
4009
4075
  @enable_l4ilb_subsetting = args[:enable_l4ilb_subsetting] if args.key?(:enable_l4ilb_subsetting)
4010
4076
  @enable_multi_networking = args[:enable_multi_networking] if args.key?(:enable_multi_networking)
4011
4077
  @gateway_api_config = args[:gateway_api_config] if args.key?(:gateway_api_config)
4078
+ @in_transit_encryption_config = args[:in_transit_encryption_config] if args.key?(:in_transit_encryption_config)
4012
4079
  @network = args[:network] if args.key?(:network)
4013
4080
  @network_performance_config = args[:network_performance_config] if args.key?(:network_performance_config)
4014
4081
  @private_ipv6_google_access = args[:private_ipv6_google_access] if args.key?(:private_ipv6_google_access)
@@ -4354,6 +4421,15 @@ module Google
4354
4421
  # @return [Hash<String,String>]
4355
4422
  attr_accessor :resource_labels
4356
4423
 
4424
+ # A map of resource manager tag keys and values to be attached to the nodes for
4425
+ # managing Compute Engine firewalls using Network Firewall Policies. Tags must
4426
+ # be according to specifications in https://cloud.google.com/vpc/docs/tags-
4427
+ # firewalls-overview#specifications. A maximum of 5 tag key-value pairs can be
4428
+ # specified. Existing tags will be replaced with new values.
4429
+ # Corresponds to the JSON property `resourceManagerTags`
4430
+ # @return [Google::Apis::ContainerV1beta1::ResourceManagerTags]
4431
+ attr_accessor :resource_manager_tags
4432
+
4357
4433
  # SandboxConfig contains configurations of the sandbox to use for the node.
4358
4434
  # Corresponds to the JSON property `sandboxConfig`
4359
4435
  # @return [Google::Apis::ContainerV1beta1::SandboxConfig]
@@ -4446,6 +4522,7 @@ module Google
4446
4522
  @preemptible = args[:preemptible] if args.key?(:preemptible)
4447
4523
  @reservation_affinity = args[:reservation_affinity] if args.key?(:reservation_affinity)
4448
4524
  @resource_labels = args[:resource_labels] if args.key?(:resource_labels)
4525
+ @resource_manager_tags = args[:resource_manager_tags] if args.key?(:resource_manager_tags)
4449
4526
  @sandbox_config = args[:sandbox_config] if args.key?(:sandbox_config)
4450
4527
  @service_account = args[:service_account] if args.key?(:service_account)
4451
4528
  @shielded_instance_config = args[:shielded_instance_config] if args.key?(:shielded_instance_config)
@@ -4897,6 +4974,15 @@ module Google
4897
4974
  # @return [Google::Apis::ContainerV1beta1::NetworkTags]
4898
4975
  attr_accessor :network_tags
4899
4976
 
4977
+ # A map of resource manager tag keys and values to be attached to the nodes for
4978
+ # managing Compute Engine firewalls using Network Firewall Policies. Tags must
4979
+ # be according to specifications in https://cloud.google.com/vpc/docs/tags-
4980
+ # firewalls-overview#specifications. A maximum of 5 tag key-value pairs can be
4981
+ # specified. Existing tags will be replaced with new values.
4982
+ # Corresponds to the JSON property `resourceManagerTags`
4983
+ # @return [Google::Apis::ContainerV1beta1::ResourceManagerTags]
4984
+ attr_accessor :resource_manager_tags
4985
+
4900
4986
  def initialize(**args)
4901
4987
  update!(**args)
4902
4988
  end
@@ -4904,6 +4990,7 @@ module Google
4904
4990
  # Update properties of this object
4905
4991
  def update!(**args)
4906
4992
  @network_tags = args[:network_tags] if args.key?(:network_tags)
4993
+ @resource_manager_tags = args[:resource_manager_tags] if args.key?(:resource_manager_tags)
4907
4994
  end
4908
4995
  end
4909
4996
 
@@ -5250,6 +5337,70 @@ module Google
5250
5337
  end
5251
5338
  end
5252
5339
 
5340
+ # Strategy that will trigger maintenance on behalf of the customer.
5341
+ class OpportunisticMaintenanceStrategy
5342
+ include Google::Apis::Core::Hashable
5343
+
5344
+ # The window of time that opportunistic maintenance can run. Example: A setting
5345
+ # of 14 days implies that opportunistic maintenance can only be ran in the 2
5346
+ # weeks leading up to the scheduled maintenance date. Setting 28 days allows
5347
+ # opportunistic maintenance to run at any time in the scheduled maintenance
5348
+ # window (all `PERIODIC` maintenance is set 28 days in advance).
5349
+ # Corresponds to the JSON property `maintenanceAvailabilityWindow`
5350
+ # @return [String]
5351
+ attr_accessor :maintenance_availability_window
5352
+
5353
+ # The minimum nodes required to be available in a pool. Blocks maintenance if it
5354
+ # would cause the number of running nodes to dip below this value.
5355
+ # Corresponds to the JSON property `minNodesPerPool`
5356
+ # @return [Fixnum]
5357
+ attr_accessor :min_nodes_per_pool
5358
+
5359
+ # The amount of time that a node can remain idle (no customer owned workloads
5360
+ # running), before triggering maintenance.
5361
+ # Corresponds to the JSON property `nodeIdleTimeWindow`
5362
+ # @return [String]
5363
+ attr_accessor :node_idle_time_window
5364
+
5365
+ def initialize(**args)
5366
+ update!(**args)
5367
+ end
5368
+
5369
+ # Update properties of this object
5370
+ def update!(**args)
5371
+ @maintenance_availability_window = args[:maintenance_availability_window] if args.key?(:maintenance_availability_window)
5372
+ @min_nodes_per_pool = args[:min_nodes_per_pool] if args.key?(:min_nodes_per_pool)
5373
+ @node_idle_time_window = args[:node_idle_time_window] if args.key?(:node_idle_time_window)
5374
+ end
5375
+ end
5376
+
5377
+ # ParentProductConfig is the configuration of the parent product of the cluster.
5378
+ # This field is used by Google internal products that are built on top of a GKE
5379
+ # cluster and take the ownership of the cluster.
5380
+ class ParentProductConfig
5381
+ include Google::Apis::Core::Hashable
5382
+
5383
+ # Labels contain the configuration of the parent product.
5384
+ # Corresponds to the JSON property `labels`
5385
+ # @return [Hash<String,String>]
5386
+ attr_accessor :labels
5387
+
5388
+ # Name of the parent product associated with the cluster.
5389
+ # Corresponds to the JSON property `productName`
5390
+ # @return [String]
5391
+ attr_accessor :product_name
5392
+
5393
+ def initialize(**args)
5394
+ update!(**args)
5395
+ end
5396
+
5397
+ # Update properties of this object
5398
+ def update!(**args)
5399
+ @labels = args[:labels] if args.key?(:labels)
5400
+ @product_name = args[:product_name] if args.key?(:product_name)
5401
+ end
5402
+ end
5403
+
5253
5404
  # PlacementPolicy defines the placement policy used by the node pool.
5254
5405
  class PlacementPolicy
5255
5406
  include Google::Apis::Core::Hashable
@@ -5710,6 +5861,31 @@ module Google
5710
5861
  end
5711
5862
  end
5712
5863
 
5864
+ # A map of resource manager tag keys and values to be attached to the nodes for
5865
+ # managing Compute Engine firewalls using Network Firewall Policies. Tags must
5866
+ # be according to specifications in https://cloud.google.com/vpc/docs/tags-
5867
+ # firewalls-overview#specifications. A maximum of 5 tag key-value pairs can be
5868
+ # specified. Existing tags will be replaced with new values.
5869
+ class ResourceManagerTags
5870
+ include Google::Apis::Core::Hashable
5871
+
5872
+ # Tags must be in one of the following formats ([KEY]=[VALUE]) 1. `tagKeys/`
5873
+ # tag_key_id`=tagValues/`tag_value_id`` 2. ``org_id`/`tag_key_name`=`
5874
+ # tag_value_name`` 3. ``project_id`/`tag_key_name`=`tag_value_name``
5875
+ # Corresponds to the JSON property `tags`
5876
+ # @return [Hash<String,String>]
5877
+ attr_accessor :tags
5878
+
5879
+ def initialize(**args)
5880
+ update!(**args)
5881
+ end
5882
+
5883
+ # Update properties of this object
5884
+ def update!(**args)
5885
+ @tags = args[:tags] if args.key?(:tags)
5886
+ end
5887
+ end
5888
+
5713
5889
  # Configuration for exporting cluster resource usages.
5714
5890
  class ResourceUsageExportConfig
5715
5891
  include Google::Apis::Core::Hashable
@@ -7219,6 +7395,15 @@ module Google
7219
7395
  # @return [Google::Apis::ContainerV1beta1::ResourceLabels]
7220
7396
  attr_accessor :resource_labels
7221
7397
 
7398
+ # A map of resource manager tag keys and values to be attached to the nodes for
7399
+ # managing Compute Engine firewalls using Network Firewall Policies. Tags must
7400
+ # be according to specifications in https://cloud.google.com/vpc/docs/tags-
7401
+ # firewalls-overview#specifications. A maximum of 5 tag key-value pairs can be
7402
+ # specified. Existing tags will be replaced with new values.
7403
+ # Corresponds to the JSON property `resourceManagerTags`
7404
+ # @return [Google::Apis::ContainerV1beta1::ResourceManagerTags]
7405
+ attr_accessor :resource_manager_tags
7406
+
7222
7407
  # Collection of Compute Engine network tags that can be applied to a node's
7223
7408
  # underlying VM instance. (See `tags` field in [`NodeConfig`](/kubernetes-engine/
7224
7409
  # docs/reference/rest/v1/NodeConfig)).
@@ -7300,6 +7485,7 @@ module Google
7300
7485
  @node_version = args[:node_version] if args.key?(:node_version)
7301
7486
  @project_id = args[:project_id] if args.key?(:project_id)
7302
7487
  @resource_labels = args[:resource_labels] if args.key?(:resource_labels)
7488
+ @resource_manager_tags = args[:resource_manager_tags] if args.key?(:resource_manager_tags)
7303
7489
  @tags = args[:tags] if args.key?(:tags)
7304
7490
  @taints = args[:taints] if args.key?(:taints)
7305
7491
  @upgrade_settings = args[:upgrade_settings] if args.key?(:upgrade_settings)
@@ -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.58.0"
19
+ GEM_VERSION = "0.60.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 = "20230914"
25
+ REVISION = "20231012"
26
26
  end
27
27
  end
28
28
  end
@@ -724,6 +724,18 @@ module Google
724
724
  include Google::Apis::Core::JsonObjectSupport
725
725
  end
726
726
 
727
+ class OpportunisticMaintenanceStrategy
728
+ class Representation < Google::Apis::Core::JsonRepresentation; end
729
+
730
+ include Google::Apis::Core::JsonObjectSupport
731
+ end
732
+
733
+ class ParentProductConfig
734
+ class Representation < Google::Apis::Core::JsonRepresentation; end
735
+
736
+ include Google::Apis::Core::JsonObjectSupport
737
+ end
738
+
727
739
  class PlacementPolicy
728
740
  class Representation < Google::Apis::Core::JsonRepresentation; end
729
741
 
@@ -814,6 +826,12 @@ module Google
814
826
  include Google::Apis::Core::JsonObjectSupport
815
827
  end
816
828
 
829
+ class ResourceManagerTags
830
+ class Representation < Google::Apis::Core::JsonRepresentation; end
831
+
832
+ include Google::Apis::Core::JsonObjectSupport
833
+ end
834
+
817
835
  class ResourceUsageExportConfig
818
836
  class Representation < Google::Apis::Core::JsonRepresentation; end
819
837
 
@@ -1429,6 +1447,8 @@ module Google
1429
1447
 
1430
1448
  property :notification_config, as: 'notificationConfig', class: Google::Apis::ContainerV1beta1::NotificationConfig, decorator: Google::Apis::ContainerV1beta1::NotificationConfig::Representation
1431
1449
 
1450
+ property :parent_product_config, as: 'parentProductConfig', class: Google::Apis::ContainerV1beta1::ParentProductConfig, decorator: Google::Apis::ContainerV1beta1::ParentProductConfig::Representation
1451
+
1432
1452
  property :pod_security_policy_config, as: 'podSecurityPolicyConfig', class: Google::Apis::ContainerV1beta1::PodSecurityPolicyConfig, decorator: Google::Apis::ContainerV1beta1::PodSecurityPolicyConfig::Representation
1433
1453
 
1434
1454
  property :private_cluster, as: 'privateCluster'
@@ -1531,6 +1551,7 @@ module Google
1531
1551
  property :desired_identity_service_config, as: 'desiredIdentityServiceConfig', class: Google::Apis::ContainerV1beta1::IdentityServiceConfig, decorator: Google::Apis::ContainerV1beta1::IdentityServiceConfig::Representation
1532
1552
 
1533
1553
  property :desired_image_type, as: 'desiredImageType'
1554
+ property :desired_in_transit_encryption_config, as: 'desiredInTransitEncryptionConfig'
1534
1555
  property :desired_intra_node_visibility_config, as: 'desiredIntraNodeVisibilityConfig', class: Google::Apis::ContainerV1beta1::IntraNodeVisibilityConfig, decorator: Google::Apis::ContainerV1beta1::IntraNodeVisibilityConfig::Representation
1535
1556
 
1536
1557
  property :desired_k8s_beta_apis, as: 'desiredK8sBetaApis', class: Google::Apis::ContainerV1beta1::K8sBetaApiConfig, decorator: Google::Apis::ContainerV1beta1::K8sBetaApiConfig::Representation
@@ -1555,6 +1576,8 @@ module Google
1555
1576
 
1556
1577
  property :desired_node_pool_auto_config_network_tags, as: 'desiredNodePoolAutoConfigNetworkTags', class: Google::Apis::ContainerV1beta1::NetworkTags, decorator: Google::Apis::ContainerV1beta1::NetworkTags::Representation
1557
1578
 
1579
+ property :desired_node_pool_auto_config_resource_manager_tags, as: 'desiredNodePoolAutoConfigResourceManagerTags', class: Google::Apis::ContainerV1beta1::ResourceManagerTags, decorator: Google::Apis::ContainerV1beta1::ResourceManagerTags::Representation
1580
+
1558
1581
  property :desired_node_pool_autoscaling, as: 'desiredNodePoolAutoscaling', class: Google::Apis::ContainerV1beta1::NodePoolAutoscaling, decorator: Google::Apis::ContainerV1beta1::NodePoolAutoscaling::Representation
1559
1582
 
1560
1583
  property :desired_node_pool_id, as: 'desiredNodePoolId'
@@ -1563,6 +1586,8 @@ module Google
1563
1586
  property :desired_node_version, as: 'desiredNodeVersion'
1564
1587
  property :desired_notification_config, as: 'desiredNotificationConfig', class: Google::Apis::ContainerV1beta1::NotificationConfig, decorator: Google::Apis::ContainerV1beta1::NotificationConfig::Representation
1565
1588
 
1589
+ property :desired_parent_product_config, as: 'desiredParentProductConfig', class: Google::Apis::ContainerV1beta1::ParentProductConfig, decorator: Google::Apis::ContainerV1beta1::ParentProductConfig::Representation
1590
+
1566
1591
  property :desired_pod_security_policy_config, as: 'desiredPodSecurityPolicyConfig', class: Google::Apis::ContainerV1beta1::PodSecurityPolicyConfig, decorator: Google::Apis::ContainerV1beta1::PodSecurityPolicyConfig::Representation
1567
1592
 
1568
1593
  property :desired_private_cluster_config, as: 'desiredPrivateClusterConfig', class: Google::Apis::ContainerV1beta1::PrivateClusterConfig, decorator: Google::Apis::ContainerV1beta1::PrivateClusterConfig::Representation
@@ -1850,6 +1875,8 @@ module Google
1850
1875
  # @private
1851
1876
  class Representation < Google::Apis::Core::JsonRepresentation
1852
1877
  property :maintenance_interval, as: 'maintenanceInterval'
1878
+ property :opportunistic_maintenance_strategy, as: 'opportunisticMaintenanceStrategy', class: Google::Apis::ContainerV1beta1::OpportunisticMaintenanceStrategy, decorator: Google::Apis::ContainerV1beta1::OpportunisticMaintenanceStrategy::Representation
1879
+
1853
1880
  end
1854
1881
  end
1855
1882
 
@@ -2181,6 +2208,7 @@ module Google
2181
2208
  property :enable_multi_networking, as: 'enableMultiNetworking'
2182
2209
  property :gateway_api_config, as: 'gatewayApiConfig', class: Google::Apis::ContainerV1beta1::GatewayApiConfig, decorator: Google::Apis::ContainerV1beta1::GatewayApiConfig::Representation
2183
2210
 
2211
+ property :in_transit_encryption_config, as: 'inTransitEncryptionConfig'
2184
2212
  property :network, as: 'network'
2185
2213
  property :network_performance_config, as: 'networkPerformanceConfig', class: Google::Apis::ContainerV1beta1::ClusterNetworkPerformanceConfig, decorator: Google::Apis::ContainerV1beta1::ClusterNetworkPerformanceConfig::Representation
2186
2214
 
@@ -2275,6 +2303,8 @@ module Google
2275
2303
  property :reservation_affinity, as: 'reservationAffinity', class: Google::Apis::ContainerV1beta1::ReservationAffinity, decorator: Google::Apis::ContainerV1beta1::ReservationAffinity::Representation
2276
2304
 
2277
2305
  hash :resource_labels, as: 'resourceLabels'
2306
+ property :resource_manager_tags, as: 'resourceManagerTags', class: Google::Apis::ContainerV1beta1::ResourceManagerTags, decorator: Google::Apis::ContainerV1beta1::ResourceManagerTags::Representation
2307
+
2278
2308
  property :sandbox_config, as: 'sandboxConfig', class: Google::Apis::ContainerV1beta1::SandboxConfig, decorator: Google::Apis::ContainerV1beta1::SandboxConfig::Representation
2279
2309
 
2280
2310
  property :service_account, as: 'serviceAccount'
@@ -2393,6 +2423,8 @@ module Google
2393
2423
  class Representation < Google::Apis::Core::JsonRepresentation
2394
2424
  property :network_tags, as: 'networkTags', class: Google::Apis::ContainerV1beta1::NetworkTags, decorator: Google::Apis::ContainerV1beta1::NetworkTags::Representation
2395
2425
 
2426
+ property :resource_manager_tags, as: 'resourceManagerTags', class: Google::Apis::ContainerV1beta1::ResourceManagerTags, decorator: Google::Apis::ContainerV1beta1::ResourceManagerTags::Representation
2427
+
2396
2428
  end
2397
2429
  end
2398
2430
 
@@ -2487,6 +2519,23 @@ module Google
2487
2519
  end
2488
2520
  end
2489
2521
 
2522
+ class OpportunisticMaintenanceStrategy
2523
+ # @private
2524
+ class Representation < Google::Apis::Core::JsonRepresentation
2525
+ property :maintenance_availability_window, as: 'maintenanceAvailabilityWindow'
2526
+ property :min_nodes_per_pool, :numeric_string => true, as: 'minNodesPerPool'
2527
+ property :node_idle_time_window, as: 'nodeIdleTimeWindow'
2528
+ end
2529
+ end
2530
+
2531
+ class ParentProductConfig
2532
+ # @private
2533
+ class Representation < Google::Apis::Core::JsonRepresentation
2534
+ hash :labels, as: 'labels'
2535
+ property :product_name, as: 'productName'
2536
+ end
2537
+ end
2538
+
2490
2539
  class PlacementPolicy
2491
2540
  # @private
2492
2541
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2618,6 +2667,13 @@ module Google
2618
2667
  end
2619
2668
  end
2620
2669
 
2670
+ class ResourceManagerTags
2671
+ # @private
2672
+ class Representation < Google::Apis::Core::JsonRepresentation
2673
+ hash :tags, as: 'tags'
2674
+ end
2675
+ end
2676
+
2621
2677
  class ResourceUsageExportConfig
2622
2678
  # @private
2623
2679
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2983,6 +3039,8 @@ module Google
2983
3039
  property :project_id, as: 'projectId'
2984
3040
  property :resource_labels, as: 'resourceLabels', class: Google::Apis::ContainerV1beta1::ResourceLabels, decorator: Google::Apis::ContainerV1beta1::ResourceLabels::Representation
2985
3041
 
3042
+ property :resource_manager_tags, as: 'resourceManagerTags', class: Google::Apis::ContainerV1beta1::ResourceManagerTags, decorator: Google::Apis::ContainerV1beta1::ResourceManagerTags::Representation
3043
+
2986
3044
  property :tags, as: 'tags', class: Google::Apis::ContainerV1beta1::NetworkTags, decorator: Google::Apis::ContainerV1beta1::NetworkTags::Representation
2987
3045
 
2988
3046
  property :taints, as: 'taints', class: Google::Apis::ContainerV1beta1::NodeTaints, decorator: Google::Apis::ContainerV1beta1::NodeTaints::Representation
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.58.0
4
+ version: 0.60.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-09-24 00:00:00.000000000 Z
11
+ date: 2023-10-29 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.58.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.60.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: []