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

import prefix #15955

Merged
merged 5 commits into from
Sep 11, 2017
Merged

Commits on Sep 8, 2017

  1. Configuration menu
    Copy the full SHA
    6fe0846 View commit details
    Browse the repository at this point in the history
  2. Remove Store.ImportPrefix everywhere

    sttts authored and deads2k committed Sep 8, 2017
    Configuration menu
    Copy the full SHA
    67fe441 View commit details
    Browse the repository at this point in the history
  3. Update etcd path test to always use kindWhiteList

    Most types now have valid rest mappings because
    NewDefaultRESTMapperFromScheme no longer ignores certain import
    paths.  Thus we can no longer use the lack of a valid REST mapping
    as an indicator for when to use kindWhiteList.  Thus kindWhiteList
    now serves as a whitelist for all kinds and not just those that
    formally had no mapping.  This does mean that we could whitelist
    kinds due to a name conflict, but that is unlikely as names such as
    GetOptions are not appropriate for new objects.
    sttts authored and deads2k committed Sep 8, 2017
    Configuration menu
    Copy the full SHA
    ad27372 View commit details
    Browse the repository at this point in the history
  4. Unify and simplify legacy api installation

    At the same time we get rid of the need for Store.ImportPrefix to filter the RESTMapper for each
    legacy group. Before this commit we had overlapping RESTMapper, even inconsistent ones because
    the root kinds were wrong outside of each legacy group.
    sttts authored and deads2k committed Sep 8, 2017
    Configuration menu
    Copy the full SHA
    5ab152d View commit details
    Browse the repository at this point in the history
  5. tweaks and rebase

    deads2k committed Sep 8, 2017
    Configuration menu
    Copy the full SHA
    f8dfe5a View commit details
    Browse the repository at this point in the history