mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 23:15:14 +00:00
use api convention
This commit is contained in:
parent
248b56d658
commit
52befc19b9
@ -116,7 +116,7 @@ var _ = Describe("Networking", func() {
|
||||
|
||||
AfterEach(func() {
|
||||
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)
|
||||
}
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user