mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
Fix: formatting
This commit is contained in:
parent
961c13ecba
commit
7ac8f58ff6
@ -139,13 +139,13 @@ var _ = ginkgo.Describe("[sig-api-machinery] Secrets", func() {
|
||||
})
|
||||
|
||||
/*
|
||||
Release : v1.18
|
||||
Testname: Secret patching
|
||||
Description: A Secret is created.
|
||||
Listing all Secrets MUST return an empty list.
|
||||
Given the patching and fetching of the Secret, the fields MUST equal the new values.
|
||||
The Secret is deleted by it's static Label.
|
||||
Secrets are listed finally, the list MUST NOT include the originally created Secret.
|
||||
Release : v1.18
|
||||
Testname: Secret patching
|
||||
Description: A Secret is created.
|
||||
Listing all Secrets MUST return an empty list.
|
||||
Given the patching and fetching of the Secret, the fields MUST equal the new values.
|
||||
The Secret is deleted by it's static Label.
|
||||
Secrets are listed finally, the list MUST NOT include the originally created Secret.
|
||||
*/
|
||||
framework.ConformanceIt("should patch a secret", func() {
|
||||
ginkgo.By("creating a secret")
|
||||
|
Loading…
Reference in New Issue
Block a user