Merge pull request #86530 from zouyee/vbb

Move volumebinding predicate to its filter plugin
This commit is contained in:
Kubernetes Prow Robot
2019-12-23 22:05:29 -08:00
committed by GitHub
6 changed files with 187 additions and 78 deletions

View File

@@ -133,7 +133,7 @@ func init() {
scheduler.RegisterFitPredicateFactory(
predicates.CheckVolumeBindingPred,
func(args scheduler.AlgorithmFactoryArgs) predicates.FitPredicate {
return predicates.NewVolumeBindingPredicate(args.VolumeBinder)
return nil
},
)
}