Fixup Algorithm -> PodScheduler
This commit is contained in:
@@ -50,7 +50,7 @@ func (m *MockScheduler) SlaveHostNameFor(id string) (hostName string) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
func (m *MockScheduler) Algorithm() (f podschedulers.PodScheduler) {
|
func (m *MockScheduler) PodScheduler() (f podschedulers.PodScheduler) {
|
||||||
args := m.Called()
|
args := m.Called()
|
||||||
x := args.Get(0)
|
x := args.Get(0)
|
||||||
if x != nil {
|
if x != nil {
|
||||||
|
Reference in New Issue
Block a user