Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InstallerStateController ¶
type InstallerStateController struct {
// contains filtered or unexported fields
}
func NewInstallerStateController ¶
func NewInstallerStateController(kubeInformersForTargetNamespace informers.SharedInformerFactory, podsGetter corev1client.PodsGetter, eventsGetter corev1client.EventsGetter, operatorClient v1helpers.StaticPodOperatorClient, targetNamespace string, recorder events.Recorder, ) *InstallerStateController
func (*InstallerStateController) Run ¶
func (c *InstallerStateController) Run(workers int, stopCh <-chan struct{})
Run starts the kube-apiserver and blocks until stopCh is closed.
Click to show internal directories.
Click to hide internal directories.