Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UpdateStatusFunc ¶
type UpdateStatusFunc func(bi *rukpakv1alpha1.BundleInstanceStatus) bool
func EnsureCondition ¶
func EnsureCondition(condition metav1.Condition) UpdateStatusFunc
func EnsureInstalledName ¶
func EnsureInstalledName(bundleName string) UpdateStatusFunc
type Updater ¶
type Updater struct {
// contains filtered or unexported fields
}
func (*Updater) Apply ¶
func (u *Updater) Apply(ctx context.Context, bi *rukpakv1alpha1.BundleInstance) error
func (*Updater) UpdateStatus ¶
func (u *Updater) UpdateStatus(fs ...UpdateStatusFunc)
Click to show internal directories.
Click to hide internal directories.