forked from cloudfoundry/cli
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add experimental --upgrade flag to update-service
- allows for upgrade of an individual service instance to the latest maintenance_info version on the plan [#164496184] Co-authored-by: Oleksii Fedorov <ofedorov@pivotal.io> Co-authored-by: George Blue <gblue@pivotal.io> Co-authored-by: Aarti Kriplani <akriplani@pivotal.io>
- Loading branch information
1 parent
5010c00
commit db1abfc
Showing
22 changed files
with
1,483 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
123 changes: 123 additions & 0 deletions
123
actor/v2action/composite/compositefakes/fake_get_service_instance_actor.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
121 changes: 121 additions & 0 deletions
121
actor/v2action/composite/compositefakes/fake_get_service_plan_actor.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
118 changes: 118 additions & 0 deletions
118
.../v2action/composite/compositefakes/fake_update_service_instance_maintenance_info_actor.go
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.