Versions in this module Expand all Collapse all v0 v0.11.7 Sep 15, 2022 Changes in this version + var ConfigureCertManager = newCheckEnabledWithDefault(true, "global.ingress.configureCertmanager") + var ReplaceInternalGitalyWithPraefect = newCheckEnabled("global.praefect.enabled", "global.praefect.replaceInternalGitaly") + type Adapter struct + func NewAdapter(ctx context.Context, src *api.GitLab) (*Adapter, error) + func (w *Adapter) Charts() (charts.Catalog, error) + func (w *Adapter) CurrentVersion() string + func (w *Adapter) DesiredVersion() string + func (w *Adapter) Hash() string + func (w *Adapter) IsDowngrade() bool + func (w *Adapter) IsInstall() bool + func (w *Adapter) IsUpgrade() bool + func (w *Adapter) Name() types.NamespacedName + func (w *Adapter) Origin() client.Object + func (w *Adapter) RecordVersion() + func (w *Adapter) ReleaseName() string + func (w *Adapter) SetCondition(condition metav1.Condition) + func (w *Adapter) Values() support.Values + func (w *Adapter) WantsComponent(component gitlab.Component) bool + func (w *Adapter) WantsFeature(check gitlab.FeatureCheck) bool