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

@@ -42,7 +42,7 @@ var _ = framework.KubeDescribe("Container Runtime", func() {
ginkgo.Context("when starting a container that exits", func() {
/*
Release : v1.13
Release: v1.13
Testname: Container Runtime, Restart Policy, Pod Phases
Description: If the restart policy is set to 'Always', Pod MUST be restarted when terminated, If restart policy is 'OnFailure', Pod MUST be started only if it is terminated with non-zero exit code. If the restart policy is 'Never', Pod MUST never be restarted. All these three test cases MUST verify the restart counts accordingly.
*/