Files
fission-src/pkg/apis
Rahul BhatiandGitHub 25acd7fd16 Feature request per pod (#1946)
This feature enables routing more than one request to a pod at the same time. This is the first draft of the work and might involve more optimizations later.
2021-03-31 12:35:30 +05:30
..
2021-03-31 12:35:30 +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