mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +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
|
Release : v1.18
|
||||||
Testname: Secret patching
|
Testname: Secret patching
|
||||||
Description: A Secret is created.
|
Description: A Secret is created.
|
||||||
Listing all Secrets MUST return an empty list.
|
Listing all Secrets MUST return an empty list.
|
||||||
Given the patching and fetching of the Secret, the fields MUST equal the new values.
|
Given the patching and fetching of the Secret, the fields MUST equal the new values.
|
||||||
The Secret is deleted by it's static Label.
|
The Secret is deleted by it's static Label.
|
||||||
Secrets are listed finally, the list MUST NOT include the originally created Secret.
|
Secrets are listed finally, the list MUST NOT include the originally created Secret.
|
||||||
*/
|
*/
|
||||||
framework.ConformanceIt("should patch a secret", func() {
|
framework.ConformanceIt("should patch a secret", func() {
|
||||||
ginkgo.By("creating a secret")
|
ginkgo.By("creating a secret")
|
||||||
|
Loading…
Reference in New Issue
Block a user