Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MailhogInstanceReconciler ¶
type MailhogInstanceReconciler struct { client.Client Scheme *runtime.Scheme Recorder record.EventRecorder }
MailhogInstanceReconciler reconciles a MailhogInstance object
func (*MailhogInstanceReconciler) Reconcile ¶
func (r *MailhogInstanceReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state. For more details, check Reconcile and its Result here: - https://pkgo.dev/sigs.k8s.io/[email protected]/pkg/reconcile
func (*MailhogInstanceReconciler) SetupWithManager ¶
func (r *MailhogInstanceReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type ReturnIndicator ¶ added in v0.1.2
type ReturnIndicator struct {
Err error
}
Click to show internal directories.
Click to hide internal directories.