mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 10:51:29 +00:00
Fix formatting
This commit is contained in:
parent
e09e781a0c
commit
bd9269f444
@ -624,12 +624,12 @@ var _ = SIGDescribe("ServiceAccounts", func() {
|
|||||||
})
|
})
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Release: v1.19
|
Release: v1.19
|
||||||
Testname: ServiceAccount lifecycle test
|
Testname: ServiceAccount lifecycle test
|
||||||
Description: Creates a ServiceAccount with a static Label MUST be added as shown in watch event.
|
Description: Creates a ServiceAccount with a static Label MUST be added as shown in watch event.
|
||||||
Patching the ServiceAccount MUST return it's new property.
|
Patching the ServiceAccount MUST return it's new property.
|
||||||
Listing the ServiceAccounts MUST return the test ServiceAccount with it's patched values.
|
Listing the ServiceAccounts MUST return the test ServiceAccount with it's patched values.
|
||||||
ServiceAccount will be deleted and MUST find a deleted watch event.
|
ServiceAccount will be deleted and MUST find a deleted watch event.
|
||||||
*/
|
*/
|
||||||
framework.ConformanceIt("should run through the lifecycle of a ServiceAccount", func() {
|
framework.ConformanceIt("should run through the lifecycle of a ServiceAccount", func() {
|
||||||
testNamespaceName := f.Namespace.Name
|
testNamespaceName := f.Namespace.Name
|
||||||
|
Loading…
Reference in New Issue
Block a user