• tengqm's avatar
    Fix admission plugin registration · a909cc8a
    tengqm authored
    The current registration of admission plug-ins happen too late so the
    command line help is not yielding correct/useful information to users.
    This is already causing confusion as mentioned in some issues.
    
    This patch fixes it by moving plugins.go down to options package because
    "plugins" in this context are themselves options for users. Registration
    of plugins is not an expensive operation and it is already done in most
    execution paths.
    
    In future, we may want to revisit these plugins and migrate them to the
    shared apiserver repo when appropriate.
    a909cc8a
Name
Last commit
Last update
..
app Loading commit data...
BUILD Loading commit data...
OWNERS Loading commit data...
apiserver.go Loading commit data...