adu
Results
1
issues of
adu
```// kubernetes cluster config here config := &rest.Config{} clusterCache := cache.NewClusterCache(config, // cache default namespace only cache.SetNamespaces([]string{"default", "kube-system"}), // configure custom logic to cache resources manifest and additional metadata cache.SetPopulateResourceInfoHandler(func(un...