From 37c107ab0f027eebd8c36db7b07a77caae33f310 Mon Sep 17 00:00:00 2001 From: Kumar Mallikarjuna Date: Wed, 3 Jul 2024 19:45:39 +0530 Subject: [PATCH] docs: add info for `kubeconfigLoading` Signed-off-by: Kumar Mallikarjuna --- docs/testing/reference.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/testing/reference.md b/docs/testing/reference.md index 9fd5b93b..eb3eab9c 100644 --- a/docs/testing/reference.md +++ b/docs/testing/reference.md @@ -73,6 +73,7 @@ delete | list of object references | A list of objects to delete, if they do n index | int | Override the test step's index. commands | list of [Commands](#commands) | Commands to run prior at the beginning of the test step. kubeconfig | string | The Kubeconfig file to use to run the included steps(s). +kubeconfigLoading | string | Specifies the mode for loading Kubeconfig: Eager/Lazy. Defaults to Eager. unitTest | bool | Indicates if the step is a unit test, safe to run without a real Kubernetes cluster.