diff --git a/hips/hip-0022.md b/hips/hip-0022.md index 917f1727..191284e0 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