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 through a ConfigMap lifecycle", func() {
160
+
/*
161
+
Release : v1.19
162
+
Testname: ConfigMap lifecycle
163
+
Description: Attempt to create a ConfigMap. Patch the created ConfigMap. Fetching the ConfigMap MUST reflect changes.
164
+
By fetching all the ConfigMaps via a Label selector it MUST find the ConfigMap by it's static label and updated value. The ConfigMap must be deleted by Collection.
165
+
*/
166
+
framework.ConformanceIt("should run through a ConfigMap lifecycle", func() {
0 commit comments