• Brad Davidson's avatar
    Move request handlers out of server package · 2e4e7cf2
    Brad Davidson authored
    The servers package, and router.go in particular, had become quite
    large. Address this by moving some things out to separate packages:
    * http request handlers all move to pkg/server/handlers.
    * node password bootstrap auth handler goes into pkg/nodepassword with
      the other nodepassword code.
    
    While we're at it, also be more consistent about calling variables that
    hold a config.Control struct or reference `control` instead of `config` or `server`.
    Signed-off-by: 's avatarBrad Davidson <brad.davidson@rancher.com>
    2e4e7cf2
Name
Last commit
Last update
..
agent Loading commit data...
cert Loading commit data...
cmds Loading commit data...
completion Loading commit data...
crictl Loading commit data...
ctr Loading commit data...
etcdsnapshot Loading commit data...
kubectl Loading commit data...
secretsencrypt Loading commit data...
server Loading commit data...
token Loading commit data...