From 0a9bf0d05e46eb802b47c9005231829a4091d3ff Mon Sep 17 00:00:00 2001 From: Ted Yu Date: Thu, 9 May 2019 10:51:45 -0700 Subject: [PATCH] Correct CriticalPodAdmissionHandler in godoc --- pkg/kubelet/preemption/preemption.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/kubelet/preemption/preemption.go b/pkg/kubelet/preemption/preemption.go index 751fcc246c9..f6e871376f8 100644 --- a/pkg/kubelet/preemption/preemption.go +++ b/pkg/kubelet/preemption/preemption.go @@ -35,7 +35,7 @@ import ( const message = "Preempted in order to admit critical pod" -// CriticalPodAdmissionFailureHandler is an AdmissionFailureHandler that handles admission failure for Critical Pods. +// CriticalPodAdmissionHandler is an AdmissionFailureHandler that handles admission failure for Critical Pods. // If the ONLY admission failures are due to insufficient resources, then CriticalPodAdmissionHandler evicts pods // so that the critical pod can be admitted. For evictions, the CriticalPodAdmissionHandler evicts a set of pods that // frees up the required resource requests. The set of pods is designed to minimize impact, and is prioritized according to the ordering: