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
Reopening this because I'll close by linking the fix for the dynamic webhook issue (#63).
This is not needed anymore and the DELETE operations webhooks will come with the obj unmarshaled correctly, so there's no need to access the OldObject from the context AdmissionReview object.
hi, I want to delete pod safely.
so I set a validating web hook, I have to try the kubewebhook.
however, the framework can't check the delete operation. basecase of the delete does not have a body only have a request.
the code of deserializer doesn't take the request to the upper level.
The text was updated successfully, but these errors were encountered: