Versions in this module Expand all Collapse all v0 v0.5.0 Jul 8, 2026 Changes in this version + type Fetcher struct + func NewFetcher(kubeconfig, kubecontext string) (*Fetcher, error) + func NewFetcherFromClient(client dynamic.Interface) *Fetcher + func NewFetcherFromConfig(config *rest.Config) (*Fetcher, error) + func (f *Fetcher) Get(ctx context.Context, apiVersion, kind, namespace, name string) (*unstructured.Unstructured, error) + type ResourceFetcher interface + Get func(ctx context.Context, apiVersion, kind, namespace, name string) (*unstructured.Unstructured, error)