Versions in this module Expand all Collapse all v1 v1.0.0 Feb 7, 2025 Changes in this version + type Apply struct + Cli *utils.Apply + TemplateFun TemplateFun + func New(cli client.Client, fun TemplateFun) *Apply + func (p *Apply) Apply(ctx context.Context, bundle *pluginsv1beta1.Plugin, into string) error + func (p *Apply) Remove(ctx context.Context, bundle *pluginsv1beta1.Plugin) error + func (p *Apply) Template(ctx context.Context, bundle *pluginsv1beta1.Plugin, into string) ([]byte, error) + type TemplateFun func(ctx context.Context, bundle *pluginsv1beta1.Plugin, into string) ([]byte, error)