Uploaded image for project: 'Service Binding'
  1. Service Binding
  2. APPSVC-321

API Review: Promote BindingStatus to a condition

XMLWordPrintable

    • App Services Sprint 179, App Services Sprint 180

      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.

              avsharmaRedhat Avni Sharma (Inactive)
              isuttonl Igor Sutton (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: