synchronization
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package scheduler
|
||||
|
||||
import (
|
||||
"github.com/AliyunContainerService/gpushare-scheduler-extender/pkg/cache"
|
||||
"k8s.io/client-go/kubernetes"
|
||||
)
|
||||
|
||||
func NewGPUsharePredicate(clientset *kubernetes.Clientset, c *cache.SchedulerCache) *Predicate {
|
||||
return &Predicate{Name: "gpusharingfilter", cache: c}
|
||||
}
|
Reference in New Issue
Block a user