Skip to content

Commit

Permalink
Merge pull request cloudfoundry#1638 from cloudfoundry/revert-1635-16…
Browse files Browse the repository at this point in the history
…4496184-update-one

Revert "Add experimental --upgrade flag to update-service"
  • Loading branch information
waterlink authored May 6, 2019
2 parents 56e8966 + c8a796d commit 9ecdaaf
Show file tree
Hide file tree
Showing 22 changed files with 20 additions and 1,483 deletions.
3 changes: 1 addition & 2 deletions actor/v2action/actor.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// Package v2action contains the business logic for the commands/v6 package
// Actors in this package should only call CC v2 API endpoints
// Package v2action contains the business logic for the commands/v2 package
package v2action

// Warnings is a list of warnings returned back from the cloud controller
Expand Down
1 change: 0 additions & 1 deletion actor/v2action/cloud_controller_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ type CloudControllerClient interface {
UpdateRouteApplication(routeGUID string, appGUID string) (ccv2.Route, ccv2.Warnings, error)
UpdateSecurityGroupSpace(securityGroupGUID string, spaceGUID string) (ccv2.Warnings, error)
UpdateSecurityGroupStagingSpace(securityGroupGUID string, spaceGUID string) (ccv2.Warnings, error)
UpdateServiceInstanceMaintenanceInfo(serviceInstanceGUID string, maintenanceInfo ccv2.MaintenanceInfo) (ccv2.Warnings, error)
UpdateServicePlan(guid string, public bool) (ccv2.Warnings, error)
UpdateSpaceDeveloper(spaceGUID string, uaaID string) (ccv2.Warnings, error)
UpdateSpaceDeveloperByUsername(spaceGUID string, username string) (ccv2.Warnings, error)
Expand Down

This file was deleted.

121 changes: 0 additions & 121 deletions actor/v2action/composite/compositefakes/fake_get_service_plan_actor.go

This file was deleted.

This file was deleted.

Loading

0 comments on commit 9ecdaaf

Please sign in to comment.