You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ginkgo.It("should run the lifecycle of PodTemplates", func() {
34
+
/*
35
+
Release : v1.19
36
+
Testname: PodTemplate lifecycle
37
+
Description: Attempt to create a PodTemplate. Patch the created PodTemplate. Fetching the PodTemplate MUST reflect changes.
38
+
By fetching all the PodTemplates via a Label selector it MUST find the PodTemplate by it's static label and updated value. The PodTemplate must be deleted.
39
+
*/
40
+
framework.ConformanceIt("should run the lifecycle of PodTemplates", func() {
0 commit comments