Files
fission-src/pkg/apis
Rahul BhatiandGitHub 462b7d861d Serve only one request and garbage collect (#1978)
Adding once only execution pattern to pool manager based functions. This is for use cases where you don't want to share the samne pod for another execution instance!
2021-05-19 22:48:49 +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