Files
fission-src/pkg/apis
Harsh ThakurandGitHub f72bfd8f3a Websocket Support: Pod Reaper (#1982)
Websocket event support for cleaning up pods only after WS connection is terminated. The support for websocket is right now in the environment itself and router simply acts as a proxy for WS communication!
2021-04-27 21:06:22 +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