Skip to content

Commit d4d07c4

Browse files
committed
enable WatchListClient FG
1 parent 4c2e9ce commit d4d07c4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

hack/check-everything.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ tmp_bin=/tmp/cr-tests-bin
4141
)
4242
export KUBEBUILDER_ASSETS="$(${tmp_bin}/setup-envtest use --use-env -p path "${ENVTEST_K8S_VERSION}")"
4343

44+
echo "Enabling WatchListClient feature"
45+
export KUBE_FEATURE_WatchListClient=true
46+
4447
# Run tests.
4548
${hack_dir}/test-all.sh
4649

0 commit comments

Comments
 (0)