package
1.33.0-alpha.2
Repository: https://github.com/kubernetes/kubernetes.git
Documentation: pkg.go.dev

# Packages

# Functions

NewCheckpointState creates new State for keeping track of cpu/pod assignment with checkpoint backend.
NewCPUManagerCheckpoint returns an instance of Checkpoint.
NewMemoryState creates new State for keeping track of cpu/pod assignment.

# Structs

CPUManagerCheckpoint struct is used to store cpu/pod assignments in a checkpoint in v2 format.
CPUManagerCheckpointV1 struct is used to store cpu/pod assignments in a checkpoint in v1 format.

# Interfaces

Reader interface used to read current cpu/pod assignment state.
State interface provides methods for tracking and setting cpu/pod assignment.

# Type aliases

ContainerCPUAssignments type used in cpu manager state.
CPUManagerCheckpointV2 struct is used to store cpu/pod assignments in a checkpoint in v2 format.