mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-12-03 12:40:47 +00:00
feature(scheduler): simplify QueueingHint by introducing new statuses
This commit is contained in:
@@ -131,6 +131,7 @@ func TestStatusCodes(t *testing.T) {
|
||||
assertStatusCode(t, UnschedulableAndUnresolvable, 3)
|
||||
assertStatusCode(t, Wait, 4)
|
||||
assertStatusCode(t, Skip, 5)
|
||||
assertStatusCode(t, Pending, 6)
|
||||
}
|
||||
|
||||
func assertStatusCode(t *testing.T, code Code, value int) {
|
||||
|
||||
Reference in New Issue
Block a user