From 8df8c0f3db3d30f6317f4674e9979ee82e238fb8 Mon Sep 17 00:00:00 2001 From: LavredisG Date: Sun, 13 Oct 2024 12:41:50 +0300 Subject: [PATCH] Update interface.go Signed-off-by: LavredisG --- pkg/scheduler/framework/interface.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/scheduler/framework/interface.go b/pkg/scheduler/framework/interface.go index 7f660589e..674a55867 100644 --- a/pkg/scheduler/framework/interface.go +++ b/pkg/scheduler/framework/interface.go @@ -83,7 +83,7 @@ const ( // NOTE: A nil status is also considered as "Success". Success Code = iota // Unschedulable is used when a plugin finds the resource unschedulable. - // The accompanying status message should explain why the it is unschedulable. + // The accompanying status message should explain why it is unschedulable. Unschedulable // Error is used for internal plugin errors, unexpected input, etc. Error