google-apis-container_v1 0.88.0 → 0.90.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: abb2bd6b8930b5038b7bd1deb9b2702ea0ab860ae30b66d4a6a5dca40cdfeff1
|
4
|
+
data.tar.gz: 9e5fdb6e1ea96360ca411d5560d01c15af045f9c736f646550e6d5b939685824
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 52dde229e12561f017b56bdb93bdeb5bb2205c3d698c95237114b3743aa3adcf67b612aca7ee0c11cafdd5582aa75e15e6528f0a8cbe455c09f37310a6b70e15
|
7
|
+
data.tar.gz: deac514add6475950865f571dd9e35e79bc2c01fde236f302a5b0a9fbce771b5ffc02567860824541fab2fafc13868ae60c2d71619bf663f7296c8e9a7e0ef0d
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-container_v1
|
2
2
|
|
3
|
+
### v0.90.0 (2025-03-09)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250225
|
6
|
+
|
7
|
+
### v0.89.0 (2025-03-02)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250211
|
10
|
+
|
3
11
|
### v0.88.0 (2025-01-12)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20241228
|
@@ -355,6 +355,26 @@ module Google
|
|
355
355
|
end
|
356
356
|
end
|
357
357
|
|
358
|
+
# AutoMonitoringConfig defines the configuration for GKE Workload Auto-
|
359
|
+
# Monitoring.
|
360
|
+
class AutoMonitoringConfig
|
361
|
+
include Google::Apis::Core::Hashable
|
362
|
+
|
363
|
+
# Scope for GKE Workload Auto-Monitoring.
|
364
|
+
# Corresponds to the JSON property `scope`
|
365
|
+
# @return [String]
|
366
|
+
attr_accessor :scope
|
367
|
+
|
368
|
+
def initialize(**args)
|
369
|
+
update!(**args)
|
370
|
+
end
|
371
|
+
|
372
|
+
# Update properties of this object
|
373
|
+
def update!(**args)
|
374
|
+
@scope = args[:scope] if args.key?(:scope)
|
375
|
+
end
|
376
|
+
end
|
377
|
+
|
358
378
|
# AutoUpgradeOptions defines the set of options for the user to control how the
|
359
379
|
# Auto Upgrades will proceed.
|
360
380
|
class AutoUpgradeOptions
|
@@ -425,7 +445,7 @@ module Google
|
|
425
445
|
# @return [String]
|
426
446
|
attr_accessor :description
|
427
447
|
|
428
|
-
# A URL to a public
|
448
|
+
# A URL to a public documentation, which addresses resolving this issue.
|
429
449
|
# Corresponds to the JSON property `documentationUrl`
|
430
450
|
# @return [String]
|
431
451
|
attr_accessor :documentation_url
|
@@ -460,6 +480,26 @@ module Google
|
|
460
480
|
end
|
461
481
|
end
|
462
482
|
|
483
|
+
# AutopilotConfig contains configuration of autopilot feature for this nodepool.
|
484
|
+
class AutopilotConfig
|
485
|
+
include Google::Apis::Core::Hashable
|
486
|
+
|
487
|
+
# Denotes that nodes belonging to this node pool are Autopilot nodes.
|
488
|
+
# Corresponds to the JSON property `enabled`
|
489
|
+
# @return [Boolean]
|
490
|
+
attr_accessor :enabled
|
491
|
+
alias_method :enabled?, :enabled
|
492
|
+
|
493
|
+
def initialize(**args)
|
494
|
+
update!(**args)
|
495
|
+
end
|
496
|
+
|
497
|
+
# Update properties of this object
|
498
|
+
def update!(**args)
|
499
|
+
@enabled = args[:enabled] if args.key?(:enabled)
|
500
|
+
end
|
501
|
+
end
|
502
|
+
|
463
503
|
# AutoprovisioningNodePoolDefaults contains defaults for a node pool created by
|
464
504
|
# NAP.
|
465
505
|
class AutoprovisioningNodePoolDefaults
|
@@ -786,7 +826,7 @@ module Google
|
|
786
826
|
include Google::Apis::Core::Hashable
|
787
827
|
|
788
828
|
# List of fully qualified domain names (FQDN). Specifying port is supported.
|
789
|
-
#
|
829
|
+
# Wildcards are NOT supported. Examples: - my.customdomain.com - 10.0.1.2:5000
|
790
830
|
# Corresponds to the JSON property `fqdns`
|
791
831
|
# @return [Array<String>]
|
792
832
|
attr_accessor :fqdns
|
@@ -1027,7 +1067,9 @@ module Google
|
|
1027
1067
|
attr_accessor :enable_kubernetes_alpha
|
1028
1068
|
alias_method :enable_kubernetes_alpha?, :enable_kubernetes_alpha
|
1029
1069
|
|
1030
|
-
# Enable the ability to use Cloud TPUs in this cluster.
|
1070
|
+
# Enable the ability to use Cloud TPUs in this cluster. This field is deprecated
|
1071
|
+
# due to the deprecation of 2VM TPU. The end of life date for 2VM TPU is 2025-04-
|
1072
|
+
# 25.
|
1031
1073
|
# Corresponds to the JSON property `enableTpu`
|
1032
1074
|
# @return [Boolean]
|
1033
1075
|
attr_accessor :enable_tpu
|
@@ -1120,10 +1162,7 @@ module Google
|
|
1120
1162
|
# @return [Google::Apis::ContainerV1::LegacyAbac]
|
1121
1163
|
attr_accessor :legacy_abac
|
1122
1164
|
|
1123
|
-
#
|
1124
|
-
# com/compute/docs/regions-zones/regions-zones#available) or [region](https://
|
1125
|
-
# cloud.google.com/compute/docs/regions-zones/regions-zones#available) in which
|
1126
|
-
# the cluster resides.
|
1165
|
+
#
|
1127
1166
|
# Corresponds to the JSON property `location`
|
1128
1167
|
# @return [String]
|
1129
1168
|
attr_accessor :location
|
@@ -1356,7 +1395,8 @@ module Google
|
|
1356
1395
|
|
1357
1396
|
# Output only. The IP address range of the Cloud TPUs in this cluster, in [CIDR](
|
1358
1397
|
# http://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `1.
|
1359
|
-
# 2.3.4/29`).
|
1398
|
+
# 2.3.4/29`). This field is deprecated due to the deprecation of 2VM TPU. The
|
1399
|
+
# end of life date for 2VM TPU is 2025-04-25.
|
1360
1400
|
# Corresponds to the JSON property `tpuIpv4CidrBlock`
|
1361
1401
|
# @return [String]
|
1362
1402
|
attr_accessor :tpu_ipv4_cidr_block
|
@@ -2867,7 +2907,7 @@ module Google
|
|
2867
2907
|
end
|
2868
2908
|
end
|
2869
2909
|
|
2870
|
-
# GetJSONWebKeysResponse is a valid JSON Web Key Set as
|
2910
|
+
# GetJSONWebKeysResponse is a valid JSON Web Key Set as specified in rfc 7517
|
2871
2911
|
class GetJsonWebKeysResponse
|
2872
2912
|
include Google::Apis::Core::Hashable
|
2873
2913
|
|
@@ -3224,7 +3264,8 @@ module Google
|
|
3224
3264
|
# specific netmask. Set to a [CIDR](http://en.wikipedia.org/wiki/Classless_Inter-
|
3225
3265
|
# Domain_Routing) notation (e.g. `10.96.0.0/14`) from the RFC-1918 private
|
3226
3266
|
# networks (e.g. `10.0.0.0/8`, `172.16.0.0/12`, `192.168.0.0/16`) to pick a
|
3227
|
-
# specific range to use.
|
3267
|
+
# specific range to use. This field is deprecated due to the deprecation of 2VM
|
3268
|
+
# TPU. The end of life date for 2VM TPU is 2025-04-25.
|
3228
3269
|
# Corresponds to the JSON property `tpuIpv4CidrBlock`
|
3229
3270
|
# @return [String]
|
3230
3271
|
attr_accessor :tpu_ipv4_cidr_block
|
@@ -3533,9 +3574,14 @@ module Google
|
|
3533
3574
|
|
3534
3575
|
# The Linux kernel parameters to be applied to the nodes and all pods running on
|
3535
3576
|
# the nodes. The following parameters are supported. net.core.busy_poll net.core.
|
3536
|
-
# busy_read net.core.netdev_max_backlog net.core.rmem_max net.core.
|
3537
|
-
# net.core.
|
3538
|
-
# ipv4.tcp_wmem net.ipv4.tcp_tw_reuse
|
3577
|
+
# busy_read net.core.netdev_max_backlog net.core.rmem_max net.core.rmem_default
|
3578
|
+
# net.core.wmem_default net.core.wmem_max net.core.optmem_max net.core.somaxconn
|
3579
|
+
# net.ipv4.tcp_rmem net.ipv4.tcp_wmem net.ipv4.tcp_tw_reuse net.netfilter.
|
3580
|
+
# nf_conntrack_max net.netfilter.nf_conntrack_buckets net.netfilter.
|
3581
|
+
# nf_conntrack_tcp_timeout_close_wait net.netfilter.
|
3582
|
+
# nf_conntrack_tcp_timeout_time_wait net.netfilter.
|
3583
|
+
# nf_conntrack_tcp_timeout_established net.netfilter.nf_conntrack_acct kernel.
|
3584
|
+
# shmmni kernel.shmmax kernel.shmall vm.max_map_count
|
3539
3585
|
# Corresponds to the JSON property `sysctls`
|
3540
3586
|
# @return [Hash<String,String>]
|
3541
3587
|
attr_accessor :sysctls
|
@@ -3824,6 +3870,12 @@ module Google
|
|
3824
3870
|
class ManagedPrometheusConfig
|
3825
3871
|
include Google::Apis::Core::Hashable
|
3826
3872
|
|
3873
|
+
# AutoMonitoringConfig defines the configuration for GKE Workload Auto-
|
3874
|
+
# Monitoring.
|
3875
|
+
# Corresponds to the JSON property `autoMonitoringConfig`
|
3876
|
+
# @return [Google::Apis::ContainerV1::AutoMonitoringConfig]
|
3877
|
+
attr_accessor :auto_monitoring_config
|
3878
|
+
|
3827
3879
|
# Enable Managed Collection.
|
3828
3880
|
# Corresponds to the JSON property `enabled`
|
3829
3881
|
# @return [Boolean]
|
@@ -3836,6 +3888,7 @@ module Google
|
|
3836
3888
|
|
3837
3889
|
# Update properties of this object
|
3838
3890
|
def update!(**args)
|
3891
|
+
@auto_monitoring_config = args[:auto_monitoring_config] if args.key?(:auto_monitoring_config)
|
3839
3892
|
@enabled = args[:enabled] if args.key?(:enabled)
|
3840
3893
|
end
|
3841
3894
|
end
|
@@ -3924,7 +3977,7 @@ module Google
|
|
3924
3977
|
attr_accessor :enabled
|
3925
3978
|
alias_method :enabled?, :enabled
|
3926
3979
|
|
3927
|
-
# Whether master is
|
3980
|
+
# Whether master is accessible via Google Compute Engine Public IP addresses.
|
3928
3981
|
# Corresponds to the JSON property `gcpPublicCidrsAccessEnabled`
|
3929
3982
|
# @return [Boolean]
|
3930
3983
|
attr_accessor :gcp_public_cidrs_access_enabled
|
@@ -4160,7 +4213,7 @@ module Google
|
|
4160
4213
|
# @return [String]
|
4161
4214
|
attr_accessor :in_transit_encryption_config
|
4162
4215
|
|
4163
|
-
# Output only. The relative name of the Google Compute Engine network(https://
|
4216
|
+
# Output only. The relative name of the Google Compute Engine [network](https://
|
4164
4217
|
# cloud.google.com/compute/docs/networks-and-firewalls#networks) to which the
|
4165
4218
|
# cluster is connected. Example: projects/my-project/global/networks/my-network
|
4166
4219
|
# Corresponds to the JSON property `network`
|
@@ -4464,7 +4517,7 @@ module Google
|
|
4464
4517
|
# @return [Fixnum]
|
4465
4518
|
attr_accessor :local_ssd_count
|
4466
4519
|
|
4467
|
-
# Specifies which method should be used for encrypting the Local SSDs
|
4520
|
+
# Specifies which method should be used for encrypting the Local SSDs attached
|
4468
4521
|
# to the node.
|
4469
4522
|
# Corresponds to the JSON property `localSsdEncryptionMode`
|
4470
4523
|
# @return [String]
|
@@ -4734,6 +4787,37 @@ module Google
|
|
4734
4787
|
class NodeKubeletConfig
|
4735
4788
|
include Google::Apis::Core::Hashable
|
4736
4789
|
|
4790
|
+
# Optional. Defines a comma-separated allowlist of unsafe sysctls or sysctl
|
4791
|
+
# patterns (ending in `*`). The unsafe namespaced sysctl groups are `kernel.shm*`
|
4792
|
+
# , `kernel.msg*`, `kernel.sem`, `fs.mqueue.*`, and `net.*`. Leaving this
|
4793
|
+
# allowlist empty means they cannot be set on Pods. To allow certain sysctls or
|
4794
|
+
# sysctl patterns to be set on Pods, list them separated by commas. For example:
|
4795
|
+
# `kernel.msg*,net.ipv4.route.min_pmtu`. See https://kubernetes.io/docs/tasks/
|
4796
|
+
# administer-cluster/sysctl-cluster/ for more details.
|
4797
|
+
# Corresponds to the JSON property `allowedUnsafeSysctls`
|
4798
|
+
# @return [Array<String>]
|
4799
|
+
attr_accessor :allowed_unsafe_sysctls
|
4800
|
+
|
4801
|
+
# Optional. Defines the maximum number of container log files that can be
|
4802
|
+
# present for a container. See https://kubernetes.io/docs/concepts/cluster-
|
4803
|
+
# administration/logging/#log-rotation The value must be an integer between 2
|
4804
|
+
# and 10, inclusive. The default value is 5 if unspecified.
|
4805
|
+
# Corresponds to the JSON property `containerLogMaxFiles`
|
4806
|
+
# @return [Fixnum]
|
4807
|
+
attr_accessor :container_log_max_files
|
4808
|
+
|
4809
|
+
# Optional. Defines the maximum size of the container log file before it is
|
4810
|
+
# rotated. See https://kubernetes.io/docs/concepts/cluster-administration/
|
4811
|
+
# logging/#log-rotation Valid format is positive number + unit, e.g. 100Ki, 10Mi.
|
4812
|
+
# Valid units are Ki, Mi, Gi. The value must be between 10Mi and 500Mi,
|
4813
|
+
# inclusive. Note that the total container log size (container_log_max_size *
|
4814
|
+
# container_log_max_files) cannot exceed 1% of the total storage of the node, to
|
4815
|
+
# avoid disk pressure caused by log files. The default value is 10Mi if
|
4816
|
+
# unspecified.
|
4817
|
+
# Corresponds to the JSON property `containerLogMaxSize`
|
4818
|
+
# @return [String]
|
4819
|
+
attr_accessor :container_log_max_size
|
4820
|
+
|
4737
4821
|
# Enable CPU CFS quota enforcement for containers that specify CPU limits. This
|
4738
4822
|
# option is enabled by default which makes kubelet use CFS quota (https://www.
|
4739
4823
|
# kernel.org/doc/Documentation/scheduler/sched-bwc.txt) to enforce container CPU
|
@@ -4764,6 +4848,44 @@ module Google
|
|
4764
4848
|
# @return [String]
|
4765
4849
|
attr_accessor :cpu_manager_policy
|
4766
4850
|
|
4851
|
+
# Optional. Defines the percent of disk usage after which image garbage
|
4852
|
+
# collection is always run. The percent is calculated as this field value out of
|
4853
|
+
# 100. The value must be between 10 and 85, inclusive and greater than
|
4854
|
+
# image_gc_low_threshold_percent. The default value is 85 if unspecified.
|
4855
|
+
# Corresponds to the JSON property `imageGcHighThresholdPercent`
|
4856
|
+
# @return [Fixnum]
|
4857
|
+
attr_accessor :image_gc_high_threshold_percent
|
4858
|
+
|
4859
|
+
# Optional. Defines the percent of disk usage before which image garbage
|
4860
|
+
# collection is never run. Lowest disk usage to garbage collect to. The percent
|
4861
|
+
# is calculated as this field value out of 100. The value must be between 10 and
|
4862
|
+
# 85, inclusive and smaller than image_gc_high_threshold_percent. The default
|
4863
|
+
# value is 80 if unspecified.
|
4864
|
+
# Corresponds to the JSON property `imageGcLowThresholdPercent`
|
4865
|
+
# @return [Fixnum]
|
4866
|
+
attr_accessor :image_gc_low_threshold_percent
|
4867
|
+
|
4868
|
+
# Optional. Defines the maximum age an image can be unused before it is garbage
|
4869
|
+
# collected. The string must be a sequence of decimal numbers, each with
|
4870
|
+
# optional fraction and a unit suffix, such as "300s", "1.5h", and "2h45m".
|
4871
|
+
# Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h". The value must
|
4872
|
+
# be a positive duration greater than image_minimum_gc_age or "0s". The default
|
4873
|
+
# value is "0s" if unspecified, which disables this field, meaning images won't
|
4874
|
+
# be garbage collected based on being unused for too long.
|
4875
|
+
# Corresponds to the JSON property `imageMaximumGcAge`
|
4876
|
+
# @return [String]
|
4877
|
+
attr_accessor :image_maximum_gc_age
|
4878
|
+
|
4879
|
+
# Optional. Defines the minimum age for an unused image before it is garbage
|
4880
|
+
# collected. The string must be a sequence of decimal numbers, each with
|
4881
|
+
# optional fraction and a unit suffix, such as "300s", "1.5h", and "2h45m".
|
4882
|
+
# Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h". The value must
|
4883
|
+
# be a positive duration less than or equal to 2 minutes. The default value is "
|
4884
|
+
# 2m0s" if unspecified.
|
4885
|
+
# Corresponds to the JSON property `imageMinimumGcAge`
|
4886
|
+
# @return [String]
|
4887
|
+
attr_accessor :image_minimum_gc_age
|
4888
|
+
|
4767
4889
|
# Enable or disable Kubelet read only port.
|
4768
4890
|
# Corresponds to the JSON property `insecureKubeletReadonlyPortEnabled`
|
4769
4891
|
# @return [Boolean]
|
@@ -4784,9 +4906,16 @@ module Google
|
|
4784
4906
|
|
4785
4907
|
# Update properties of this object
|
4786
4908
|
def update!(**args)
|
4909
|
+
@allowed_unsafe_sysctls = args[:allowed_unsafe_sysctls] if args.key?(:allowed_unsafe_sysctls)
|
4910
|
+
@container_log_max_files = args[:container_log_max_files] if args.key?(:container_log_max_files)
|
4911
|
+
@container_log_max_size = args[:container_log_max_size] if args.key?(:container_log_max_size)
|
4787
4912
|
@cpu_cfs_quota = args[:cpu_cfs_quota] if args.key?(:cpu_cfs_quota)
|
4788
4913
|
@cpu_cfs_quota_period = args[:cpu_cfs_quota_period] if args.key?(:cpu_cfs_quota_period)
|
4789
4914
|
@cpu_manager_policy = args[:cpu_manager_policy] if args.key?(:cpu_manager_policy)
|
4915
|
+
@image_gc_high_threshold_percent = args[:image_gc_high_threshold_percent] if args.key?(:image_gc_high_threshold_percent)
|
4916
|
+
@image_gc_low_threshold_percent = args[:image_gc_low_threshold_percent] if args.key?(:image_gc_low_threshold_percent)
|
4917
|
+
@image_maximum_gc_age = args[:image_maximum_gc_age] if args.key?(:image_maximum_gc_age)
|
4918
|
+
@image_minimum_gc_age = args[:image_minimum_gc_age] if args.key?(:image_minimum_gc_age)
|
4790
4919
|
@insecure_kubelet_readonly_port_enabled = args[:insecure_kubelet_readonly_port_enabled] if args.key?(:insecure_kubelet_readonly_port_enabled)
|
4791
4920
|
@pod_pids_limit = args[:pod_pids_limit] if args.key?(:pod_pids_limit)
|
4792
4921
|
end
|
@@ -4951,6 +5080,11 @@ module Google
|
|
4951
5080
|
class NodePool
|
4952
5081
|
include Google::Apis::Core::Hashable
|
4953
5082
|
|
5083
|
+
# AutopilotConfig contains configuration of autopilot feature for this nodepool.
|
5084
|
+
# Corresponds to the JSON property `autopilotConfig`
|
5085
|
+
# @return [Google::Apis::ContainerV1::AutopilotConfig]
|
5086
|
+
attr_accessor :autopilot_config
|
5087
|
+
|
4954
5088
|
# NodePoolAutoscaling contains information required by cluster autoscaler to
|
4955
5089
|
# adjust the size of the node pool to the current cluster usage.
|
4956
5090
|
# Corresponds to the JSON property `autoscaling`
|
@@ -5113,6 +5247,7 @@ module Google
|
|
5113
5247
|
|
5114
5248
|
# Update properties of this object
|
5115
5249
|
def update!(**args)
|
5250
|
+
@autopilot_config = args[:autopilot_config] if args.key?(:autopilot_config)
|
5116
5251
|
@autoscaling = args[:autoscaling] if args.key?(:autoscaling)
|
5117
5252
|
@best_effort_provisioning = args[:best_effort_provisioning] if args.key?(:best_effort_provisioning)
|
5118
5253
|
@conditions = args[:conditions] if args.key?(:conditions)
|
@@ -8384,6 +8519,12 @@ module Google
|
|
8384
8519
|
attr_accessor :allow_net_admin
|
8385
8520
|
alias_method :allow_net_admin?, :allow_net_admin
|
8386
8521
|
|
8522
|
+
# If true, enables the GCW Auditor that audits workloads on standard clusters.
|
8523
|
+
# Corresponds to the JSON property `autopilotCompatibilityAuditingEnabled`
|
8524
|
+
# @return [Boolean]
|
8525
|
+
attr_accessor :autopilot_compatibility_auditing_enabled
|
8526
|
+
alias_method :autopilot_compatibility_auditing_enabled?, :autopilot_compatibility_auditing_enabled
|
8527
|
+
|
8387
8528
|
def initialize(**args)
|
8388
8529
|
update!(**args)
|
8389
8530
|
end
|
@@ -8391,6 +8532,7 @@ module Google
|
|
8391
8532
|
# Update properties of this object
|
8392
8533
|
def update!(**args)
|
8393
8534
|
@allow_net_admin = args[:allow_net_admin] if args.key?(:allow_net_admin)
|
8535
|
+
@autopilot_compatibility_auditing_enabled = args[:autopilot_compatibility_auditing_enabled] if args.key?(:autopilot_compatibility_auditing_enabled)
|
8394
8536
|
end
|
8395
8537
|
end
|
8396
8538
|
end
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ContainerV1
|
18
18
|
# Version of the google-apis-container_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.90.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 = "
|
25
|
+
REVISION = "20250225"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -70,6 +70,12 @@ module Google
|
|
70
70
|
include Google::Apis::Core::JsonObjectSupport
|
71
71
|
end
|
72
72
|
|
73
|
+
class AutoMonitoringConfig
|
74
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
|
+
|
76
|
+
include Google::Apis::Core::JsonObjectSupport
|
77
|
+
end
|
78
|
+
|
73
79
|
class AutoUpgradeOptions
|
74
80
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
81
|
|
@@ -88,6 +94,12 @@ module Google
|
|
88
94
|
include Google::Apis::Core::JsonObjectSupport
|
89
95
|
end
|
90
96
|
|
97
|
+
class AutopilotConfig
|
98
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
|
+
|
100
|
+
include Google::Apis::Core::JsonObjectSupport
|
101
|
+
end
|
102
|
+
|
91
103
|
class AutoprovisioningNodePoolDefaults
|
92
104
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
105
|
|
@@ -1250,6 +1262,13 @@ module Google
|
|
1250
1262
|
end
|
1251
1263
|
end
|
1252
1264
|
|
1265
|
+
class AutoMonitoringConfig
|
1266
|
+
# @private
|
1267
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1268
|
+
property :scope, as: 'scope'
|
1269
|
+
end
|
1270
|
+
end
|
1271
|
+
|
1253
1272
|
class AutoUpgradeOptions
|
1254
1273
|
# @private
|
1255
1274
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1279,6 +1298,13 @@ module Google
|
|
1279
1298
|
end
|
1280
1299
|
end
|
1281
1300
|
|
1301
|
+
class AutopilotConfig
|
1302
|
+
# @private
|
1303
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1304
|
+
property :enabled, as: 'enabled'
|
1305
|
+
end
|
1306
|
+
end
|
1307
|
+
|
1282
1308
|
class AutoprovisioningNodePoolDefaults
|
1283
1309
|
# @private
|
1284
1310
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -2184,6 +2210,8 @@ module Google
|
|
2184
2210
|
class ManagedPrometheusConfig
|
2185
2211
|
# @private
|
2186
2212
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2213
|
+
property :auto_monitoring_config, as: 'autoMonitoringConfig', class: Google::Apis::ContainerV1::AutoMonitoringConfig, decorator: Google::Apis::ContainerV1::AutoMonitoringConfig::Representation
|
2214
|
+
|
2187
2215
|
property :enabled, as: 'enabled'
|
2188
2216
|
end
|
2189
2217
|
end
|
@@ -2409,9 +2437,16 @@ module Google
|
|
2409
2437
|
class NodeKubeletConfig
|
2410
2438
|
# @private
|
2411
2439
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2440
|
+
collection :allowed_unsafe_sysctls, as: 'allowedUnsafeSysctls'
|
2441
|
+
property :container_log_max_files, as: 'containerLogMaxFiles'
|
2442
|
+
property :container_log_max_size, as: 'containerLogMaxSize'
|
2412
2443
|
property :cpu_cfs_quota, as: 'cpuCfsQuota'
|
2413
2444
|
property :cpu_cfs_quota_period, as: 'cpuCfsQuotaPeriod'
|
2414
2445
|
property :cpu_manager_policy, as: 'cpuManagerPolicy'
|
2446
|
+
property :image_gc_high_threshold_percent, as: 'imageGcHighThresholdPercent'
|
2447
|
+
property :image_gc_low_threshold_percent, as: 'imageGcLowThresholdPercent'
|
2448
|
+
property :image_maximum_gc_age, as: 'imageMaximumGcAge'
|
2449
|
+
property :image_minimum_gc_age, as: 'imageMinimumGcAge'
|
2415
2450
|
property :insecure_kubelet_readonly_port_enabled, as: 'insecureKubeletReadonlyPortEnabled'
|
2416
2451
|
property :pod_pids_limit, :numeric_string => true, as: 'podPidsLimit'
|
2417
2452
|
end
|
@@ -2456,6 +2491,8 @@ module Google
|
|
2456
2491
|
class NodePool
|
2457
2492
|
# @private
|
2458
2493
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2494
|
+
property :autopilot_config, as: 'autopilotConfig', class: Google::Apis::ContainerV1::AutopilotConfig, decorator: Google::Apis::ContainerV1::AutopilotConfig::Representation
|
2495
|
+
|
2459
2496
|
property :autoscaling, as: 'autoscaling', class: Google::Apis::ContainerV1::NodePoolAutoscaling, decorator: Google::Apis::ContainerV1::NodePoolAutoscaling::Representation
|
2460
2497
|
|
2461
2498
|
property :best_effort_provisioning, as: 'bestEffortProvisioning', class: Google::Apis::ContainerV1::BestEffortProvisioning, decorator: Google::Apis::ContainerV1::BestEffortProvisioning::Representation
|
@@ -3314,6 +3351,7 @@ module Google
|
|
3314
3351
|
# @private
|
3315
3352
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3316
3353
|
property :allow_net_admin, as: 'allowNetAdmin'
|
3354
|
+
property :autopilot_compatibility_auditing_enabled, as: 'autopilotCompatibilityAuditingEnabled'
|
3317
3355
|
end
|
3318
3356
|
end
|
3319
3357
|
end
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-container_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.90.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-03-09 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_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-container_v1/v0.90.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-container_v1
|
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.
|
76
|
+
rubygems_version: 3.6.5
|
77
77
|
specification_version: 4
|
78
78
|
summary: Simple REST client for Kubernetes Engine API V1
|
79
79
|
test_files: []
|