Skip to content

Commit 0ad5c13

Browse files
committed
Update comments
1 parent c806233 commit 0ad5c13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

controllers/util/testUtil.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ func (t *TestUtil) CreateNamespace(name string) {
104104
}
105105
}
106106

107-
// DeleteNamespace creates a namespace in the kubernetes server
107+
// DeleteNamespace deletes a namespace in the kubernetes server
108108
func (t *TestUtil) DeleteNamespace(name string) {
109109
namespaceObject := t.CreateNamespaceObject(name)
110110
err := t.k8sClient.Delete(t.ctx, namespaceObject)

0 commit comments

Comments
 (0)