Update interface.go

Signed-off-by: LavredisG <lavredisgoume@gmail.com>
This commit is contained in:
LavredisG 2024-10-13 12:41:50 +03:00 committed by GitHub
parent 201409c98c
commit 8df8c0f3db
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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