Versions in this module Expand all Collapse all v1 v1.1.0 Apr 18, 2026 v1.0.0 Apr 18, 2026 Changes in this version + type ClusterClientAccess interface + Config func(ctx context.Context) (*rest.Config, error) + UncachedClient func(ctx context.Context) (client.Client, error) + type ManagementClientAccess interface + Cache func() cache.Cache + CachedClient func() client.Client + Config func() *rest.Config + UncachedClient func() client.Client + type SharedManagerFactory interface + Cluster func(cluster string) ClusterClientAccess + Management func() ManagementClientAccess