Reference
Technical reference for the Orkestra runtime, schemas, and CLI.
Schema
Complete field reference for every Orkestra document type.
| Document | Description |
|---|---|
| Katalog | Top-level operator definition |
| Komposer | Multi-source composition |
| CRD Entry | Per-CRD configuration |
| OperatorBox | Reconciler and resource declarations |
| Status | Status field writes |
| Validation | Admission and reconcile-time validation rules |
| Mutation | Admission and reconcile-time mutation rules |
| When Conditions | Conditional resource creation |
| API Types | apiTypes field reference |
| Conversion | Multi-version CRD conversion |
| Motif | Reusable operator patterns |
CLI
| Command | Description |
|---|---|
| ork run | Start the operator runtime |
| ork validate | Validate a Katalog or Komposer |
| ork template | Render the merged, resolved Katalog |
| ork simulate | Simulate reconciliation in memory |
| ork init | Scaffold a new operator project |
Where to go next
- Schema Reference — every field in every document type
- CLI Reference — full flag reference for every command
- Typed Operators — hooks, constructors, and mixed patterns