policy property

String? policy
getter/setter pair

Controls the memory management policy on the Node.

See https://kubernetes.io/docs/tasks/administer-cluster/memory-manager/#policies The following values are allowed. * "none" * "static" The default value is 'none' if unspecified.

Implementation

core.String? policy;