k3s/pkg
Brad Davidson e9f02cd267 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>
(cherry picked from commit 2e4e7cf2c1)
Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
2025-01-10 17:18:12 -08:00
..
agent Load kernel modules for nft in agent setup (#11527) 2025-01-07 19:13:09 +02:00
apis/k3s.cattle.io
authenticator
bootstrap Fix rotateca validation failures when not touching default self-signed CAs 2024-08-22 14:47:40 -07:00
certmonitor fix: Use actual warningPeriod in certmonitor 2024-06-03 11:20:15 -07:00
cgroups
cli Move request handlers out of server package 2025-01-10 17:18:12 -08:00
clientaccess
cloudprovider V1.32.0+k3s1 (#11478) 2024-12-20 23:17:14 +02:00
cluster Refactor filterCN to use a Set instead of map[string]bool 2024-12-06 11:45:34 -08:00
codegen Kubernetes V1.30.0-k3s1 (#10063) 2024-05-06 19:42:27 +03:00
configfilearg Fix handling of wrapped subcommands when run with a path 2024-11-12 16:35:54 -08:00
containerd
crd Kubernetes V1.30.0-k3s1 (#10063) 2024-05-06 19:42:27 +03:00
ctr
daemons Move request handlers out of server package 2025-01-10 17:18:12 -08:00
data
datadir Kubernetes V1.30.0-k3s1 (#10063) 2024-05-06 19:42:27 +03:00
dataverify
deploy Update Traefik to v2.11.17 (#11502) 2025-01-10 17:18:12 -08:00
etcd Switch to using kubelet config files instead of CLI args 2024-12-20 14:41:40 -08:00
flock Fix Github Actions for Ubuntu-24.04 (#11112) 2024-10-16 12:22:07 -07:00
generated V1.32.0+k3s1 (#11478) 2024-12-20 23:17:14 +02:00
kubeadm
kubectl Fix the "Standalone"-mode of oidc-login in the wrapped kubectl application. 2024-11-08 08:52:53 -08:00
metrics Add loadbalancer metrics 2024-12-06 11:45:34 -08:00
node Kubernetes V1.30.0-k3s1 (#10063) 2024-05-06 19:42:27 +03:00
nodeconfig
nodepassword Move request handlers out of server package 2025-01-10 17:18:12 -08:00
passwd
proctitle Kubernetes V1.30.0-k3s1 (#10063) 2024-05-06 19:42:27 +03:00
profile Refactor supervisor listener startup and add metrics 2024-05-28 16:24:57 -07:00
rootless Allow additional Rootless CopyUpDirs through K3S_ROOTLESS_COPYUPDIRS env variable (#10386) 2024-10-07 09:38:11 -07:00
rootlessports Kubernetes V1.30.0-k3s1 (#10063) 2024-05-06 19:42:27 +03:00
secretsencrypt Use helper to set consistent rest.Config rate limits and timeouts 2024-12-06 11:45:34 -08:00
server Move request handlers out of server package 2025-01-10 17:18:12 -08:00
spegel remove deprecated use of wait functions 2024-07-29 16:23:17 -07:00
static Bump traefik to chart 27.0.2 / appVersion v2.11.10 2024-09-30 12:49:18 -07:00
untar
util Use helper to set consistent rest.Config rate limits and timeouts 2024-12-06 11:45:34 -08:00
version
vpn