Commit e028075
committed
feat: run full generation pipeline from controller repos via ack-generate
Replace shell scripts (build-controller.sh, build-controller-release.sh)
with a Go-native pipeline that runs from within the controller repo.
The `ack-generate controller` command now handles APIs, deepcopy, CRDs,
RBAC, formatting, and boilerplate in a single invocation. Templates and
boilerplate files are embedded via go:embed, enabling `go install` without
a local code-generator checkout.1 parent e2c061d commit e028075
24 files changed
Lines changed: 1298 additions & 958 deletions
File tree
- cmd/ack-generate/command
- pkg
- generate
- ack
- olm
- templateset
- metadata
- sdk
- version
- scripts
- templates
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
| 21 | + | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
39 | 45 | | |
40 | 46 | | |
41 | 47 | | |
| |||
This file was deleted.
0 commit comments