Skip to content

Commit

Permalink
Fix typo in nodeutilization types
Browse files Browse the repository at this point in the history
  • Loading branch information
JannikSt committed Mar 6, 2023
1 parent c6e5cd4 commit 176d3ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/framework/plugins/nodeutilization/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
}
Expand All @@ -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"`
}

0 comments on commit 176d3ac

Please sign in to comment.