mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-25 19:15:34 +00:00
d0a56a8870
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> |
||
---|---|---|
.. | ||
forwarding.go | ||
healthz.go | ||
kube_test.go | ||
kube.go | ||
main_test.go | ||
main.go | ||
serve.go | ||
settings.go | ||
tailscaled.go | ||
test_tailscale.sh | ||
test_tailscaled.sh |