Documentation
¶
Overview ¶
Package internal is the root of Burrow's module-private shared helpers, licensed Apache-2.0. It holds only small, cross-cutting utilities shared across the module that carry no license restriction.
The licensed product code does NOT live here: the control plane lives under controlplane/ and the operator under operator/, kept out of this top-level internal/ precisely so the separate private managed module can import them. See LICENSING.md, ADR-0001, and CLAUDE.md for the package layout, and docs/PLAN.md for what the v0.1 slice adds.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package agentconn resolves the credential-free, agent-layer control-plane client the scoped agent binary uses (ADR-0005, ADR-0038).
|
Package agentconn resolves the credential-free, agent-layer control-plane client the scoped agent binary uses (ADR-0005, ADR-0038). |
|
Package jointoken is the codec for the compact join token that carries admin access to a freshly bootstrapped single-VPS k3s cluster from `burrow bootstrap` (run once on the VPS) to `burrow join` (run on the laptop) — ADR-0044.
|
Package jointoken is the codec for the compact join token that carries admin access to a freshly bootstrapped single-VPS k3s cluster from `burrow bootstrap` (run once on the VPS) to `burrow join` (run on the laptop) — ADR-0044. |
Click to show internal directories.
Click to hide internal directories.