Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var WireSet = wire.NewSet( NewReconciler, )
Functions ¶
This section is empty.
Types ¶
type Downloader ¶
type Reconciler ¶
type Reconciler struct {
// contains filtered or unexported fields
}
func NewReconciler ¶
func NewReconciler(ctrlClient ctrlclient.Client, st store.RStore, base xdg.Base) (*Reconciler, error)
func (*Reconciler) CreateBuilder ¶
func (*Reconciler) ForceApply ¶ added in v0.25.0
func (r *Reconciler) ForceApply(ctx context.Context, repo *v1alpha1.ExtensionRepo) v1alpha1.ExtensionRepoStatus
Reconciles the extension repo without reading or writing from the API server. Returns the resolved status. Exposed for outside callers.
Click to show internal directories.
Click to hide internal directories.