Versions in this module Expand all Collapse all v0 v0.5.1 Mar 12, 2026 v0.5.0 Mar 9, 2026 Changes in this version + func EnsureBundleForOwner(ctx context.Context, client ctrlruntimeclient.Client, scheme *runtime.Scheme, ...) (*operatorv1alpha1.Bundle, error) + func GetBundleObjectsForTarget(target operatorv1alpha1.BundleTarget, namespace string, ...) []operatorv1alpha1.BundleObject + func GetBundleReadyCondition(ctx context.Context, client ctrlruntimeclient.Client, ...) metav1.Condition + type BundleObjectSpec struct + Objects []operatorv1alpha1.BundleObject + TargetKind string + type BundleReconciler struct + Scheme *runtime.Scheme + func (r *BundleReconciler) Reconcile(ctx context.Context, req ctrl.Request) (res ctrl.Result, recErr error) + func (r *BundleReconciler) SetupWithManager(mgr ctrl.Manager) error