Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloudNodeController ¶
type CloudNodeController struct {
// contains filtered or unexported fields
}
func NewCloudNodeController ¶
func NewCloudNodeController( nodeInformer coreinformers.NodeInformer, kubeClient clientset.Interface, cloud cloudprovider.Interface, nodeMonitorPeriod time.Duration) (*CloudNodeController, error)
NewCloudNodeController creates a CloudNodeController object
func (*CloudNodeController) Run ¶
func (cnc *CloudNodeController) Run()
This controller deletes a node if kubelet is not reporting and the node is gone from the cloud provider.
Click to show internal directories.
Click to hide internal directories.