From 6b4d08bd5cf1f14c1128db7c0d7c2d5893411aa3 Mon Sep 17 00:00:00 2001 From: moriya Date: Sat, 25 Feb 2023 19:06:07 +0900 Subject: [PATCH] fix: typo --- pkg/scheduler/framework/preemption/preemption.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/scheduler/framework/preemption/preemption.go b/pkg/scheduler/framework/preemption/preemption.go index 7c98bb423f2..68e215dd2a5 100644 --- a/pkg/scheduler/framework/preemption/preemption.go +++ b/pkg/scheduler/framework/preemption/preemption.go @@ -147,7 +147,7 @@ type Evaluator struct { // In this case, a non-nil PostFilterResult is returned and result.NominatingMode instructs how to deal with // the nominatedNodeName. // -// - . It's the regular happy path +// - . It's the regular happy path // and the non-empty nominatedNodeName will be applied to the preemptor pod. func (ev *Evaluator) Preempt(ctx context.Context, pod *v1.Pod, m framework.NodeToStatusMap) (*framework.PostFilterResult, *framework.Status) { // 0) Fetch the latest version of .