From 176d3ac024372db6c273c28b2f83d980d681243e Mon Sep 17 00:00:00 2001 From: Jannik Straube Date: Mon, 6 Mar 2023 10:31:32 +0100 Subject: [PATCH] Fix typo in nodeutilization types --- pkg/framework/plugins/nodeutilization/types.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/framework/plugins/nodeutilization/types.go b/pkg/framework/plugins/nodeutilization/types.go index 81b98aaf8..257e542d2 100644 --- a/pkg/framework/plugins/nodeutilization/types.go +++ b/pkg/framework/plugins/nodeutilization/types.go @@ -30,7 +30,7 @@ type LowNodeUtilizationArgs struct { NumberOfNodes int `json:"numberOfNodes"` // Naming this one differently since namespaces are still - // considered while considering resoures used by pods + // considered while considering resources used by pods // but then filtered out before eviction EvictableNamespaces *api.Namespaces `json:"evictableNamespaces"` } @@ -44,7 +44,7 @@ type HighNodeUtilizationArgs struct { Thresholds api.ResourceThresholds `json:"thresholds"` NumberOfNodes int `json:"numberOfNodes"` // Naming this one differently since namespaces are still - // considered while considering resoures used by pods + // considered while considering resources used by pods // but then filtered out before eviction EvictableNamespaces *api.Namespaces `json:"evictableNamespaces"` }