Update formatting of conformance comment

This commit is contained in:
Jefftree
2020-07-29 08:56:26 -07:00
parent 8e8b6a01cf
commit ace97738e2
58 changed files with 291 additions and 288 deletions

View File

@@ -111,7 +111,7 @@ var _ = SIGDescribe("SchedulerPreemption [Serial]", func() {
})
/*
Release : v1.19
Release: v1.19
Testname: Scheduler, Basic Preemption
Description: When a higher priority pod is created and no node with enough
resources is found, the scheduler MUST preempt a lower priority pod and
@@ -199,7 +199,7 @@ var _ = SIGDescribe("SchedulerPreemption [Serial]", func() {
})
/*
Release : v1.19
Release: v1.19
Testname: Scheduler, Preemption for critical pod
Description: When a critical pod is created and no node with enough
resources is found, the scheduler MUST preempt a lower priority pod to