Starts watching resources of each controlled cluster.
(ctx context.Context)
| 148 | GetNamespaceTopLevelResources(server *appv1.Cluster, namespace string) (map[kube.ResourceKey]appv1.ResourceNode, error) |
| 149 | // Starts watching resources of each controlled cluster. |
| 150 | Run(ctx context.Context) error |
| 151 | // Returns information about monitored clusters |
| 152 | GetClustersInfo() []clustercache.ClusterInfo |
| 153 | // Init must be executed before cache can be used |
no outgoing calls