mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-08 11:38:15 +00:00
use api convention
This commit is contained in:
parent
248b56d658
commit
52befc19b9
@ -116,7 +116,7 @@ var _ = Describe("Networking", func() {
|
|||||||
|
|
||||||
AfterEach(func() {
|
AfterEach(func() {
|
||||||
By("Destroying namespace for this suite")
|
By("Destroying namespace for this suite")
|
||||||
if err := c.Namespaces().Delete(namespaceObj.ObjectMeta.Name); err != nil {
|
if err := c.Namespaces().Delete(namespaceObj.Name); err != nil {
|
||||||
Failf("Couldn't delete ns %s", err)
|
Failf("Couldn't delete ns %s", err)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user