Go to file
Dustin 976518dd03 Rename controller → coordinator
The term _controller_ has a specific meaning in Kubernetes context, and
this process doesn't really fit it.  It doesn't monitor any Kubernetes
resources, custom or otherwise.  It does use Kubernetes as a data store
(via the lease), but I don't really think that counts.  Anyway, the term
_coordinator_ fits better in my opinion.
2025-09-25 18:03:41 -05:00
scripts Initial commit 2025-09-24 08:17:03 -05:00
src Rename controller → coordinator 2025-09-25 18:03:41 -05:00
tests/integration Rename controller → coordinator 2025-09-25 18:03:41 -05:00
.containerignore Add container build script 2025-09-25 18:01:39 -05:00
.editorconfig Initial commit 2025-09-24 08:17:03 -05:00
.gitignore Initial commit 2025-09-24 08:17:03 -05:00
Cargo.lock Rename controller → coordinator 2025-09-25 18:03:41 -05:00
Cargo.toml Rename controller → coordinator 2025-09-25 18:03:41 -05:00
Containerfile Rename controller → coordinator 2025-09-25 18:03:41 -05:00
rustfmt.toml Initial commit 2025-09-24 08:17:03 -05:00