This repository defines component-level APIs and common configuration formats for OpenSergo. These definitions are specified using the protobuf syntax.
Generate CRD files and .pb.go:
./gen.sh
To generate go-client code, you'll need to put the project under $GOPATH
directory, then:
# The project should be located at $GOPATH/opensergo.io/api
cd client && make