From 4f16d2bb9911ebeb8ae3415d50a4265cd74cc9a6 Mon Sep 17 00:00:00 2001 From: Marco Vito Moscaritolo Date: Mon, 16 Feb 2026 11:43:10 +0100 Subject: [PATCH] Fix indentation for WatchUntilReady method Updated the WatchUntilReady method signature in the Waiter interface. Signed-off-by: Marco Vito Moscaritolo --- hips/hip-0022.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hips/hip-0022.md b/hips/hip-0022.md index 917f1727b..191284e04 100644 --- a/hips/hip-0022.md +++ b/hips/hip-0022.md @@ -55,7 +55,7 @@ type Waiter interface { Wait(resources ResourceList, timeout time.Duration) error WaitWithJobs(resources ResourceList, timeout time.Duration) error WaitForDelete(resources ResourceList, timeout time.Duration) error - WatchUntilReady(resources ResourceList, timeout time.Duration) error + WatchUntilReady(resources ResourceList, timeout time.Duration) error } ``` @@ -111,4 +111,4 @@ seen here - https://github.com/helm/helm/pull/13604 existing wait documentation - https://helm.sh/docs/intro/using_helm/ kstatus documentation - https://github.com/kubernetes-sigs/cli-utils/blob/master/pkg/kstatus/README.md -Zarf kstatus implementation - https://github.com/zarf-dev/zarf/blob/main/src/internal/healthchecks/healthchecks.go \ No newline at end of file +Zarf kstatus implementation - https://github.com/zarf-dev/zarf/blob/main/src/internal/healthchecks/healthchecks.go