Scaffold webhook test examples do not use suite_test structure #4442
Labels
kind/cleanup
Categorizes issue or PR as related to cleaning up code, process, or technical debt.
kind/feature
Categorizes issue or PR as related to a new feature.
What do you want to happen?
For example, Defaulter webhook was already setup here
kubebuilder/testdata/project-v4/internal/webhook/v1/webhook_suite_test.go
Line 121 in 944a9de
And manager started here
kubebuilder/testdata/project-v4/internal/webhook/v1/webhook_suite_test.go
Line 137 in 944a9de
But example tells user to manually call Defaulter webhook
kubebuilder/testdata/project-v4/internal/webhook/v1/admiral_webhook_test.go
Lines 49 to 58 in 944a9de
It could be simplified to
Extra Labels
/kind cleanup
The text was updated successfully, but these errors were encountered: