Open
Description
Context
See https://cloud-native.slack.com/archives/C04LGHDR9K7/p1704710449414709 and #2904
Possible solutions
Based on #2904 (comment) and discussions.
a) Use go run
instead of scripts (downside: this does not clean up old resources)
b) Use the new k8s.io/code-generator/kube_codegen.sh
c) Wait until @cardil manages to migrate the scripts in K8s to full golang, then adapt to that solution
Todo
- Agree on which way to go
- Implement in
pkg
- Implement on all downstream repos