google-apis-container_v1beta1 0.77.0 → 0.79.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: effb90c269ade2b1154e576bdf254f0004addcf765f2f239fd1d1a8263fadf02
4
- data.tar.gz: e7b163937df0e384e4de4de67c1f05a302112858a9f3d82f90fa49cbedde8666
3
+ metadata.gz: 281063589937fad0b75c67af885c4d8d2b20229ca11ae7de856d745dbad75ee8
4
+ data.tar.gz: 312f431e9d36fe73bc4a6890614fd2aaffffc3bc7ba1c626917f0d618e581e5e
5
5
  SHA512:
6
- metadata.gz: 186ca7176b9fbb851d08bd139341223f72c47964f39ee2544c8153ea310dd69dc62f5cc60cfc7177efacd0e75ef3679276d23e567aed5652452f2e07f675c715
7
- data.tar.gz: 5bf74fea07b1644f0446e31dc42c04ab11450d70d67f04b84d62aaf1d9bda6c02c723449c41ab918e0d75bea8b9a87cc2efc836f0a12b175c5a71e5d4019c362
6
+ metadata.gz: e4ef7b171f1c360d23017973559a54bf30b7cbb5b7f7fcd1aa15d2b37cb1fba03c0ee0ab837a88e74565e4e2c6fb3ad7ce7f1db23caa91cd975f6b1ade293e62
7
+ data.tar.gz: 2d78b20796072581398c196a3db34283244991932dbd822784d74ee3b5c3f211c1954716cdc24d996d6dc68e0f5404d645484533566f5484501b21e75e988419
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-container_v1beta1
2
2
 
3
+ ### v0.79.0 (2025-03-02)
4
+
5
+ * Regenerated from discovery document revision 20250211
6
+
7
+ ### v0.78.0 (2025-01-12)
8
+
9
+ * Regenerated from discovery document revision 20241228
10
+ * Regenerated using generator version 0.16.0
11
+
3
12
  ### v0.77.0 (2024-12-15)
4
13
 
5
14
  * Regenerated from discovery document revision 20241203
@@ -469,7 +469,7 @@ module Google
469
469
  # @return [String]
470
470
  attr_accessor :description
471
471
 
472
- # A URL to a public documnetation, which addresses resolving this issue.
472
+ # A URL to a public documentation, which addresses resolving this issue.
473
473
  # Corresponds to the JSON property `documentationUrl`
474
474
  # @return [String]
475
475
  attr_accessor :documentation_url
@@ -504,6 +504,26 @@ module Google
504
504
  end
505
505
  end
506
506
 
507
+ # AutopilotConfig contains configuration of autopilot feature for this nodepool.
508
+ class AutopilotConfig
509
+ include Google::Apis::Core::Hashable
510
+
511
+ # Denotes that nodes belonging to this node pool are Autopilot nodes.
512
+ # Corresponds to the JSON property `enabled`
513
+ # @return [Boolean]
514
+ attr_accessor :enabled
515
+ alias_method :enabled?, :enabled
516
+
517
+ def initialize(**args)
518
+ update!(**args)
519
+ end
520
+
521
+ # Update properties of this object
522
+ def update!(**args)
523
+ @enabled = args[:enabled] if args.key?(:enabled)
524
+ end
525
+ end
526
+
507
527
  # AutopilotConversionStatus represents conversion status.
508
528
  class AutopilotConversionStatus
509
529
  include Google::Apis::Core::Hashable
@@ -911,7 +931,7 @@ module Google
911
931
  include Google::Apis::Core::Hashable
912
932
 
913
933
  # List of fully qualified domain names (FQDN). Specifying port is supported.
914
- # Wilcards are NOT supported. Examples: - my.customdomain.com - 10.0.1.2:5000
934
+ # Wildcards are NOT supported. Examples: - my.customdomain.com - 10.0.1.2:5000
915
935
  # Corresponds to the JSON property `fqdns`
916
936
  # @return [Array<String>]
917
937
  attr_accessor :fqdns
@@ -1158,7 +1178,8 @@ module Google
1158
1178
  alias_method :enable_kubernetes_alpha?, :enable_kubernetes_alpha
1159
1179
 
1160
1180
  # Enable the ability to use Cloud TPUs in this cluster. This field is deprecated,
1161
- # use tpu_config.enabled instead.
1181
+ # use tpu_config.enabled instead. This field is deprecated due to the
1182
+ # deprecation of 2VM TPU. The end of life date for 2VM TPU is 2025-04-25.
1162
1183
  # Corresponds to the JSON property `enableTpu`
1163
1184
  # @return [Boolean]
1164
1185
  attr_accessor :enable_tpu
@@ -1526,14 +1547,16 @@ module Google
1526
1547
  # @return [String]
1527
1548
  attr_accessor :subnetwork
1528
1549
 
1529
- # Configuration for Cloud TPU.
1550
+ # Configuration for Cloud TPU. This message is deprecated due to the deprecation
1551
+ # of 2VM TPU. The end of life date for 2VM TPU is 2025-04-25.
1530
1552
  # Corresponds to the JSON property `tpuConfig`
1531
1553
  # @return [Google::Apis::ContainerV1beta1::TpuConfig]
1532
1554
  attr_accessor :tpu_config
1533
1555
 
1534
1556
  # Output only. The IP address range of the Cloud TPUs in this cluster, in [CIDR](
1535
1557
  # http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `1.
1536
- # 2.3.4/29`).
1558
+ # 2.3.4/29`). This field is deprecated due to the deprecation of 2VM TPU. The
1559
+ # end of life date for 2VM TPU is 2025-04-25.
1537
1560
  # Corresponds to the JSON property `tpuIpv4CidrBlock`
1538
1561
  # @return [String]
1539
1562
  attr_accessor :tpu_ipv4_cidr_block
@@ -1842,6 +1865,12 @@ module Google
1842
1865
  # @return [Google::Apis::ContainerV1beta1::DefaultSnatStatus]
1843
1866
  attr_accessor :desired_default_snat_status
1844
1867
 
1868
+ # Enable/Disable L4 LB VPC firewall reconciliation for the cluster.
1869
+ # Corresponds to the JSON property `desiredDisableL4LbFirewallReconciliation`
1870
+ # @return [Boolean]
1871
+ attr_accessor :desired_disable_l4_lb_firewall_reconciliation
1872
+ alias_method :desired_disable_l4_lb_firewall_reconciliation?, :desired_disable_l4_lb_firewall_reconciliation
1873
+
1845
1874
  # DNSConfig contains the desired set of options for configuring clusterDNS.
1846
1875
  # Corresponds to the JSON property `desiredDnsConfig`
1847
1876
  # @return [Google::Apis::ContainerV1beta1::DnsConfig]
@@ -2158,7 +2187,8 @@ module Google
2158
2187
  # @return [String]
2159
2188
  attr_accessor :desired_stack_type
2160
2189
 
2161
- # Configuration for Cloud TPU.
2190
+ # Configuration for Cloud TPU. This message is deprecated due to the deprecation
2191
+ # of 2VM TPU. The end of life date for 2VM TPU is 2025-04-25.
2162
2192
  # Corresponds to the JSON property `desiredTpuConfig`
2163
2193
  # @return [Google::Apis::ContainerV1beta1::TpuConfig]
2164
2194
  attr_accessor :desired_tpu_config
@@ -2235,6 +2265,7 @@ module Google
2235
2265
  @desired_datapath_provider = args[:desired_datapath_provider] if args.key?(:desired_datapath_provider)
2236
2266
  @desired_default_enable_private_nodes = args[:desired_default_enable_private_nodes] if args.key?(:desired_default_enable_private_nodes)
2237
2267
  @desired_default_snat_status = args[:desired_default_snat_status] if args.key?(:desired_default_snat_status)
2268
+ @desired_disable_l4_lb_firewall_reconciliation = args[:desired_disable_l4_lb_firewall_reconciliation] if args.key?(:desired_disable_l4_lb_firewall_reconciliation)
2238
2269
  @desired_dns_config = args[:desired_dns_config] if args.key?(:desired_dns_config)
2239
2270
  @desired_enable_cilium_clusterwide_network_policy = args[:desired_enable_cilium_clusterwide_network_policy] if args.key?(:desired_enable_cilium_clusterwide_network_policy)
2240
2271
  @desired_enable_fqdn_network_policy = args[:desired_enable_fqdn_network_policy] if args.key?(:desired_enable_fqdn_network_policy)
@@ -3265,7 +3296,7 @@ module Google
3265
3296
  end
3266
3297
  end
3267
3298
 
3268
- # GetJSONWebKeysResponse is a valid JSON Web Key Set as specififed in rfc 7517
3299
+ # GetJSONWebKeysResponse is a valid JSON Web Key Set as specified in rfc 7517
3269
3300
  class GetJsonWebKeysResponse
3270
3301
  include Google::Apis::Core::Hashable
3271
3302
 
@@ -4019,9 +4050,14 @@ module Google
4019
4050
 
4020
4051
  # The Linux kernel parameters to be applied to the nodes and all pods running on
4021
4052
  # the nodes. The following parameters are supported. net.core.busy_poll net.core.
4022
- # busy_read net.core.netdev_max_backlog net.core.rmem_max net.core.wmem_default
4023
- # net.core.wmem_max net.core.optmem_max net.core.somaxconn net.ipv4.tcp_rmem net.
4024
- # ipv4.tcp_wmem net.ipv4.tcp_tw_reuse kernel.shmmni kernel.shmmax kernel.shmall
4053
+ # busy_read net.core.netdev_max_backlog net.core.rmem_max net.core.rmem_default
4054
+ # net.core.wmem_default net.core.wmem_max net.core.optmem_max net.core.somaxconn
4055
+ # net.ipv4.tcp_rmem net.ipv4.tcp_wmem net.ipv4.tcp_tw_reuse net.netfilter.
4056
+ # nf_conntrack_max net.netfilter.nf_conntrack_buckets net.netfilter.
4057
+ # nf_conntrack_tcp_timeout_close_wait net.netfilter.
4058
+ # nf_conntrack_tcp_timeout_time_wait net.netfilter.
4059
+ # nf_conntrack_tcp_timeout_established net.netfilter.nf_conntrack_acct kernel.
4060
+ # shmmni kernel.shmmax kernel.shmall vm.max_map_count
4025
4061
  # Corresponds to the JSON property `sysctls`
4026
4062
  # @return [Hash<String,String>]
4027
4063
  attr_accessor :sysctls
@@ -4493,7 +4529,7 @@ module Google
4493
4529
  attr_accessor :enabled
4494
4530
  alias_method :enabled?, :enabled
4495
4531
 
4496
- # Whether master is accessbile via Google Compute Engine Public IP addresses.
4532
+ # Whether master is accessible via Google Compute Engine Public IP addresses.
4497
4533
  # Corresponds to the JSON property `gcpPublicCidrsAccessEnabled`
4498
4534
  # @return [Boolean]
4499
4535
  attr_accessor :gcp_public_cidrs_access_enabled
@@ -4676,6 +4712,12 @@ module Google
4676
4712
  # @return [Google::Apis::ContainerV1beta1::DefaultSnatStatus]
4677
4713
  attr_accessor :default_snat_status
4678
4714
 
4715
+ # Disable L4 load balancer VPC firewalls to enable firewall policies.
4716
+ # Corresponds to the JSON property `disableL4LbFirewallReconciliation`
4717
+ # @return [Boolean]
4718
+ attr_accessor :disable_l4_lb_firewall_reconciliation
4719
+ alias_method :disable_l4_lb_firewall_reconciliation?, :disable_l4_lb_firewall_reconciliation
4720
+
4679
4721
  # DNSConfig contains the desired set of options for configuring clusterDNS.
4680
4722
  # Corresponds to the JSON property `dnsConfig`
4681
4723
  # @return [Google::Apis::ContainerV1beta1::DnsConfig]
@@ -4722,7 +4764,7 @@ module Google
4722
4764
  # @return [String]
4723
4765
  attr_accessor :in_transit_encryption_config
4724
4766
 
4725
- # Output only. The relative name of the Google Compute Engine network(https://
4767
+ # Output only. The relative name of the Google Compute Engine [network](https://
4726
4768
  # cloud.google.com/compute/docs/networks-and-firewalls#networks) to which the
4727
4769
  # cluster is connected. Example: projects/my-project/global/networks/my-network
4728
4770
  # Corresponds to the JSON property `network`
@@ -4761,6 +4803,7 @@ module Google
4761
4803
  @datapath_provider = args[:datapath_provider] if args.key?(:datapath_provider)
4762
4804
  @default_enable_private_nodes = args[:default_enable_private_nodes] if args.key?(:default_enable_private_nodes)
4763
4805
  @default_snat_status = args[:default_snat_status] if args.key?(:default_snat_status)
4806
+ @disable_l4_lb_firewall_reconciliation = args[:disable_l4_lb_firewall_reconciliation] if args.key?(:disable_l4_lb_firewall_reconciliation)
4764
4807
  @dns_config = args[:dns_config] if args.key?(:dns_config)
4765
4808
  @enable_cilium_clusterwide_network_policy = args[:enable_cilium_clusterwide_network_policy] if args.key?(:enable_cilium_clusterwide_network_policy)
4766
4809
  @enable_fqdn_network_policy = args[:enable_fqdn_network_policy] if args.key?(:enable_fqdn_network_policy)
@@ -5044,7 +5087,7 @@ module Google
5044
5087
  # @return [Fixnum]
5045
5088
  attr_accessor :local_ssd_count
5046
5089
 
5047
- # Specifies which method should be used for encrypting the Local SSDs attahced
5090
+ # Specifies which method should be used for encrypting the Local SSDs attached
5048
5091
  # to the node.
5049
5092
  # Corresponds to the JSON property `localSsdEncryptionMode`
5050
5093
  # @return [String]
@@ -5322,6 +5365,37 @@ module Google
5322
5365
  class NodeKubeletConfig
5323
5366
  include Google::Apis::Core::Hashable
5324
5367
 
5368
+ # Optional. Defines a comma-separated allowlist of unsafe sysctls or sysctl
5369
+ # patterns (ending in `*`). The unsafe namespaced sysctl groups are `kernel.shm*`
5370
+ # , `kernel.msg*`, `kernel.sem`, `fs.mqueue.*`, and `net.*`. Leaving this
5371
+ # allowlist empty means they cannot be set on Pods. To allow certain sysctls or
5372
+ # sysctl patterns to be set on Pods, list them separated by commas. For example:
5373
+ # `kernel.msg*,net.ipv4.route.min_pmtu`. See https://kubernetes.io/docs/tasks/
5374
+ # administer-cluster/sysctl-cluster/ for more details.
5375
+ # Corresponds to the JSON property `allowedUnsafeSysctls`
5376
+ # @return [Array<String>]
5377
+ attr_accessor :allowed_unsafe_sysctls
5378
+
5379
+ # Optional. Defines the maximum number of container log files that can be
5380
+ # present for a container. See https://kubernetes.io/docs/concepts/cluster-
5381
+ # administration/logging/#log-rotation The value must be an integer between 2
5382
+ # and 10, inclusive. The default value is 5 if unspecified.
5383
+ # Corresponds to the JSON property `containerLogMaxFiles`
5384
+ # @return [Fixnum]
5385
+ attr_accessor :container_log_max_files
5386
+
5387
+ # Optional. Defines the maximum size of the container log file before it is
5388
+ # rotated. See https://kubernetes.io/docs/concepts/cluster-administration/
5389
+ # logging/#log-rotation Valid format is positive number + unit, e.g. 100Ki, 10Mi.
5390
+ # Valid units are Ki, Mi, Gi. The value must be between 10Mi and 500Mi,
5391
+ # inclusive. Note that the total container log size (container_log_max_size *
5392
+ # container_log_max_files) cannot exceed 1% of the total storage of the node, to
5393
+ # avoid disk pressure caused by log files. The default value is 10Mi if
5394
+ # unspecified.
5395
+ # Corresponds to the JSON property `containerLogMaxSize`
5396
+ # @return [String]
5397
+ attr_accessor :container_log_max_size
5398
+
5325
5399
  # Enable CPU CFS quota enforcement for containers that specify CPU limits. This
5326
5400
  # option is enabled by default which makes kubelet use CFS quota (https://www.
5327
5401
  # kernel.org/doc/Documentation/scheduler/sched-bwc.txt) to enforce container CPU
@@ -5352,6 +5426,44 @@ module Google
5352
5426
  # @return [String]
5353
5427
  attr_accessor :cpu_manager_policy
5354
5428
 
5429
+ # Optional. Defines the percent of disk usage after which image garbage
5430
+ # collection is always run. The percent is calculated as this field value out of
5431
+ # 100. The value must be between 10 and 85, inclusive and greater than
5432
+ # image_gc_low_threshold_percent. The default value is 85 if unspecified.
5433
+ # Corresponds to the JSON property `imageGcHighThresholdPercent`
5434
+ # @return [Fixnum]
5435
+ attr_accessor :image_gc_high_threshold_percent
5436
+
5437
+ # Optional. Defines the percent of disk usage before which image garbage
5438
+ # collection is never run. Lowest disk usage to garbage collect to. The percent
5439
+ # is calculated as this field value out of 100. The value must be between 10 and
5440
+ # 85, inclusive and smaller than image_gc_high_threshold_percent. The default
5441
+ # value is 80 if unspecified.
5442
+ # Corresponds to the JSON property `imageGcLowThresholdPercent`
5443
+ # @return [Fixnum]
5444
+ attr_accessor :image_gc_low_threshold_percent
5445
+
5446
+ # Optional. Defines the maximum age an image can be unused before it is garbage
5447
+ # collected. The string must be a sequence of decimal numbers, each with
5448
+ # optional fraction and a unit suffix, such as "300s", "1.5h", and "2h45m".
5449
+ # Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h". The value must
5450
+ # be a positive duration greater than image_minimum_gc_age or "0s". The default
5451
+ # value is "0s" if unspecified, which disables this field, meaning images won't
5452
+ # be garbage collected based on being unused for too long.
5453
+ # Corresponds to the JSON property `imageMaximumGcAge`
5454
+ # @return [String]
5455
+ attr_accessor :image_maximum_gc_age
5456
+
5457
+ # Optional. Defines the minimum age for an unused image before it is garbage
5458
+ # collected. The string must be a sequence of decimal numbers, each with
5459
+ # optional fraction and a unit suffix, such as "300s", "1.5h", and "2h45m".
5460
+ # Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h". The value must
5461
+ # be a positive duration less than or equal to 2 minutes. The default value is "
5462
+ # 2m0s" if unspecified.
5463
+ # Corresponds to the JSON property `imageMinimumGcAge`
5464
+ # @return [String]
5465
+ attr_accessor :image_minimum_gc_age
5466
+
5355
5467
  # Enable or disable Kubelet read only port.
5356
5468
  # Corresponds to the JSON property `insecureKubeletReadonlyPortEnabled`
5357
5469
  # @return [Boolean]
@@ -5372,9 +5484,16 @@ module Google
5372
5484
 
5373
5485
  # Update properties of this object
5374
5486
  def update!(**args)
5487
+ @allowed_unsafe_sysctls = args[:allowed_unsafe_sysctls] if args.key?(:allowed_unsafe_sysctls)
5488
+ @container_log_max_files = args[:container_log_max_files] if args.key?(:container_log_max_files)
5489
+ @container_log_max_size = args[:container_log_max_size] if args.key?(:container_log_max_size)
5375
5490
  @cpu_cfs_quota = args[:cpu_cfs_quota] if args.key?(:cpu_cfs_quota)
5376
5491
  @cpu_cfs_quota_period = args[:cpu_cfs_quota_period] if args.key?(:cpu_cfs_quota_period)
5377
5492
  @cpu_manager_policy = args[:cpu_manager_policy] if args.key?(:cpu_manager_policy)
5493
+ @image_gc_high_threshold_percent = args[:image_gc_high_threshold_percent] if args.key?(:image_gc_high_threshold_percent)
5494
+ @image_gc_low_threshold_percent = args[:image_gc_low_threshold_percent] if args.key?(:image_gc_low_threshold_percent)
5495
+ @image_maximum_gc_age = args[:image_maximum_gc_age] if args.key?(:image_maximum_gc_age)
5496
+ @image_minimum_gc_age = args[:image_minimum_gc_age] if args.key?(:image_minimum_gc_age)
5378
5497
  @insecure_kubelet_readonly_port_enabled = args[:insecure_kubelet_readonly_port_enabled] if args.key?(:insecure_kubelet_readonly_port_enabled)
5379
5498
  @pod_pids_limit = args[:pod_pids_limit] if args.key?(:pod_pids_limit)
5380
5499
  end
@@ -5534,6 +5653,11 @@ module Google
5534
5653
  class NodePool
5535
5654
  include Google::Apis::Core::Hashable
5536
5655
 
5656
+ # AutopilotConfig contains configuration of autopilot feature for this nodepool.
5657
+ # Corresponds to the JSON property `autopilotConfig`
5658
+ # @return [Google::Apis::ContainerV1beta1::AutopilotConfig]
5659
+ attr_accessor :autopilot_config
5660
+
5537
5661
  # NodePoolAutoscaling contains information required by cluster autoscaler to
5538
5662
  # adjust the size of the node pool to the current cluster usage.
5539
5663
  # Corresponds to the JSON property `autoscaling`
@@ -5696,6 +5820,7 @@ module Google
5696
5820
 
5697
5821
  # Update properties of this object
5698
5822
  def update!(**args)
5823
+ @autopilot_config = args[:autopilot_config] if args.key?(:autopilot_config)
5699
5824
  @autoscaling = args[:autoscaling] if args.key?(:autoscaling)
5700
5825
  @best_effort_provisioning = args[:best_effort_provisioning] if args.key?(:best_effort_provisioning)
5701
5826
  @conditions = args[:conditions] if args.key?(:conditions)
@@ -8243,7 +8368,8 @@ module Google
8243
8368
  end
8244
8369
  end
8245
8370
 
8246
- # Configuration for Cloud TPU.
8371
+ # Configuration for Cloud TPU. This message is deprecated due to the deprecation
8372
+ # of 2VM TPU. The end of life date for 2VM TPU is 2025-04-25.
8247
8373
  class TpuConfig
8248
8374
  include Google::Apis::Core::Hashable
8249
8375
 
@@ -8848,6 +8974,16 @@ module Google
8848
8974
  # @return [String]
8849
8975
  attr_accessor :end_time
8850
8976
 
8977
+ # The type of the event.
8978
+ # Corresponds to the JSON property `eventType`
8979
+ # @return [String]
8980
+ attr_accessor :event_type
8981
+
8982
+ # The end of extended support timestamp.
8983
+ # Corresponds to the JSON property `extendedSupportEndTime`
8984
+ # @return [String]
8985
+ attr_accessor :extended_support_end_time
8986
+
8851
8987
  # The operation associated with this upgrade.
8852
8988
  # Corresponds to the JSON property `operation`
8853
8989
  # @return [String]
@@ -8864,6 +9000,11 @@ module Google
8864
9000
  # @return [String]
8865
9001
  attr_accessor :resource_type
8866
9002
 
9003
+ # The end of standard support timestamp.
9004
+ # Corresponds to the JSON property `standardSupportEndTime`
9005
+ # @return [String]
9006
+ attr_accessor :standard_support_end_time
9007
+
8867
9008
  # The time when the operation was started.
8868
9009
  # Corresponds to the JSON property `startTime`
8869
9010
  # @return [String]
@@ -8888,9 +9029,12 @@ module Google
8888
9029
  @current_version = args[:current_version] if args.key?(:current_version)
8889
9030
  @description = args[:description] if args.key?(:description)
8890
9031
  @end_time = args[:end_time] if args.key?(:end_time)
9032
+ @event_type = args[:event_type] if args.key?(:event_type)
9033
+ @extended_support_end_time = args[:extended_support_end_time] if args.key?(:extended_support_end_time)
8891
9034
  @operation = args[:operation] if args.key?(:operation)
8892
9035
  @resource = args[:resource] if args.key?(:resource)
8893
9036
  @resource_type = args[:resource_type] if args.key?(:resource_type)
9037
+ @standard_support_end_time = args[:standard_support_end_time] if args.key?(:standard_support_end_time)
8894
9038
  @start_time = args[:start_time] if args.key?(:start_time)
8895
9039
  @state = args[:state] if args.key?(:state)
8896
9040
  @target_version = args[:target_version] if args.key?(:target_version)
@@ -9372,6 +9516,12 @@ module Google
9372
9516
  attr_accessor :allow_net_admin
9373
9517
  alias_method :allow_net_admin?, :allow_net_admin
9374
9518
 
9519
+ # If true, enables the GCW Auditor that audits workloads on standard clusters.
9520
+ # Corresponds to the JSON property `autopilotCompatibilityAuditingEnabled`
9521
+ # @return [Boolean]
9522
+ attr_accessor :autopilot_compatibility_auditing_enabled
9523
+ alias_method :autopilot_compatibility_auditing_enabled?, :autopilot_compatibility_auditing_enabled
9524
+
9375
9525
  def initialize(**args)
9376
9526
  update!(**args)
9377
9527
  end
@@ -9379,6 +9529,7 @@ module Google
9379
9529
  # Update properties of this object
9380
9530
  def update!(**args)
9381
9531
  @allow_net_admin = args[:allow_net_admin] if args.key?(:allow_net_admin)
9532
+ @autopilot_compatibility_auditing_enabled = args[:autopilot_compatibility_auditing_enabled] if args.key?(:autopilot_compatibility_auditing_enabled)
9382
9533
  end
9383
9534
  end
9384
9535
  end
@@ -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.77.0"
19
+ GEM_VERSION = "0.79.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.1"
22
+ GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241203"
25
+ REVISION = "20250211"
26
26
  end
27
27
  end
28
28
  end
@@ -94,6 +94,12 @@ module Google
94
94
  include Google::Apis::Core::JsonObjectSupport
95
95
  end
96
96
 
97
+ class AutopilotConfig
98
+ class Representation < Google::Apis::Core::JsonRepresentation; end
99
+
100
+ include Google::Apis::Core::JsonObjectSupport
101
+ end
102
+
97
103
  class AutopilotConversionStatus
98
104
  class Representation < Google::Apis::Core::JsonRepresentation; end
99
105
 
@@ -1455,6 +1461,13 @@ module Google
1455
1461
  end
1456
1462
  end
1457
1463
 
1464
+ class AutopilotConfig
1465
+ # @private
1466
+ class Representation < Google::Apis::Core::JsonRepresentation
1467
+ property :enabled, as: 'enabled'
1468
+ end
1469
+ end
1470
+
1458
1471
  class AutopilotConversionStatus
1459
1472
  # @private
1460
1473
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1793,6 +1806,7 @@ module Google
1793
1806
  property :desired_default_enable_private_nodes, as: 'desiredDefaultEnablePrivateNodes'
1794
1807
  property :desired_default_snat_status, as: 'desiredDefaultSnatStatus', class: Google::Apis::ContainerV1beta1::DefaultSnatStatus, decorator: Google::Apis::ContainerV1beta1::DefaultSnatStatus::Representation
1795
1808
 
1809
+ property :desired_disable_l4_lb_firewall_reconciliation, as: 'desiredDisableL4LbFirewallReconciliation'
1796
1810
  property :desired_dns_config, as: 'desiredDnsConfig', class: Google::Apis::ContainerV1beta1::DnsConfig, decorator: Google::Apis::ContainerV1beta1::DnsConfig::Representation
1797
1811
 
1798
1812
  property :desired_enable_cilium_clusterwide_network_policy, as: 'desiredEnableCiliumClusterwideNetworkPolicy'
@@ -2588,6 +2602,7 @@ module Google
2588
2602
  property :default_enable_private_nodes, as: 'defaultEnablePrivateNodes'
2589
2603
  property :default_snat_status, as: 'defaultSnatStatus', class: Google::Apis::ContainerV1beta1::DefaultSnatStatus, decorator: Google::Apis::ContainerV1beta1::DefaultSnatStatus::Representation
2590
2604
 
2605
+ property :disable_l4_lb_firewall_reconciliation, as: 'disableL4LbFirewallReconciliation'
2591
2606
  property :dns_config, as: 'dnsConfig', class: Google::Apis::ContainerV1beta1::DnsConfig, decorator: Google::Apis::ContainerV1beta1::DnsConfig::Representation
2592
2607
 
2593
2608
  property :enable_cilium_clusterwide_network_policy, as: 'enableCiliumClusterwideNetworkPolicy'
@@ -2741,9 +2756,16 @@ module Google
2741
2756
  class NodeKubeletConfig
2742
2757
  # @private
2743
2758
  class Representation < Google::Apis::Core::JsonRepresentation
2759
+ collection :allowed_unsafe_sysctls, as: 'allowedUnsafeSysctls'
2760
+ property :container_log_max_files, as: 'containerLogMaxFiles'
2761
+ property :container_log_max_size, as: 'containerLogMaxSize'
2744
2762
  property :cpu_cfs_quota, as: 'cpuCfsQuota'
2745
2763
  property :cpu_cfs_quota_period, as: 'cpuCfsQuotaPeriod'
2746
2764
  property :cpu_manager_policy, as: 'cpuManagerPolicy'
2765
+ property :image_gc_high_threshold_percent, as: 'imageGcHighThresholdPercent'
2766
+ property :image_gc_low_threshold_percent, as: 'imageGcLowThresholdPercent'
2767
+ property :image_maximum_gc_age, as: 'imageMaximumGcAge'
2768
+ property :image_minimum_gc_age, as: 'imageMinimumGcAge'
2747
2769
  property :insecure_kubelet_readonly_port_enabled, as: 'insecureKubeletReadonlyPortEnabled'
2748
2770
  property :pod_pids_limit, :numeric_string => true, as: 'podPidsLimit'
2749
2771
  end
@@ -2788,6 +2810,8 @@ module Google
2788
2810
  class NodePool
2789
2811
  # @private
2790
2812
  class Representation < Google::Apis::Core::JsonRepresentation
2813
+ property :autopilot_config, as: 'autopilotConfig', class: Google::Apis::ContainerV1beta1::AutopilotConfig, decorator: Google::Apis::ContainerV1beta1::AutopilotConfig::Representation
2814
+
2791
2815
  property :autoscaling, as: 'autoscaling', class: Google::Apis::ContainerV1beta1::NodePoolAutoscaling, decorator: Google::Apis::ContainerV1beta1::NodePoolAutoscaling::Representation
2792
2816
 
2793
2817
  property :best_effort_provisioning, as: 'bestEffortProvisioning', class: Google::Apis::ContainerV1beta1::BestEffortProvisioning, decorator: Google::Apis::ContainerV1beta1::BestEffortProvisioning::Representation
@@ -3629,9 +3653,12 @@ module Google
3629
3653
  property :current_version, as: 'currentVersion'
3630
3654
  property :description, as: 'description'
3631
3655
  property :end_time, as: 'endTime'
3656
+ property :event_type, as: 'eventType'
3657
+ property :extended_support_end_time, as: 'extendedSupportEndTime'
3632
3658
  property :operation, as: 'operation'
3633
3659
  property :resource, as: 'resource'
3634
3660
  property :resource_type, as: 'resourceType'
3661
+ property :standard_support_end_time, as: 'standardSupportEndTime'
3635
3662
  property :start_time, as: 'startTime'
3636
3663
  property :state, as: 'state'
3637
3664
  property :target_version, as: 'targetVersion'
@@ -3765,6 +3792,7 @@ module Google
3765
3792
  # @private
3766
3793
  class Representation < Google::Apis::Core::JsonRepresentation
3767
3794
  property :allow_net_admin, as: 'allowNetAdmin'
3795
+ property :autopilot_compatibility_auditing_enabled, as: 'autopilotCompatibilityAuditingEnabled'
3768
3796
  end
3769
3797
  end
3770
3798
  end
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-container_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.77.0
4
+ version: 0.79.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-12-15 00:00:00.000000000 Z
10
+ date: 2025-03-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  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.77.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.79.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-container_v1beta1
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.23
79
- signing_key:
76
+ rubygems_version: 3.6.5
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Kubernetes Engine API V1beta1
82
79
  test_files: []