Expand description
Translate a GitHub event into an EphemeralAllocation spec.
Pure function: GitHub event in, typed Allocation out. The handler applies the resulting Allocation via kube-rs.
Enums§
- Factory
Error - Errors building an Allocation from an event.
Functions§
- allocation_
name - Deterministic Allocation name from a PR event — re-running the same event yields the same name (idempotent create).
- build_
allocation - Build a typed EphemeralAllocation from a PR event.