Documentation ¶
Overview ¶
Package controllers feature a number of controllers that are in use by the AKS property provider.
Package controllers feature a number of controllers that are in use by the AKS property provider.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NodeReconciler ¶
type NodeReconciler struct { NT *trackers.NodeTracker Client client.Client }
NodeReconciler reconciles Node objects.
func (*NodeReconciler) SetupWithManager ¶
func (r *NodeReconciler) SetupWithManager(mgr ctrl.Manager) error
type PodReconciler ¶
type PodReconciler struct { PT *trackers.PodTracker Client client.Client }
PodReconciler reconciles Pod objects.
func (*PodReconciler) SetupWithManager ¶
func (p *PodReconciler) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.