Modified the name of the Extensions method in the scheduler's framework.

This commit is contained in:
Abdullah Gharaibeh
2019-10-04 10:59:13 -04:00
parent ca038117b2
commit 043166f54b
6 changed files with 20 additions and 20 deletions

View File

@@ -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
}