Versions in this module Expand all Collapse all v1 v1.3.0 May 22, 2025 Changes in this version + type BundleToHelmChartConverter interface + ToHelmChart func(bundle source.BundleSource, installNamespace string, watchNamespace string) (*chart.Chart, error) type Helm + BundleToHelmChartConverter BundleToHelmChartConverter + PreAuthorizer authorization.PreAuthorizer v1.2.0 Mar 4, 2025 Changes in this version + const AnnotationClusterExtensionWatchNamespace + const StateError + const StateNeedsInstall + const StateNeedsUpgrade + const StateUnchanged + func GetWatchNamespace(ext *ocv1.ClusterExtension) (string, error) + type BundleToHelmChartFn func(rv1 fs.FS, installNamespace string, watchNamespace string) (*chart.Chart, error) + type Helm struct + ActionClientGetter helmclient.ActionClientGetter + BundleToHelmChartFn BundleToHelmChartFn + Preflights []Preflight + func (h *Helm) Apply(ctx context.Context, contentFS fs.FS, ext *ocv1.ClusterExtension, ...) ([]client.Object, string, error) + type Preflight interface + Install func(context.Context, *release.Release) error + Upgrade func(context.Context, *release.Release) error v1.2.0-rc5 Feb 27, 2025