mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-03 17:30:00 +00:00
Fixup Algorithm -> PodScheduler
This commit is contained in:
parent
bf61ec7a0d
commit
4fa219d16d
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user