Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

As a cf cli user, when I run cf services I expect to see whether the service instance is updatealbe #3548

Open
georgethebeatle opened this issue Oct 23, 2024 · 0 comments

Comments

@georgethebeatle
Copy link
Member

georgethebeatle commented 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-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
@georgethebeatle 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🇪🇺 To do
Development

No branches or pull requests

1 participant