You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The release notes for the latest version of Kubebuilder include this:
This release introduces significant changes, especially for projects using webhooks.
Notably, the webhook.Validator and webhook.Defaulter interfaces are deprecated and will be removed in the next controller-runtime release (v0.20.0).
Please migrate to the new CustomValidator and CustomDefaulter interfaces.
Additionally, webhooks should now be placed in the internal/webhook directory. (You might want to see the webhooks implementation for the Cronjob Tutorial Sample)
We should look into doing this in our own time, so we're not facing time pressures by a critical update.
The text was updated successfully, but these errors were encountered:
The release notes for the latest version of Kubebuilder include this:
We should look into doing this in our own time, so we're not facing time pressures by a critical update.
The text was updated successfully, but these errors were encountered: