Versions in this module Expand all Collapse all v0 v0.5.0 Jun 3, 2022 Changes in this version + type UpdateStatusFunc func(bi *rukpakv1alpha1.BundleInstanceStatus) bool + func EnsureCondition(condition metav1.Condition) UpdateStatusFunc + func EnsureInstalledName(bundleName string) UpdateStatusFunc + type Updater struct + func NewBundleInstanceUpdater(client client.Client) Updater + func (u *Updater) Apply(ctx context.Context, bi *rukpakv1alpha1.BundleInstance) error + func (u *Updater) UpdateStatus(fs ...UpdateStatusFunc)