Documentation
¶
Index ¶
Constants ¶
View Source
const ( EventActionCreated EventAction = "Created" EventActionUpdated EventAction = "Updated" EventActionDeleted EventAction = "Deleted" ProcessedAnnotation string = "reloader/processed" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventAction ¶
type EventAction string
type ReloaderReconciler ¶
type ReloaderReconciler struct { client.Client Scheme *runtime.Scheme // contains filtered or unexported fields }
ReloaderReconciler reconciles an Reloader object
func NewReloaderReconciler ¶
func NewReloaderReconciler(client client.Client, scheme *runtime.Scheme) *ReloaderReconciler
NewReloaderReconciler creates a new ReloaderReconciler with the default factory.
func (*ReloaderReconciler) Reconcile ¶
Reconcile reconciles a Config object, ensuring that the internal state aligns with the desired state. It fetches the Reloader instance, updates the internal cache, and manages notification listeners. Returns ctrl.Result and an error on failure.
func (*ReloaderReconciler) SetupWithManager ¶
func (r *ReloaderReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.