Documentation ¶
Index ¶
Constants ¶
View Source
const (
// name of the cluster controller finalizer
NodeControllerFinalizerName = "cluster-node.firefly.io/finalizer"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NodeController ¶
type NodeController struct {
// contains filtered or unexported fields
}
func NewNodeController ¶
func NewNodeController( client kubernetes.Interface, fireflyClient fireflyclient.Interface, clusterInformer clusterinformers.ClusterInformer, nodesInformer coreinformers.NodeInformer, workerNodesInformer coreinformers.NodeInformer, resyncPeriod time.Duration) (*NodeController, error)
NewNodeController returns a new *Controller.
Click to show internal directories.
Click to hide internal directories.