From efde8304059b791ef48afaf602d5cc4c7a537f3d Mon Sep 17 00:00:00 2001 From: Austin Abro Date: Tue, 18 Feb 2025 13:53:06 +0000 Subject: [PATCH] better name Signed-off-by: Austin Abro --- pkg/kube/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/kube/client.go b/pkg/kube/client.go index 425152006..ff062a172 100644 --- a/pkg/kube/client.go +++ b/pkg/kube/client.go @@ -85,7 +85,7 @@ type WaitStrategy string const ( StatusWatcherStrategy WaitStrategy = "watcher" LegacyStrategy WaitStrategy = "legacy" - HookOnlyStrategy WaitStrategy = "noop" + HookOnlyStrategy WaitStrategy = "hookOnly" ) func init() {