tomastigera / api

Tigera API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tigera/api

This is the location of the Tigera API structures for use in code that wants to use the Tigera API.

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
    

About

Tigera API

License:Apache License 2.0


Languages

Language:Go 96.0%Language:Makefile 2.4%Language:Shell 1.3%Language:Starlark 0.3%