8000 GitHub - MatousJobanek/api: CodeReady Toolchain API
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

MatousJobanek/api

 
 

Repository files navigation

ToolChain API

Go Report Card Codecov.io

Building

Requires:

  • Go version 1.14 - download for your development environment here.

  • Operator-sdk version 0.19.x- download and install here

CodeReady ToolChain API is built using Go modules. Set the following environment variable in your CLI before building:

export GO111MODULE=on

To re-generate the zz_generated.deepcopy.go and zz_generated.openapi.go files as well as the CRD files, run the following command:

make generate
Important
the codeready-toolchain repositories should be checked out under your GOPATH in order for the generation to generate files in the correct directories. eg. For this repository: $GOPATH/src/github.com/codeready-toolchain/api NOTE: the make generate will generate the CRD files in the local deploy/crds directory and then dispatch the .yaml files in the host-operator and member-operator repositories, assuming they have been checked out and that they are in a clean state, meaning that they have no pending changes, besides previous versions of the CRD files.

About

CodeReady Toolchain API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 56.1%
  • Shell 36.2%
  • Makefile 7.6%
  • Dockerfile 0.1%
0