GetClusterNodePoolNodeConfigKubeletConfig

data class GetClusterNodePoolNodeConfigKubeletConfig(val allowedUnsafeSysctls: List<String>, val containerLogMaxFiles: Int, val containerLogMaxSize: String, val cpuCfsQuota: Boolean, val cpuCfsQuotaPeriod: String, val cpuManagerPolicy: String, val imageGcHighThresholdPercent: Int, val imageGcLowThresholdPercent: Int, val imageMaximumGcAge: String, val imageMinimumGcAge: String, val insecureKubeletReadonlyPortEnabled: String, val podPidsLimit: Int)

Constructors

constructor(allowedUnsafeSysctls: List<String>, containerLogMaxFiles: Int, containerLogMaxSize: String, cpuCfsQuota: Boolean, cpuCfsQuotaPeriod: String, cpuManagerPolicy: String, imageGcHighThresholdPercent: Int, imageGcLowThresholdPercent: Int, imageMaximumGcAge: String, imageMinimumGcAge: String, insecureKubeletReadonlyPortEnabled: String, podPidsLimit: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Defines a comma-separated allowlist of unsafe sysctls or sysctl patterns which can be set on the Pods.

Link copied to clipboard

Defines the maximum number of container log files that can be present for a container.

Link copied to clipboard

Defines the maximum size of the container log file before it is rotated.

Link copied to clipboard

Enable CPU CFS quota enforcement for containers that specify CPU limits.

Link copied to clipboard

Set the CPU CFS quota period value 'cpu.cfs_period_us'.

Link copied to clipboard

Control the CPU management policy on the node.

Link copied to clipboard

Defines the percent of disk usage after which image garbage collection is always run.

Link copied to clipboard

Defines the percent of disk usage before which image garbage collection is never run. Lowest disk usage to garbage collect to.

Link copied to clipboard

Defines the maximum age an image can be unused before it is garbage collected.

Link copied to clipboard

Defines the minimum age for an unused image before it is garbage collected.

Link copied to clipboard

Controls whether the kubelet read-only port is enabled. It is strongly recommended to set this to FALSE. Possible values: TRUE, FALSE.

Link copied to clipboard

Controls the maximum number of processes allowed to run in a pod.