mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-15 14:14:39 +00:00
use api convention
This commit is contained in:
@@ -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)
|
||||
}
|
||||
})
|
||||
|
Reference in New Issue
Block a user