Versions in this module Expand all Collapse all v0 v0.2.1 Oct 15, 2025 v0.2.0 Aug 8, 2025 Changes in this version + func ClusterAndNamespaceIndexFunc(obj any) ([]string, error) + func ClusterAndNamespaceIndexKey(clusterName logicalcluster.Name, namespace string) string + func ClusterIndexFunc(obj any) ([]string, error) + func ClusterIndexKey(clusterName logicalcluster.Name) string + type ScopedCluster struct + func NewScopedCluster(cfg *rest.Config, clusterName logicalcluster.Name, wildcardCA WildcardCache, ...) (*ScopedCluster, error) + func NewScopedInitializingCluster(cfg *rest.Config, clusterName logicalcluster.Name, wildcardCA WildcardCache, ...) (*ScopedCluster, error) + func (c *ScopedCluster) GetAPIReader() client.Reader + func (c *ScopedCluster) GetCache() cache.Cache + func (c *ScopedCluster) GetClient() client.Client + func (c *ScopedCluster) GetConfig() *rest.Config + func (c *ScopedCluster) GetEventRecorderFor(name string) record.EventRecorder + func (c *ScopedCluster) GetFieldIndexer() client.FieldIndexer + func (c *ScopedCluster) GetHTTPClient() *http.Client + func (c *ScopedCluster) GetRESTMapper() meta.RESTMapper + func (c *ScopedCluster) GetScheme() *runtime.Scheme + func (c *ScopedCluster) Start(ctx context.Context) error + type WildcardCache interface + GetSharedInformer func(obj runtime.Object) (k8scache.SharedIndexInformer, schema.GroupVersionKind, apimeta.RESTScopeName, ...) + func NewWildcardCache(config *rest.Config, opts cache.Options) (WildcardCache, error)