Files
fission-src/pkg/apis
Rahul BhatiandGitHub 1cd8f4d4f7 Increase default concurrency (#1980)
Increase the default concurrency to 500 from 5 set in the function. Usually, it is good to error on the higher side and if needed, users can always fine-tune it to their needs.
2021-04-06 14:52:14 +05:30
..

Fission CRD generation

$ cd $GOPATH/src/github.com/fission/fission/
$ bash $GOPATH/src/k8s.io/code-generator/generate-groups.sh \
    all \
    github.com/fission/fission/pkg/apis/genclient \
    github.com/fission/fission/pkg/apis \
    "core:v1" \
    --go-header-file $GOPATH/src/github.com/fission/fission/pkg/apis/boilerplate.txt

Reference