Add comments on each test helper function

This commit is contained in:
Volodymyr Zotov
2025-08-22 08:30:35 -05:00
parent 904d269e7b
commit bb97134e10
4 changed files with 25 additions and 19 deletions

View File

@@ -13,7 +13,7 @@ import (
// LoadImageToKind loads a local docker image to the Kind cluster
func LoadImageToKind(imageName string) {
By("loading the operator image on Kind")
By("Loading the operator image on Kind")
clusterName := "kind"
if value, ok := os.LookupEnv("KIND_CLUSTER"); ok {
clusterName = value