-
Bug
-
Resolution: Obsolete
-
Normal
-
None
-
None
-
False
-
-
False
-
Unset
-
No
-
-
We recently updated to `@openshift/dynamic-plugin-sdk-utils: 3.0.0` and a successful resource deletion using the `k8sDeleteResource` API now results in an error.
A change made in RHCLOUD-21652 has it so that `commonFetchJSON` returns an error if the result of the k8s call is any status object. However deletion returns a status object. An error should not be thrown if the status object with a `Success` status.
eg response on delete:
`{"kind":"Status","apiVersion":"v1","metadata":{},"status":"Success"}`
- is caused by
-
RHCLOUD-21652 SDK - Don't Suppress Failed Call Errors
- Closed
- links to