This repository has been archived by the owner on Nov 3, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- missing lifecycle type - missing data field in relationships - the AppExists call could return false due to eventual consistency, which results in the create request failing due to the webhook check - we are currently relying on the exact error returned by the webhook to catch the error and generate the appropriate API response - converted all app handler tests to use strings instead of []bytes - remove presenter use from api handler tests - remove presenter use from route api handler tests - apply singular naming convention - apply g.Expect convention Co-authored-by: Dave Walter <walterda@vmware.com>
- Loading branch information