Kubelet Config Response
data class KubeletConfigResponse(val allowedUnsafeSysctls: List<String>? = null, val containerLogMaxFiles: Int? = null, val containerLogMaxSizeMB: Int? = null, val cpuCfsQuota: Boolean? = null, val cpuCfsQuotaPeriod: String? = null, val cpuManagerPolicy: String? = null, val failSwapOn: Boolean? = null, val imageGcHighThreshold: Int? = null, val imageGcLowThreshold: Int? = null, val podMaxPids: Int? = null, val topologyManagerPolicy: String? = null)
Kubelet configurations of agent nodes.
Constructors
Link copied to clipboard
fun KubeletConfigResponse(allowedUnsafeSysctls: List<String>? = null, containerLogMaxFiles: Int? = null, containerLogMaxSizeMB: Int? = null, cpuCfsQuota: Boolean? = null, cpuCfsQuotaPeriod: String? = null, cpuManagerPolicy: String? = null, failSwapOn: Boolean? = null, imageGcHighThreshold: Int? = null, imageGcLowThreshold: Int? = null, podMaxPids: Int? = null, topologyManagerPolicy: String? = null)