# README
Copied from https://github.com/kubernetes-sigs/cluster-api/tree/master/controllers/[email protected].
Incompatible with v0.18.2 Kubernetes packages at this time, so temporarily forked and modified. Should use upstream package when API is compatible.
# Packages
No description provided by the author
# Functions
No description provided by the author
NewClusterCacheTracker creates a new ClusterCacheTracker.
NewClusterClient returns a Client for interacting with a remote Cluster using the given scheme for encoding and decoding objects.
RESTConfig returns a configuration instance to be used with a Kubernetes client.
# Structs
ClusterCacheReconciler is responsible for stopping remote cluster caches when the cluster for the remote cache is being deleted.
ClusterCacheTracker manages client caches for workload clusters.
WatchInput specifies the parameters used to establish a new watch for a remote cluster.
# Interfaces
Watcher is a scoped-down interface from Controller that only knows how to watch.
# Type aliases
ClusterClientGetter returns a new remote client.