Files
fission-src/pkg/apis/fission.io/v1
VishalandGitHub 1b86c367a0 Added a flag to control the extraction of archive based on user input (#675)
For certain environments, the archive should not be extracted and kept as it is (For ex. for Java the jar file should not be extracted). This change enables an environment level flag to control this behaviour.
2018-06-14 12:32:40 +05:30
..
2018-06-01 15:43:19 +08:00

Fission CRD generation

  • Use code-generator to generate fission CRD object deepcopy and client methods.
$ vendor/k8s.io/code-generator/generate-groups.sh deepcopy \
    github.com/fission/fission/pkg/client \
    github.com/fission/fission/pkg/apis \
    fission.io:v1

Reference