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

⚠️ Deprecate admission.Validator and admission.Defaulter #2639

Merged

Commits on Jan 6, 2024

  1. ⚠️ Deprecate admission.Validator and admission.Defaulter

    `admission.Validator/Defaulter` require to import controller-runtime
    into api packages. This is not recommended, as api packages should
    themselves not have any dependencies except to other api packages in
    order to make importing them easy without dependency issues and
    possibly incompatibilities.
    
    This change marks the two as deprecated. We are not going to remove them
    yet to give folks some time to migrate off them.
    alvaroaleman committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    1c704b9 View commit details
    Browse the repository at this point in the history