You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GIVEN I have a service inatnce that is bound to serveral apps WHEN I run cf instance THEN I expect the upgrade available coulumn to be non-empty
Dev Notes
The upgrade available column in the cf cli maps to the upgrade_available field of the service instance object as defined by the cf v3 api.
The cloud controller calculates this field by comparing the maintainance_info fields of the service instance and its plan. The service instance is upgradeable if those two do not match
The maintainance_info of a service plan is returned by the OSBAPI broker as part of the contract op the API.
The service instance object as per cf v3 api gets the maintenance_info of its plan
The text was updated successfully, but these errors were encountered:
georgethebeatle
changed the title
As a cf cli user, when I run cf services I expect to see what apps are bound to each service instance
As a cf cli user, when I run cf services I expect to see whether the service instance is updatealbe
Oct 23, 2024
Acceptance
GIVEN I have a service inatnce that is bound to serveral apps
WHEN I run
cf instance
THEN I expect the
upgrade available
coulumn to be non-emptyDev Notes
upgrade available
column in the cf cli maps to theupgrade_available
field of the service instance object as defined by the cf v3 api.maintainance_info
fields of the service instance and its plan. The service instance is upgradeable if those two do not matchmaintainance_info
of a service plan is returned by the OSBAPI broker as part of the contract op the API.maintenance_info
of its planThe text was updated successfully, but these errors were encountered: