Files
fission-src/pkg/apis/fission.io/v1
Ta-Ching ChenandGitHub cf2d35291e Drop unreleased features (record & replay) (#1406)
1. The records are stored in redis which is not migratable to another cluster for the testing purposes.
2. Some of the requests fields are not recorded.
3. People should consider using https://github.com/buger/goreplay which is an existing mature and well-tested solution for testing purposes.
2019-11-13 15:10:32 +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