Versions in this module Expand all Collapse all v0 v0.3.1 Jan 13, 2026 v0.3.0 Dec 5, 2025 Changes in this version + type LocalPathProvider struct + func NewLocalPathProvider(resourcesPath string) *LocalPathProvider + func (p *LocalPathProvider) Get(_ context.Context) error + func (p *LocalPathProvider) Path() string + type OCIModelProvider struct + func New(opts ...OCIOption) (*OCIModelProvider, error) + func NewOCIModelProviderFromConfigAndItems(config *api.KRMInput, items []*kyaml.RNode) (*OCIModelProvider, error) + func (p *OCIModelProvider) Get(ctx context.Context) error + func (p *OCIModelProvider) Path() string + type OCIOption func(*ociModelProviderOptions) + func WithClient(client *auth.Client) OCIOption + func WithPlainHTTP(plainHTTP bool) OCIOption + func WithRemote(registry, repo, tag string) OCIOption + func WithWorkingDir(workingDir string) OCIOption + type Provider interface + Get func(ctx context.Context) error + Path func() string