mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 05:57:25 +00:00
Fix: formatting
This commit is contained in:
parent
0f528a27ad
commit
77e31bd110
@ -250,12 +250,12 @@ var _ = SIGDescribe("Namespaces [Serial]", func() {
|
|||||||
func() { extinguish(f, 100, 0, 150) })
|
func() { extinguish(f, 100, 0, 150) })
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Release : v1.18
|
Release : v1.18
|
||||||
Testname: Namespace patching
|
Testname: Namespace patching
|
||||||
Description: A Namespace is created.
|
Description: A Namespace is created.
|
||||||
The Namespace is patched.
|
The Namespace is patched.
|
||||||
The Namespace and MUST now include the new Label.
|
The Namespace and MUST now include the new Label.
|
||||||
*/
|
*/
|
||||||
framework.ConformanceIt("should patch a Namespace", func() {
|
framework.ConformanceIt("should patch a Namespace", func() {
|
||||||
ginkgo.By("creating a Namespace")
|
ginkgo.By("creating a Namespace")
|
||||||
namespaceName := "nspatchtest-" + string(uuid.NewUUID())
|
namespaceName := "nspatchtest-" + string(uuid.NewUUID())
|
||||||
|
Loading…
Reference in New Issue
Block a user