Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Factory ¶
type Factory interface { BuildNodeProvider() (kri.NodeProvider, error) BuildPodProvider(nodeName string, eventRecorder record.EventRecorder, resourceManager *resource.KubeResourceManager, podsController *framework.PodsController) (kri.PodProvider, error) }
func NewFactory ¶
func NewFactory(agentConfig *config.AgentConfig, kubeClient kubernetes.Interface) (Factory, error)
Click to show internal directories.
Click to hide internal directories.