-
Install go v1.21 from here
-
Install make
apt install make
- Install the kubernetes code generator:
go install k8s.io/code-generator@v0.28.2
Go to repository root and run the following make task:
make generate-apis
make generate-crd
Install go v1.21 from here
Install make
apt install make
go install k8s.io/code-generator@v0.28.2
Go to repository root and run the following make task:
make generate-apis
make generate-crd