Crabka Kubernetes operator library.
The binary entry point is src/main.rs; this library exposes the
reusable pieces (controllers, CRD types, telemetry, leader election)
so they can be unit-tested without spinning up the binary.
Runtime config scope
use OperatorConfig;
#