Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 835 Bytes

File metadata and controls

27 lines (18 loc) · 835 Bytes

operator-framework

Opinionated Kubernetes operator framework built on controller-runtime, following the ModelController pattern with declarative envelope + reconciler wiring.

Status

Early-stage, extracted from the appthrust/platform monorepo. Used internally by AppThrust operators (project-operator, publish-operator, release-operator).

Structure

  • runtime/ — reconciler wiring, envelope types
  • codegen/ — scaffolding / generator helpers
  • cmd/ — CLI entry points
  • samples/ — usage examples
  • unstr/unstructured.Unstructured helpers
  • internal/ — package-private primitives

License

Apache License 2.0. See LICENSE.

Contributing

Issue / PR welcome. main is the default branch; no release tags yet (active development).