Documentation ¶
Index ¶
- Variables
- type Adapter
- 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
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ReplaceInternalGitalyWithPraefect = newCheckEnabled("global.praefect.enabled", "global.praefect.replaceInternalGitaly") ConfigureCertManager = newCheckEnabledWithDefault(true, "global.ingress.configureCertmanager") )
Functions ¶
This section is empty.
Types ¶
type Adapter ¶
type Adapter struct {
// contains filtered or unexported fields
}
GitLabAdapter for v1beta1.
See GitLabAdapter documentation.
func (*Adapter) CurrentVersion ¶
func (*Adapter) DesiredVersion ¶
func (*Adapter) IsDowngrade ¶
func (*Adapter) Name ¶
func (w *Adapter) Name() types.NamespacedName
func (*Adapter) RecordVersion ¶
func (w *Adapter) RecordVersion()
func (*Adapter) ReleaseName ¶
func (*Adapter) SetCondition ¶
func (*Adapter) WantsFeature ¶
func (w *Adapter) WantsFeature(check gitlab.FeatureCheck) bool
Click to show internal directories.
Click to hide internal directories.