cpuManagerPolicy

@JvmName(name = "qaojqmnvtyiscxqr")
suspend fun cpuManagerPolicy(value: Output<String>)
@JvmName(name = "hvqpjtgwosxyuldp")
suspend fun cpuManagerPolicy(value: String?)

Parameters

value

Control the CPU management policy on the node. See https://kubernetes.io/docs/tasks/administer-cluster/cpu-management-policies/ The following values are allowed. * "none": the default, which represents the existing scheduling behavior. * "static": allows pods with certain resource characteristics to be granted increased CPU affinity and exclusivity on the node. The default value is 'none' if unspecified.