Commit d001f4af authored by k8s-merge-robot's avatar k8s-merge-robot

Merge pull request #20254 from hongchaodeng/plugin

Auto commit by PR queue bot
parents a08ac362 70408d2c
...@@ -33,9 +33,9 @@ import ( ...@@ -33,9 +33,9 @@ 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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment