Foundational control-plane building blocks for APIs, policy, reconciliation, runtime operations, and observability.
_ControlPlane groups standalone control-plane packages that can be consumed independently or assembled into a larger platform.
config-secretscontrol-apicontrol-clievent-busobservabilityoperator-runtimepolicy-engineresource-controllerschema-registrystate-reconciler
git submodule add https://github.com/navinBRuas/_ControlPlane.git vendor/controlplanego get github.com/navinBRuas/_ControlPlane/control-api
go get github.com/navinBRuas/_ControlPlane/policy-engine- Import only the package you need.
- Follow the package
README.mdfor configuration and examples. - Keep cross-package coupling explicit and versioned.
- Test from package boundaries (
go test ./...in the target package). - Preserve package-level semantic versioning and API contracts.
- Update docs when interfaces change.
0.1.0
See LICENSE.