Fixup Algorithm -> PodScheduler

This commit is contained in:
Dr. Stefan Schimanski 2015-10-26 13:58:49 -05:00
parent bf61ec7a0d
commit 4fa219d16d

View File

@ -50,7 +50,7 @@ func (m *MockScheduler) SlaveHostNameFor(id string) (hostName string) {
return
}
func (m *MockScheduler) Algorithm() (f podschedulers.PodScheduler) {
func (m *MockScheduler) PodScheduler() (f podschedulers.PodScheduler) {
args := m.Called()
x := args.Get(0)
if x != nil {