Get rid of default-zone everywhere.
This commit is contained in:
parent
3bed62f51e
commit
61558f4d19
6 changed files with 21 additions and 15 deletions
|
|
@ -50,7 +50,7 @@ func NewFakeClusterManager(clusterName string) *fakeClusterManager {
|
|||
fakeHCs := healthchecks.NewFakeHealthChecks()
|
||||
namer := &utils.Namer{clusterName}
|
||||
|
||||
nodePool := instances.NewNodePool(fakeIGs, defaultZone)
|
||||
nodePool := instances.NewNodePool(fakeIGs)
|
||||
nodePool.Init(&instances.FakeZoneLister{[]string{"zone-a"}})
|
||||
|
||||
healthChecker := healthchecks.NewHealthChecker(fakeHCs, "/", namer)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue