Skip to content

Repository files navigation

controller-template

GitHub template for an OpenReconcile-style controller. Ships a Kubebuilder baseline (sample.example.io / Example) that already honours the status contract. Replace the group, kind, and reconcile body — do not start from an empty init.

Use

  1. Load the new-operator Skill or run openreconcile new "…".
  2. Choose a donatable API group. Never *.openreconcile.io. hack/scaffold.sh refuses that domain.
  3. Rules and Skills are already in .cursor/.
  4. Implement against docs/agent-context/ in the community repo.
  5. reconcilebench derive then reconcilebench verify.
DOMAIN=your.domain REPO=github.com/you/your-op ./hack/scaffold.sh

Do not advertise the result as resilient until the status-contract oracle passes on the clean control and the defect classes you care about.

About

Kubebuilder template that honours the Kubernetes status contract

Resources

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages