Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 501 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 501 Bytes

projectcalico/api

This is canonical source for API definitions of Projectcalico.

How to use

One way is to import the clientset directly and use it. See examples/list-gnp/main.go for some example code.

Adding new APIs

  1. Create a .go file which contains the new type to pkg/apis/<apigroup>/<version>

  2. Add the new type to pkg/apis/<apigroup>/<version>/register.go

  3. Update generated code, including clients, informers, etc.

    make build