Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HelmOpReconciler ¶ added in v0.13.0
type HelmOpReconciler struct { client.Client Scheme *runtime.Scheme Scheduler quartz.Scheduler Workers int ShardID string Recorder record.EventRecorder }
HelmOpReconciler reconciles a HelmOp resource to create and apply bundles for helm charts
func (*HelmOpReconciler) Reconcile ¶ added in v0.13.0
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state. The Reconcile function compares the state specified by the HelmOp object against the actual cluster state, and then performs operations to make the cluster state reflect the state specified by the user.
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.15.0/pkg/reconcile
func (*HelmOpReconciler) SetupWithManager ¶ added in v0.13.0
func (r *HelmOpReconciler) SetupWithManager(mgr ctrl.Manager) error
type HelmOpStatusReconciler ¶ added in v0.13.0
type HelmOpStatusReconciler struct { client.Client Scheme *runtime.Scheme Workers int ShardID string }
func (*HelmOpStatusReconciler) Reconcile ¶ added in v0.13.0
func (r *HelmOpStatusReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile reads the stat of the HelmOp and BundleDeployments and computes status fields for the HelmOp. This status is used to display information to the user.
func (*HelmOpStatusReconciler) SetupWithManager ¶ added in v0.13.0
func (r *HelmOpStatusReconciler) SetupWithManager(mgr ctrl.Manager) error