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

Refactor version.ValidateEnabledAPIFields to config pkg #7206

Merged
merged 1 commit into from
Oct 13, 2023

Commits on Oct 12, 2023

  1. Refactor version.ValidateEnabledAPIFields to config pkg

    This commit refactors the ValidateEnabledAPIFields function to the
    config package. The validation previously lived in v1beta1 and it was
    moved to the version pkg which functions as API version conversion
    utils rather than for feature versions. This commit moves it to the
    config pkg since it is actually more tied with config validation of
    the  feature flag. version.ValidateEnabledAPIFields has been
    deprecated and aliased to keep backwards compatibility.
    
    /kind misc
    JeromeJu committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    d921388 View commit details
    Browse the repository at this point in the history