Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 503 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 503 Bytes

OpenSergo APIs and Common Configuration Definitions

This repository defines component-level APIs and common configuration formats for OpenSergo. These definitions are specified using the protobuf syntax.

Generate files

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