Skip to content
This repository has been archived by the owner on Jun 2, 2022. It is now read-only.

Commit

Permalink
rename space_manager to space_drain to avoid overloading
Browse files Browse the repository at this point in the history
SpaceManager is a cf role, already

[#155564010]

Signed-off-by: Andrew Poydence <[email protected]>
  • Loading branch information
Travis Patterson authored and Andrew Poydence committed Mar 5, 2018
1 parent b9b4c94 commit fcd7c9d
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 16 deletions.
2 changes: 1 addition & 1 deletion internal/command/push_space_drain.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func PushSpaceDrain(cli plugin.CliConnection, args []string, log Logger) {
"push", "space-drain",
"-p", *path,
"-b", "binary_buildpack",
"-c", "./space_manager",
"-c", "./space_drain",
"--health-check-type", "process",
"--no-start",
)
Expand Down
2 changes: 1 addition & 1 deletion internal/command/push_space_drain_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ var _ = Describe("PushSpaceDrain", func() {
"push", "space-drain",
"-p", "some-temp-dir",
"-b", "binary_buildpack",
"-c", "./space_manager",
"-c", "./space_drain",
"--health-check-type", "process",
"--no-start",
},
Expand Down
1 change: 1 addition & 0 deletions space_drain/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
space_drain
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion space_manager/.gitignore

This file was deleted.

13 changes: 0 additions & 13 deletions space_manager/space_manager_suite_test.go

This file was deleted.

0 comments on commit fcd7c9d

Please sign in to comment.