Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NodeReconciler ¶
type NodeReconciler struct {
// contains filtered or unexported fields
}
NodeReconciler observes Node objects, and labels them with the correct labels for the instancegroup This used to be done by the kubelet, but is moving to a central controller for greater security in 1.16
func NewNodeReconciler ¶
func NewNodeReconciler(mgr manager.Manager, configPath string, identifier nodeidentity.Identifier) (*NodeReconciler, error)
NewNodeReconciler is the constructor for a NodeReconciler
func (*NodeReconciler) Reconcile ¶
+kubebuilder:rbac:groups=,resources=nodes,verbs=get;list;watch;patch Reconciler is the main reconciler function that observes node changes
func (*NodeReconciler) SetupWithManager ¶
func (r *NodeReconciler) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.