Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CozystackConfigReconciler ¶ added in v0.32.0
func (*CozystackConfigReconciler) SetupWithManager ¶ added in v0.32.0
func (r *CozystackConfigReconciler) SetupWithManager(mgr ctrl.Manager) error
type TenantHelmReconciler ¶ added in v0.31.0
func (*TenantHelmReconciler) SetupWithManager ¶ added in v0.31.0
func (r *TenantHelmReconciler) SetupWithManager(mgr ctrl.Manager) error
type WorkloadMonitorReconciler ¶
WorkloadMonitorReconciler reconciles a WorkloadMonitor object
func (*WorkloadMonitorReconciler) Reconcile ¶
func (r *WorkloadMonitorReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile is the main reconcile loop. 1. It reconciles WorkloadMonitor objects themselves (create/update/delete). 2. It also reconciles Pod events mapped to WorkloadMonitor via label selector.
func (*WorkloadMonitorReconciler) SetupWithManager ¶
func (r *WorkloadMonitorReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager registers our controller with the Manager and sets up watches.
type WorkloadReconciler ¶ added in v0.30.0
WorkloadMonitorReconciler reconciles a WorkloadMonitor object
func (*WorkloadReconciler) SetupWithManager ¶ added in v0.30.0
func (r *WorkloadReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager registers our controller with the Manager and sets up watches.
Click to show internal directories.
Click to hide internal directories.