mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-04 23:17:50 +00:00
Modified the name of the Extensions method in the scheduler's framework.
This commit is contained in:
@@ -114,7 +114,7 @@ func (fp *tokenFilter) RemovePod(state *framework.CycleState, podToSchedule *v1.
|
||||
return nil
|
||||
}
|
||||
|
||||
func (fp *tokenFilter) Extensions() framework.PreFilterExtensions {
|
||||
func (fp *tokenFilter) PreFilterExtensions() framework.PreFilterExtensions {
|
||||
return fp
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user