Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NodeController ¶
type NodeController struct {
// contains filtered or unexported fields
}
NodeController watches for new master nodes and adds them to the node status list in the operator config status.
func NewNodeController ¶
func NewNodeController( operatorConfigClient v1helpers.StaticPodOperatorClient, kubeInformersClusterScoped informers.SharedInformerFactory, eventRecorder events.Recorder, ) *NodeController
NewNodeController creates a new node controller.
func (*NodeController) Run ¶
func (c *NodeController) 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.