package
1.11.0-alpha.1
Repository: https://github.com/ceshihao/kubernetes.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
Package topology contains helpers for the CPU manager.

# 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.

# Interfaces

Manager interface provides methods for Kubelet to manage pod cpus.
Policy implements logic for pod container to CPU assignment.

# Type aliases

ActivePodsFunc is a function that returns a list of pods to reconcile.