kubernetes/test/e2e_node/memory_manager_test.go

const evictionHardMemory

const resourceMemory

const staticPolicy

const nonePolicy

const hugepages2MiCount

type memoryManagerCtnAttributes

// makeMemoryManagerContainers returns slice of containers with provided attributes and indicator of hugepages mount needed for those.
func makeMemoryManagerContainers(ctnCmd string, ctnAttributes []memoryManagerCtnAttributes) ([]v1.Container, bool) {}

// makeMemoryMangerPod returns a pod with the provided ctnAttributes.
func makeMemoryManagerPod(podName string, initCtnAttributes, ctnAttributes []memoryManagerCtnAttributes) *v1.Pod {}

func getMemoryManagerState() (*state.MemoryManagerCheckpoint, error) {}

func getAllocatableMemoryFromStateFile(s *state.MemoryManagerCheckpoint) []state.Block {}

type memoryManagerKubeletParams

func updateKubeletConfigWithMemoryManagerParams(initialCfg *kubeletconfig.KubeletConfiguration, params *memoryManagerKubeletParams) {}

func getAllNUMANodes() []int {}

var _