File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -139,13 +139,13 @@ var _ = ginkgo.Describe("[sig-api-machinery] Secrets", func() {
139
139
})
140
140
141
141
/*
142
- Release : v1.18
143
- Testname: Secret patching
144
- Description: A Secret is created.
145
- Listing all Secrets MUST return an empty list.
146
- Given the patching and fetching of the Secret, the fields MUST equal the new values.
147
- The Secret is deleted by it's static Label.
148
- Secrets are listed finally, the list MUST NOT include the originally created Secret.
142
+ Release : v1.18
143
+ Testname: Secret patching
144
+ Description: A Secret is created.
145
+ Listing all Secrets MUST return an empty list.
146
+ Given the patching and fetching of the Secret, the fields MUST equal the new values.
147
+ The Secret is deleted by it's static Label.
148
+ Secrets are listed finally, the list MUST NOT include the originally created Secret.
149
149
*/
150
150
framework .ConformanceIt ("should patch a secret" , func () {
151
151
ginkgo .By ("creating a secret" )
You can’t perform that action at this time.
0 commit comments