Fix typo: orthogonal.
Signed-off-by: Shishir Mahajan <smahajan@roblox.com>
This commit is contained in:
parent
adf41cc7ef
commit
6ba8245283
|
@ -1725,7 +1725,7 @@ func ValidNodeStatus(status string) bool {
|
||||||
|
|
||||||
const (
|
const (
|
||||||
// NodeSchedulingEligible and Ineligible marks the node as eligible or not,
|
// NodeSchedulingEligible and Ineligible marks the node as eligible or not,
|
||||||
// respectively, for receiving allocations. This is orthoginal to the node
|
// respectively, for receiving allocations. This is orthogonal to the node
|
||||||
// status being ready.
|
// status being ready.
|
||||||
NodeSchedulingEligible = "eligible"
|
NodeSchedulingEligible = "eligible"
|
||||||
NodeSchedulingIneligible = "ineligible"
|
NodeSchedulingIneligible = "ineligible"
|
||||||
|
|
Loading…
Reference in a new issue