package
1.11.0-alpha.1
Repository: https://github.com/ceshihao/kubernetes.git
Documentation: pkg.go.dev
# 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
CPUManagerStateFileName is the name file name where cpu manager stores it's state.
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.