# Functions
NewFakeManager creates empty/fake cpu manager.
NewManager creates new cpu manager based on provided policy.
NewNonePolicy returns a cupset manager policy that does nothing.
NewStaticPolicy returns a CPU manager policy that does not change CPU assignments for exclusively pinned guaranteed containers after the main container process starts.
# Constants
PolicyNone name of none policy.
PolicyStatic is the name of the static policy.
# Type aliases
ActivePodsFunc is a function that returns a list of pods to reconcile.