mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
Merge pull request #20254 from hongchaodeng/plugin
Auto commit by PR queue bot
This commit is contained in:
commit
d001f4afea
@ -33,13 +33,13 @@ import (
|
|||||||
|
|
||||||
// PluginFactoryArgs are passed to all plugin factory functions.
|
// PluginFactoryArgs are passed to all plugin factory functions.
|
||||||
type PluginFactoryArgs struct {
|
type PluginFactoryArgs struct {
|
||||||
algorithm.PodLister
|
PodLister algorithm.PodLister
|
||||||
algorithm.ServiceLister
|
ServiceLister algorithm.ServiceLister
|
||||||
algorithm.ControllerLister
|
ControllerLister algorithm.ControllerLister
|
||||||
NodeLister algorithm.NodeLister
|
NodeLister algorithm.NodeLister
|
||||||
NodeInfo predicates.NodeInfo
|
NodeInfo predicates.NodeInfo
|
||||||
PVInfo predicates.PersistentVolumeInfo
|
PVInfo predicates.PersistentVolumeInfo
|
||||||
PVCInfo predicates.PersistentVolumeClaimInfo
|
PVCInfo predicates.PersistentVolumeClaimInfo
|
||||||
}
|
}
|
||||||
|
|
||||||
// A FitPredicateFactory produces a FitPredicate from the given args.
|
// A FitPredicateFactory produces a FitPredicate from the given args.
|
||||||
|
Loading…
Reference in New Issue
Block a user