kubernetes/pkg/kubelet/eviction/memory_threshold_notifier_test.go

const testCgroupPath

func nodeSummary(available, workingSet, usage resource.Quantity, allocatable bool) *statsapi.Summary {}

func newTestMemoryThresholdNotifier(threshold evictionapi.Threshold, factory NotifierFactory, handler func(string)) *linuxMemoryThresholdNotifier {}

func TestUpdateThreshold(t *testing.T) {}

func TestUpdateThresholdWithInvalidSummary(t *testing.T) {}

func TestStart(t *testing.T) {}

func TestThresholdDescription(t *testing.T) {}