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

# Packages

# Functions

NewFakeManager creates empty/fake memory manager.
NewManager returns new instance of the memory manager.
NewPolicyNone returns new none policy instance.
NewPolicyStatic returns new static policy instance.

# Interfaces

Manager interface provides methods for Kubelet to manage pod memory.
Policy implements logic for pod container to a memory assignment.

# Type aliases

ActivePodsFunc is a function that returns a list of active pods.