Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The commit adds VerificationResult struct, the new struct has 2 fields, VerificationResultType and Err. VerificationResultType has 4 types: VerificationSkip, VerificationPass, VerificationWarn, VerificationError. VerificationResult will be used in reconciler to update taskrun, pipelinerun conditions. Signed-off-by: Yongxuan Zhang yongxuanzhang@google.com
- Loading branch information