Versions in this module Expand all Collapse all v1 v1.3.0 Mar 24, 2026 Changes in this version + const ENoExecEventErrorLabel + const ErrorReasonContainerNotFound + const ErrorReasonNodeNotFound + const ErrorReasonPodNotFound + const ErrorReasonReconciliation + const ErrorReasonWrongNamespace + type ENoExecEvent struct + func NewENoExecEvent(event *multiarchv1beta1.ENoExecEvent, ctx context.Context, ...) *ENoExecEvent + func (e *ENoExecEvent) Ctx() context.Context + func (e *ENoExecEvent) ENoExecEventObject() *multiarchv1beta1.ENoExecEvent + func (e *ENoExecEvent) EnsureLabel(label string, value string) + func (e *ENoExecEvent) EnsureNoLabel(label string) + func (e *ENoExecEvent) HasErrorLabel() bool + func (e *ENoExecEvent) IsMarkedAsError() bool + func (e *ENoExecEvent) MarkAsError() + func (e *ENoExecEvent) PublishEvent(eventType, reason, message string) + func (e *ENoExecEvent) PublishEventOnPod(pod *corev1.Pod, eventType, reason, message string) + func (e *ENoExecEvent) Recorder() record.EventRecorder v1.2.2 Feb 3, 2026 Changes in this version + type Reconciler struct + Scheme *runtime.Scheme + func NewReconciler(client client.Client, clientSet *kubernetes.Clientset, scheme *runtime.Scheme, ...) *Reconciler + func (r *Reconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error) + func (r *Reconciler) SetupWithManager(mgr ctrl.Manager) error