If package has deployment already, we should set package status to none instead of pending. If we have package has source, we set status to pending. If both source and deployment are empty, package marked as failure. Signed-off-by: Sanket Sudake <sanketsudake@gmail.com>
Fission CRD generation
- Clone code-generator to generate fission CRD object deepcopy and client methods.
- MUST run code-generator in the fission root directory.
$ make codgen