Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PackageServerCSVReconciler ¶
type PackageServerCSVReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme Lock sync.Mutex Name string Namespace string Image string Interval string }
PackageServerCSVReconciler reconciles the PackageServer CSV object
func (*PackageServerCSVReconciler) Reconcile ¶
func (r *PackageServerCSVReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile is part of the main kubernetes reconciliation loop which is responsible for ensuring that the PackageServer CSV is deployed in a HA or non-HA mode depending on the topology mode exposed by the current state of the Infrastructure cluster singleton resource.
func (*PackageServerCSVReconciler) SetupWithManager ¶
func (r *PackageServerCSVReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.