Versions in this module Expand all Collapse all v0 v0.0.2 May 11, 2022 Changes in this version + type UpdateStatusFunc func(combo *v1alpha1.CombinationStatus) bool + func EnsureCondition(condition metav1.Condition) UpdateStatusFunc + func EnsureEvaluations(evaluation []string) UpdateStatusFunc + type Updater struct + func New(client client.Client) Updater + func (u *Updater) Apply(ctx context.Context, c *v1alpha1.Combination) error + func (u *Updater) UpdateStatus(fs ...UpdateStatusFunc)