Closed
Description
Currently the kubebuilder book shows how to write a defaulting/validating webhook, but it doesn't give any envtest examples for how to test it (only a light explanation of how to deploy it to a real cluster).
We should provide a method for testing webhooks the same way we provide a means of testing the controller and types using envtest.