Skip to content

Commit ace60e8

Browse files
authored
Merge pull request kubernetes#77684 from tedyu/pre-empt
Correct CriticalPodAdmissionHandler in godoc
2 parents c93ec31 + 0a9bf0d commit ace60e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/kubelet/preemption/preemption.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ import (
3535

3636
const message = "Preempted in order to admit critical pod"
3737

38-
// CriticalPodAdmissionFailureHandler is an AdmissionFailureHandler that handles admission failure for Critical Pods.
38+
// CriticalPodAdmissionHandler is an AdmissionFailureHandler that handles admission failure for Critical Pods.
3939
// If the ONLY admission failures are due to insufficient resources, then CriticalPodAdmissionHandler evicts pods
4040
// so that the critical pod can be admitted. For evictions, the CriticalPodAdmissionHandler evicts a set of pods that
4141
// frees up the required resource requests. The set of pods is designed to minimize impact, and is prioritized according to the ordering:

0 commit comments

Comments
 (0)