k3s/pkg/daemons
Brad Davidson 2e4e7cf2c1 Move request handlers out of server package
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: Brad Davidson <brad.davidson@rancher.com>
2025-01-09 00:51:19 -08:00
..
agent Switch to using kubelet config files instead of CLI args 2024-12-20 14:41:40 -08:00
config Switch to using kubelet config files instead of CLI args 2024-12-20 14:41:40 -08:00
control Move request handlers out of server package 2025-01-09 00:51:19 -08:00
executor V1.32.0+k3s1 (#11478) 2024-12-20 23:17:14 +02:00