mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 15:25:57 +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
|
||||
}
|
||||
|
||||
func (m *MockScheduler) Algorithm() (f podschedulers.PodScheduler) {
|
||||
func (m *MockScheduler) PodScheduler() (f podschedulers.PodScheduler) {
|
||||
args := m.Called()
|
||||
x := args.Get(0)
|
||||
if x != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user