-
Install go v1.20 from here
-
Install make
apt install make
- Install the kubernetes code generator:
go install k8s.io/[email protected]
Go to repository root and run the following make task:
make generate-apis
make generate-crd
Install go v1.20 from here
Install make
apt install make
go install k8s.io/[email protected]
Go to repository root and run the following make task:
make generate-apis
make generate-crd