This repository has been archived by the owner on Sep 4, 2023. 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.
Print error in knativeServingDelete (knative#268)
This makes a tiny change that knativeServingDelete prints missing error message. Currently the error prints as: ``` --- FAIL: TestKnativeServingDeployment/delete (30.65s) knativeservingdeployment_test.go:244: The CustomResourceDefinition ingresses.networking.internal.knative.dev failed to be deleted ``` and it is difficult to find the reason why `clients.Dynamic.Resource(gvrs).Get()` failed to delete.
- Loading branch information