We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c806233 commit 0ad5c13Copy full SHA for 0ad5c13
controllers/util/testUtil.go
@@ -104,7 +104,7 @@ func (t *TestUtil) CreateNamespace(name string) {
104
}
105
106
107
-// DeleteNamespace creates a namespace in the kubernetes server
+// DeleteNamespace deletes a namespace in the kubernetes server
108
func (t *TestUtil) DeleteNamespace(name string) {
109
namespaceObject := t.CreateNamespaceObject(name)
110
err := t.k8sClient.Delete(t.ctx, namespaceObject)
0 commit comments