Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
Controller defines the container runtime config controller.
func New ¶
func New( templatesDir string, mcpInformer mcfginformersv1.MachineConfigPoolInformer, ccInformer mcfginformersv1.ControllerConfigInformer, mcrInformer mcfginformersv1.ContainerRuntimeConfigInformer, imgInformer cligoinformersv1.ImageInformer, clusterVersionInformer cligoinformersv1.ClusterVersionInformer, kubeClient clientset.Interface, mcfgClient mcfgclientset.Interface, configClient configclientset.Interface, ) *Controller
New returns a new container runtime config controller
func (*Controller) Run ¶
func (ctrl *Controller) Run(workers int, stopCh <-chan struct{})
Run executes the container runtime config controller.
Click to show internal directories.
Click to hide internal directories.