google-apis-container_v1beta1 0.78.0 → 0.80.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: 6031ed057798de19c1fff35cb93003d3cd5cc1e9189626a12c541e38b780d80f
4
- data.tar.gz: 4cd73ce3ba93e20cc878e23b87f04c60d608f49c90837096e1e1234789dcbf05
3
+ metadata.gz: e8c2d2fe9e789a28c9745b4b5baaf5250e1903f770659b28de2ca31d14c730dd
4
+ data.tar.gz: 45a1ca49bd87cad5db76a4fa1950e67ce95396fa175863404cde34d0db3fd56f
5
5
  SHA512:
6
- metadata.gz: bf5c3833abea005ae5639b6f17a847082bfcfe2c6a07c771642d5a42b573140f9f0502ee3cea64f38b51cc3007be33c333ce8e8bf80db893abdf259f4c85d1df
7
- data.tar.gz: 3829a1331bb6fb6dfc56b7da2a1703fc023a23980630c8639fe5a494c82959fd60704fb005e8667d718ca1adce69663b67f07ba8dec3a519f94880d4dd21a8c5
6
+ metadata.gz: 201ed7dfb9ae5e74ac3178b07006289a4d6d8f66ae98f63d19f17d24116da36d00d07443ede318036b492fb97eddd8577789ee03d9f74b5bbf7a3174571b805e
7
+ data.tar.gz: a303781bdffb98d86eafa17dd00fca86f702f7f550ce6a5b84ee8d22aeb876961ad55b47055948d9ca7a9e1974a935eb823e22be22469ca5be2ba67392100b57
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-container_v1beta1
2
2
 
3
+ ### v0.80.0 (2025-03-23)
4
+
5
+ * Regenerated from discovery document revision 20250311
6
+
7
+ ### v0.79.0 (2025-03-02)
8
+
9
+ * Regenerated from discovery document revision 20250211
10
+
3
11
  ### v0.78.0 (2025-01-12)
4
12
 
5
13
  * Regenerated from discovery document revision 20241228
@@ -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
@@ -555,7 +575,7 @@ module Google
555
575
  # @return [String]
556
576
  attr_accessor :image_type
557
577
 
558
- # Enable or disable Kubelet read only port.
578
+ # DEPRECATED. Use NodePoolAutoConfig.NodeKubeletConfig instead.
559
579
  # Corresponds to the JSON property `insecureKubeletReadonlyPortEnabled`
560
580
  # @return [Boolean]
561
581
  attr_accessor :insecure_kubelet_readonly_port_enabled
@@ -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
@@ -1331,7 +1352,7 @@ module Google
1331
1352
  attr_accessor :monitoring_config
1332
1353
 
1333
1354
  # The monitoring service the cluster should use to write metrics. Currently
1334
- # available options: * "monitoring.googleapis.com/kubernetes" - The Cloud
1355
+ # available options: * `monitoring.googleapis.com/kubernetes` - The Cloud
1335
1356
  # Monitoring service with a Kubernetes-native resource model * `monitoring.
1336
1357
  # googleapis.com` - The legacy Cloud Monitoring service (no longer available as
1337
1358
  # of GKE 1.15). * `none` - No metrics will be exported from the cluster. If left
@@ -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
@@ -2002,7 +2025,7 @@ module Google
2002
2025
  attr_accessor :desired_monitoring_config
2003
2026
 
2004
2027
  # The monitoring service the cluster should use to write metrics. Currently
2005
- # available options: * "monitoring.googleapis.com/kubernetes" - The Cloud
2028
+ # available options: * `monitoring.googleapis.com/kubernetes` - The Cloud
2006
2029
  # Monitoring service with a Kubernetes-native resource model * `monitoring.
2007
2030
  # googleapis.com` - The legacy Cloud Monitoring service (no longer available as
2008
2031
  # of GKE 1.15). * `none` - No metrics will be exported from the cluster. If left
@@ -2164,7 +2187,8 @@ module Google
2164
2187
  # @return [String]
2165
2188
  attr_accessor :desired_stack_type
2166
2189
 
2167
- # 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.
2168
2192
  # Corresponds to the JSON property `desiredTpuConfig`
2169
2193
  # @return [Google::Apis::ContainerV1beta1::TpuConfig]
2170
2194
  attr_accessor :desired_tpu_config
@@ -3272,7 +3296,7 @@ module Google
3272
3296
  end
3273
3297
  end
3274
3298
 
3275
- # 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
3276
3300
  class GetJsonWebKeysResponse
3277
3301
  include Google::Apis::Core::Hashable
3278
3302
 
@@ -4026,9 +4050,14 @@ module Google
4026
4050
 
4027
4051
  # The Linux kernel parameters to be applied to the nodes and all pods running on
4028
4052
  # the nodes. The following parameters are supported. net.core.busy_poll net.core.
4029
- # busy_read net.core.netdev_max_backlog net.core.rmem_max net.core.wmem_default
4030
- # net.core.wmem_max net.core.optmem_max net.core.somaxconn net.ipv4.tcp_rmem net.
4031
- # 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
4032
4061
  # Corresponds to the JSON property `sysctls`
4033
4062
  # @return [Hash<String,String>]
4034
4063
  attr_accessor :sysctls
@@ -4500,7 +4529,7 @@ module Google
4500
4529
  attr_accessor :enabled
4501
4530
  alias_method :enabled?, :enabled
4502
4531
 
4503
- # Whether master is accessbile via Google Compute Engine Public IP addresses.
4532
+ # Whether master is accessible via Google Compute Engine Public IP addresses.
4504
4533
  # Corresponds to the JSON property `gcpPublicCidrsAccessEnabled`
4505
4534
  # @return [Boolean]
4506
4535
  attr_accessor :gcp_public_cidrs_access_enabled
@@ -4735,7 +4764,7 @@ module Google
4735
4764
  # @return [String]
4736
4765
  attr_accessor :in_transit_encryption_config
4737
4766
 
4738
- # 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://
4739
4768
  # cloud.google.com/compute/docs/networks-and-firewalls#networks) to which the
4740
4769
  # cluster is connected. Example: projects/my-project/global/networks/my-network
4741
4770
  # Corresponds to the JSON property `network`
@@ -4958,7 +4987,8 @@ module Google
4958
4987
  attr_accessor :containerd_config
4959
4988
 
4960
4989
  # Size of the disk attached to each node, specified in GB. The smallest allowed
4961
- # disk size is 10GB. If unspecified, the default disk size is 100GB.
4990
+ # disk size is 10GB. TODO(b/395671893) - Deprecate disk_size_gb and disk_type
4991
+ # fields. If unspecified, the default disk size is 100GB.
4962
4992
  # Corresponds to the JSON property `diskSizeGb`
4963
4993
  # @return [Fixnum]
4964
4994
  attr_accessor :disk_size_gb
@@ -5058,7 +5088,7 @@ module Google
5058
5088
  # @return [Fixnum]
5059
5089
  attr_accessor :local_ssd_count
5060
5090
 
5061
- # Specifies which method should be used for encrypting the Local SSDs attahced
5091
+ # Specifies which method should be used for encrypting the Local SSDs attached
5062
5092
  # to the node.
5063
5093
  # Corresponds to the JSON property `localSsdEncryptionMode`
5064
5094
  # @return [String]
@@ -5223,7 +5253,7 @@ module Google
5223
5253
 
5224
5254
  # Parameters that can be configured on Windows nodes. Windows Node Config that
5225
5255
  # define the parameters that will be used to configure the Windows node pool
5226
- # settings
5256
+ # settings.
5227
5257
  # Corresponds to the JSON property `windowsNodeConfig`
5228
5258
  # @return [Google::Apis::ContainerV1beta1::WindowsNodeConfig]
5229
5259
  attr_accessor :windows_node_config
@@ -5336,6 +5366,37 @@ module Google
5336
5366
  class NodeKubeletConfig
5337
5367
  include Google::Apis::Core::Hashable
5338
5368
 
5369
+ # Optional. Defines a comma-separated allowlist of unsafe sysctls or sysctl
5370
+ # patterns (ending in `*`). The unsafe namespaced sysctl groups are `kernel.shm*`
5371
+ # , `kernel.msg*`, `kernel.sem`, `fs.mqueue.*`, and `net.*`. Leaving this
5372
+ # allowlist empty means they cannot be set on Pods. To allow certain sysctls or
5373
+ # sysctl patterns to be set on Pods, list them separated by commas. For example:
5374
+ # `kernel.msg*,net.ipv4.route.min_pmtu`. See https://kubernetes.io/docs/tasks/
5375
+ # administer-cluster/sysctl-cluster/ for more details.
5376
+ # Corresponds to the JSON property `allowedUnsafeSysctls`
5377
+ # @return [Array<String>]
5378
+ attr_accessor :allowed_unsafe_sysctls
5379
+
5380
+ # Optional. Defines the maximum number of container log files that can be
5381
+ # present for a container. See https://kubernetes.io/docs/concepts/cluster-
5382
+ # administration/logging/#log-rotation The value must be an integer between 2
5383
+ # and 10, inclusive. The default value is 5 if unspecified.
5384
+ # Corresponds to the JSON property `containerLogMaxFiles`
5385
+ # @return [Fixnum]
5386
+ attr_accessor :container_log_max_files
5387
+
5388
+ # Optional. Defines the maximum size of the container log file before it is
5389
+ # rotated. See https://kubernetes.io/docs/concepts/cluster-administration/
5390
+ # logging/#log-rotation Valid format is positive number + unit, e.g. 100Ki, 10Mi.
5391
+ # Valid units are Ki, Mi, Gi. The value must be between 10Mi and 500Mi,
5392
+ # inclusive. Note that the total container log size (container_log_max_size *
5393
+ # container_log_max_files) cannot exceed 1% of the total storage of the node, to
5394
+ # avoid disk pressure caused by log files. The default value is 10Mi if
5395
+ # unspecified.
5396
+ # Corresponds to the JSON property `containerLogMaxSize`
5397
+ # @return [String]
5398
+ attr_accessor :container_log_max_size
5399
+
5339
5400
  # Enable CPU CFS quota enforcement for containers that specify CPU limits. This
5340
5401
  # option is enabled by default which makes kubelet use CFS quota (https://www.
5341
5402
  # kernel.org/doc/Documentation/scheduler/sched-bwc.txt) to enforce container CPU
@@ -5366,6 +5427,44 @@ module Google
5366
5427
  # @return [String]
5367
5428
  attr_accessor :cpu_manager_policy
5368
5429
 
5430
+ # Optional. Defines the percent of disk usage after which image garbage
5431
+ # collection is always run. The percent is calculated as this field value out of
5432
+ # 100. The value must be between 10 and 85, inclusive and greater than
5433
+ # image_gc_low_threshold_percent. The default value is 85 if unspecified.
5434
+ # Corresponds to the JSON property `imageGcHighThresholdPercent`
5435
+ # @return [Fixnum]
5436
+ attr_accessor :image_gc_high_threshold_percent
5437
+
5438
+ # Optional. Defines the percent of disk usage before which image garbage
5439
+ # collection is never run. Lowest disk usage to garbage collect to. The percent
5440
+ # is calculated as this field value out of 100. The value must be between 10 and
5441
+ # 85, inclusive and smaller than image_gc_high_threshold_percent. The default
5442
+ # value is 80 if unspecified.
5443
+ # Corresponds to the JSON property `imageGcLowThresholdPercent`
5444
+ # @return [Fixnum]
5445
+ attr_accessor :image_gc_low_threshold_percent
5446
+
5447
+ # Optional. Defines the maximum age an image can be unused before it is garbage
5448
+ # collected. The string must be a sequence of decimal numbers, each with
5449
+ # optional fraction and a unit suffix, such as "300s", "1.5h", and "2h45m".
5450
+ # Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h". The value must
5451
+ # be a positive duration greater than image_minimum_gc_age or "0s". The default
5452
+ # value is "0s" if unspecified, which disables this field, meaning images won't
5453
+ # be garbage collected based on being unused for too long.
5454
+ # Corresponds to the JSON property `imageMaximumGcAge`
5455
+ # @return [String]
5456
+ attr_accessor :image_maximum_gc_age
5457
+
5458
+ # Optional. Defines the minimum age for an unused image before it is garbage
5459
+ # collected. The string must be a sequence of decimal numbers, each with
5460
+ # optional fraction and a unit suffix, such as "300s", "1.5h", and "2h45m".
5461
+ # Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h". The value must
5462
+ # be a positive duration less than or equal to 2 minutes. The default value is "
5463
+ # 2m0s" if unspecified.
5464
+ # Corresponds to the JSON property `imageMinimumGcAge`
5465
+ # @return [String]
5466
+ attr_accessor :image_minimum_gc_age
5467
+
5369
5468
  # Enable or disable Kubelet read only port.
5370
5469
  # Corresponds to the JSON property `insecureKubeletReadonlyPortEnabled`
5371
5470
  # @return [Boolean]
@@ -5386,9 +5485,16 @@ module Google
5386
5485
 
5387
5486
  # Update properties of this object
5388
5487
  def update!(**args)
5488
+ @allowed_unsafe_sysctls = args[:allowed_unsafe_sysctls] if args.key?(:allowed_unsafe_sysctls)
5489
+ @container_log_max_files = args[:container_log_max_files] if args.key?(:container_log_max_files)
5490
+ @container_log_max_size = args[:container_log_max_size] if args.key?(:container_log_max_size)
5389
5491
  @cpu_cfs_quota = args[:cpu_cfs_quota] if args.key?(:cpu_cfs_quota)
5390
5492
  @cpu_cfs_quota_period = args[:cpu_cfs_quota_period] if args.key?(:cpu_cfs_quota_period)
5391
5493
  @cpu_manager_policy = args[:cpu_manager_policy] if args.key?(:cpu_manager_policy)
5494
+ @image_gc_high_threshold_percent = args[:image_gc_high_threshold_percent] if args.key?(:image_gc_high_threshold_percent)
5495
+ @image_gc_low_threshold_percent = args[:image_gc_low_threshold_percent] if args.key?(:image_gc_low_threshold_percent)
5496
+ @image_maximum_gc_age = args[:image_maximum_gc_age] if args.key?(:image_maximum_gc_age)
5497
+ @image_minimum_gc_age = args[:image_minimum_gc_age] if args.key?(:image_minimum_gc_age)
5392
5498
  @insecure_kubelet_readonly_port_enabled = args[:insecure_kubelet_readonly_port_enabled] if args.key?(:insecure_kubelet_readonly_port_enabled)
5393
5499
  @pod_pids_limit = args[:pod_pids_limit] if args.key?(:pod_pids_limit)
5394
5500
  end
@@ -5548,6 +5654,11 @@ module Google
5548
5654
  class NodePool
5549
5655
  include Google::Apis::Core::Hashable
5550
5656
 
5657
+ # AutopilotConfig contains configuration of autopilot feature for this nodepool.
5658
+ # Corresponds to the JSON property `autopilotConfig`
5659
+ # @return [Google::Apis::ContainerV1beta1::AutopilotConfig]
5660
+ attr_accessor :autopilot_config
5661
+
5551
5662
  # NodePoolAutoscaling contains information required by cluster autoscaler to
5552
5663
  # adjust the size of the node pool to the current cluster usage.
5553
5664
  # Corresponds to the JSON property `autoscaling`
@@ -5710,6 +5821,7 @@ module Google
5710
5821
 
5711
5822
  # Update properties of this object
5712
5823
  def update!(**args)
5824
+ @autopilot_config = args[:autopilot_config] if args.key?(:autopilot_config)
5713
5825
  @autoscaling = args[:autoscaling] if args.key?(:autoscaling)
5714
5826
  @best_effort_provisioning = args[:best_effort_provisioning] if args.key?(:best_effort_provisioning)
5715
5827
  @conditions = args[:conditions] if args.key?(:conditions)
@@ -7179,6 +7291,11 @@ module Google
7179
7291
  attr_accessor :manual_steps_required
7180
7292
  alias_method :manual_steps_required?, :manual_steps_required
7181
7293
 
7294
+ # The GKE versions where this vulnerability is mitigated.
7295
+ # Corresponds to the JSON property `mitigatedVersions`
7296
+ # @return [Array<String>]
7297
+ attr_accessor :mitigated_versions
7298
+
7182
7299
  # The GKE versions where this vulnerability is patched.
7183
7300
  # Corresponds to the JSON property `patchedVersions`
7184
7301
  # @return [Array<String>]
@@ -7217,6 +7334,7 @@ module Google
7217
7334
  @bulletin_uri = args[:bulletin_uri] if args.key?(:bulletin_uri)
7218
7335
  @cve_ids = args[:cve_ids] if args.key?(:cve_ids)
7219
7336
  @manual_steps_required = args[:manual_steps_required] if args.key?(:manual_steps_required)
7337
+ @mitigated_versions = args[:mitigated_versions] if args.key?(:mitigated_versions)
7220
7338
  @patched_versions = args[:patched_versions] if args.key?(:patched_versions)
7221
7339
  @resource_type_affected = args[:resource_type_affected] if args.key?(:resource_type_affected)
7222
7340
  @severity = args[:severity] if args.key?(:severity)
@@ -7709,7 +7827,7 @@ module Google
7709
7827
  attr_accessor :cluster_id
7710
7828
 
7711
7829
  # Required. The monitoring service the cluster should use to write metrics.
7712
- # Currently available options: * "monitoring.googleapis.com/kubernetes" - The
7830
+ # Currently available options: * `monitoring.googleapis.com/kubernetes` - The
7713
7831
  # Cloud Monitoring service with a Kubernetes-native resource model * `monitoring.
7714
7832
  # googleapis.com` - The legacy Cloud Monitoring service (no longer available as
7715
7833
  # of GKE 1.15). * `none` - No metrics will be exported from the cluster. If left
@@ -8257,7 +8375,8 @@ module Google
8257
8375
  end
8258
8376
  end
8259
8377
 
8260
- # Configuration for Cloud TPU.
8378
+ # Configuration for Cloud TPU. This message is deprecated due to the deprecation
8379
+ # of 2VM TPU. The end of life date for 2VM TPU is 2025-04-25.
8261
8380
  class TpuConfig
8262
8381
  include Google::Apis::Core::Hashable
8263
8382
 
@@ -8639,7 +8758,7 @@ module Google
8639
8758
 
8640
8759
  # Parameters that can be configured on Windows nodes. Windows Node Config that
8641
8760
  # define the parameters that will be used to configure the Windows node pool
8642
- # settings
8761
+ # settings.
8643
8762
  # Corresponds to the JSON property `windowsNodeConfig`
8644
8763
  # @return [Google::Apis::ContainerV1beta1::WindowsNodeConfig]
8645
8764
  attr_accessor :windows_node_config
@@ -8767,6 +8886,11 @@ module Google
8767
8886
  # @return [String]
8768
8887
  attr_accessor :start_time
8769
8888
 
8889
+ # The start type of the upgrade.
8890
+ # Corresponds to the JSON property `startType`
8891
+ # @return [String]
8892
+ attr_accessor :start_type
8893
+
8770
8894
  # Output only. The state of the upgrade.
8771
8895
  # Corresponds to the JSON property `state`
8772
8896
  # @return [String]
@@ -8786,6 +8910,7 @@ module Google
8786
8910
  @end_time = args[:end_time] if args.key?(:end_time)
8787
8911
  @initial_version = args[:initial_version] if args.key?(:initial_version)
8788
8912
  @start_time = args[:start_time] if args.key?(:start_time)
8913
+ @start_type = args[:start_type] if args.key?(:start_type)
8789
8914
  @state = args[:state] if args.key?(:state)
8790
8915
  @target_version = args[:target_version] if args.key?(:target_version)
8791
8916
  end
@@ -9194,11 +9319,11 @@ module Google
9194
9319
 
9195
9320
  # Parameters that can be configured on Windows nodes. Windows Node Config that
9196
9321
  # define the parameters that will be used to configure the Windows node pool
9197
- # settings
9322
+ # settings.
9198
9323
  class WindowsNodeConfig
9199
9324
  include Google::Apis::Core::Hashable
9200
9325
 
9201
- # OSVersion specifies the Windows node config to be used on the node
9326
+ # OSVersion specifies the Windows node config to be used on the node.
9202
9327
  # Corresponds to the JSON property `osVersion`
9203
9328
  # @return [String]
9204
9329
  attr_accessor :os_version
@@ -9404,6 +9529,12 @@ module Google
9404
9529
  attr_accessor :allow_net_admin
9405
9530
  alias_method :allow_net_admin?, :allow_net_admin
9406
9531
 
9532
+ # If true, enables the GCW Auditor that audits workloads on standard clusters.
9533
+ # Corresponds to the JSON property `autopilotCompatibilityAuditingEnabled`
9534
+ # @return [Boolean]
9535
+ attr_accessor :autopilot_compatibility_auditing_enabled
9536
+ alias_method :autopilot_compatibility_auditing_enabled?, :autopilot_compatibility_auditing_enabled
9537
+
9407
9538
  def initialize(**args)
9408
9539
  update!(**args)
9409
9540
  end
@@ -9411,6 +9542,7 @@ module Google
9411
9542
  # Update properties of this object
9412
9543
  def update!(**args)
9413
9544
  @allow_net_admin = args[:allow_net_admin] if args.key?(:allow_net_admin)
9545
+ @autopilot_compatibility_auditing_enabled = args[:autopilot_compatibility_auditing_enabled] if args.key?(:autopilot_compatibility_auditing_enabled)
9414
9546
  end
9415
9547
  end
9416
9548
  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.78.0"
19
+ GEM_VERSION = "0.80.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.16.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241228"
25
+ REVISION = "20250311"
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
@@ -2743,9 +2756,16 @@ module Google
2743
2756
  class NodeKubeletConfig
2744
2757
  # @private
2745
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'
2746
2762
  property :cpu_cfs_quota, as: 'cpuCfsQuota'
2747
2763
  property :cpu_cfs_quota_period, as: 'cpuCfsQuotaPeriod'
2748
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'
2749
2769
  property :insecure_kubelet_readonly_port_enabled, as: 'insecureKubeletReadonlyPortEnabled'
2750
2770
  property :pod_pids_limit, :numeric_string => true, as: 'podPidsLimit'
2751
2771
  end
@@ -2790,6 +2810,8 @@ module Google
2790
2810
  class NodePool
2791
2811
  # @private
2792
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
+
2793
2815
  property :autoscaling, as: 'autoscaling', class: Google::Apis::ContainerV1beta1::NodePoolAutoscaling, decorator: Google::Apis::ContainerV1beta1::NodePoolAutoscaling::Representation
2794
2816
 
2795
2817
  property :best_effort_provisioning, as: 'bestEffortProvisioning', class: Google::Apis::ContainerV1beta1::BestEffortProvisioning, decorator: Google::Apis::ContainerV1beta1::BestEffortProvisioning::Representation
@@ -3233,6 +3255,7 @@ module Google
3233
3255
  property :bulletin_uri, as: 'bulletinUri'
3234
3256
  collection :cve_ids, as: 'cveIds'
3235
3257
  property :manual_steps_required, as: 'manualStepsRequired'
3258
+ collection :mitigated_versions, as: 'mitigatedVersions'
3236
3259
  collection :patched_versions, as: 'patchedVersions'
3237
3260
  property :resource_type_affected, as: 'resourceTypeAffected'
3238
3261
  property :severity, as: 'severity'
@@ -3608,6 +3631,7 @@ module Google
3608
3631
  property :end_time, as: 'endTime'
3609
3632
  property :initial_version, as: 'initialVersion'
3610
3633
  property :start_time, as: 'startTime'
3634
+ property :start_type, as: 'startType'
3611
3635
  property :state, as: 'state'
3612
3636
  property :target_version, as: 'targetVersion'
3613
3637
  end
@@ -3770,6 +3794,7 @@ module Google
3770
3794
  # @private
3771
3795
  class Representation < Google::Apis::Core::JsonRepresentation
3772
3796
  property :allow_net_admin, as: 'allowNetAdmin'
3797
+ property :autopilot_compatibility_auditing_enabled, as: 'autopilotCompatibilityAuditingEnabled'
3773
3798
  end
3774
3799
  end
3775
3800
  end
metadata CHANGED
@@ -1,13 +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.78.0
4
+ version: 0.80.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-01-12 00:00:00.000000000 Z
10
+ date: 2025-03-23 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-apis-core
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-container_v1beta1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.78.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1beta1/v0.80.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-container_v1beta1
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.2
76
+ rubygems_version: 3.6.5
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Kubernetes Engine API V1beta1
79
79
  test_files: []