Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ pkg/webhook: add support for reinvocationPolicy marker #709

Merged
merged 1 commit into from Jul 28, 2022

Commits on Jul 27, 2022

  1. pkg/webhook: add support for reinvocationPolicy marker

    Mutating webhooks using controller-gen markers for generating
    MutatingWebhookConfigration cannot control reinvocationPolicy.
    This field must always be added manually afterwards should the
    webhook need to set its value.
    
    Add support for reinvocationPolicy marker for Mutating Webhooks.
    
    Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
    mythi committed Jul 27, 2022
    Copy the full SHA
    e98485d View commit details
    Browse the repository at this point in the history