Skip to content

Commit

Permalink
chore: nit spelling fix (#1142)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryce-Soghigian committed Mar 27, 2024
1 parent 23c4af9 commit c8eda9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controllers/disruption/multinodeconsolidation.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ func (m *MultiNodeConsolidation) ComputeCommand(ctx context.Context, disruptionB
}

// firstNConsolidationOption looks at the first N NodeClaims to determine if they can all be consolidated at once. The
// NodeClaims are sorted by increasing disruption order which correlates to likelihood if being able to consolidate the node
// NodeClaims are sorted by increasing disruption order which correlates to likelihood of being able to consolidate the node
func (m *MultiNodeConsolidation) firstNConsolidationOption(ctx context.Context, candidates []*Candidate, max int) (Command, scheduling.Results, error) {
// we always operate on at least two NodeClaims at once, for single NodeClaims standard consolidation will find all solutions
if len(candidates) < 2 {
Expand Down

0 comments on commit c8eda9b

Please sign in to comment.