From 0fd9bb04040e7d9748760823cfd1457a5d4a60bf Mon Sep 17 00:00:00 2001 From: anandrkskd Date: Thu, 15 Sep 2022 12:20:35 +0530 Subject: [PATCH] adding comment Signed-off-by: anandrkskd --- tests/helper/helper_cli.go | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/helper/helper_cli.go b/tests/helper/helper_cli.go index bb89f58118d..f2db02568a8 100644 --- a/tests/helper/helper_cli.go +++ b/tests/helper/helper_cli.go @@ -26,6 +26,7 @@ type CliRunner interface { // HasNamespaceProject returns whether the specified namespace or project exists in the cluster HasNamespaceProject(name string) bool + // ListNamespaceProject checks if the namespace is present in the list of namespaces ListNamespaceProject(name string) GetActiveNamespace() string