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