-
Story
-
Resolution: Done
-
Normal
-
None
Currently the status of the binding is represented by the string field ServiceBindingRequestStatus.BindingStatus. This field should be replaced by a condition to align with the rest of Kubernetes ecosystem.
The condition type can be called Ready, and those are some information that can be encoded in the Ready condition:
Status | Reason | Description |
---|---|---|
Unknown | - | There are no evidences the binding has been finished. |
True | - | The binding is on a healthy state; all involved resources have been successfully modified. |
False | ApplicationNotFound | The given applicationResourceRef does not exist. |
False | BackingServiceNotFound | The given backingServiceResourceRef does not exist. |
False | ApplicationSelectorNoMatchesFound | The given applicationSelector didn't result in any match. |
- blocks
-
APPSVC-305 [SBO] Support multiple backing services
- Closed