tailscale/cmd/containerboot
Tom Proctor d0a56a8870
cmd/containerboot: split main.go (#13517)
containerboot's main.go had grown to well over 1000 lines with
lots of disparate bits of functionality. This commit is pure copy-
paste to group related functionality outside of the main function
into its own set of files. Everything is still in the main package
to keep the diff incremental and reviewable.

Updates #cleanup

Signed-off-by: Tom Proctor <tomhjp@users.noreply.github.com>
2024-09-19 17:58:26 +01:00
..
forwarding.go cmd/containerboot: split main.go (#13517) 2024-09-19 17:58:26 +01:00
healthz.go cmd/containerboot: split main.go (#13517) 2024-09-19 17:58:26 +01:00
kube_test.go kube,cmd/{k8s-operator,containerboot},envknob,ipn/store/kubestore,*/depaware.txt: rename packages (#13418) 2024-09-08 20:57:29 +01:00
kube.go cmd/containerboot: split main.go (#13517) 2024-09-19 17:58:26 +01:00
main_test.go cmd/containerboot,cmd/k8s-operator: enable IPv6 for fqdn egress proxies (#12577) 2024-07-05 12:21:48 +01:00
main.go cmd/containerboot: split main.go (#13517) 2024-09-19 17:58:26 +01:00
serve.go cmd/containerboot: split main.go (#13517) 2024-09-19 17:58:26 +01:00
settings.go cmd/containerboot: split main.go (#13517) 2024-09-19 17:58:26 +01:00
tailscaled.go cmd/containerboot: split main.go (#13517) 2024-09-19 17:58:26 +01:00
test_tailscale.sh cmd/containerboot: make a tests table, add more tests. 2022-11-10 09:14:27 -08:00
test_tailscaled.sh cmd/containerboot: avoid leaking bash scripts after test runs 2023-09-21 13:17:48 -07:00