Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 348 Bytes

GenerateCRD.md

File metadata and controls

20 lines (16 loc) · 348 Bytes

Prerequisites

  1. Install go v1.20 from here

  2. Install make

apt install make
  1. Install the kubernetes code generator:
go install k8s.io/[email protected]

Generate client

Go to repository root and run the following make task:

make generate-apis
make generate-crd