Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HandlerFunc ¶
type HandlerFunc func(context.Context, fs.FS, *rukpakv1alpha1.BundleDeployment) (*chart.Chart, chartutil.Values, error)
func (HandlerFunc) Handle ¶
func (f HandlerFunc) Handle(ctx context.Context, fsys fs.FS, bd *rukpakv1alpha1.BundleDeployment) (*chart.Chart, chartutil.Values, error)
type Option ¶
type Option func(bd *controller)
func WithActionClientGetter ¶
func WithActionClientGetter(acg helmclient.ActionClientGetter) Option
func WithHandler ¶
func WithProvisionerID ¶
func WithReleaseNamespace ¶
func WithStorage ¶
Click to show internal directories.
Click to hide internal directories.