cpuManagerPolicy property

String? cpuManagerPolicy
getter/setter pair

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.

Implementation

core.String? cpuManagerPolicy;