You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -43,18 +44,24 @@ type KubernetesBackend struct {
43
44
appClient appclientset.Interface
44
45
// appInformer is used to watch for change events for Argo CD Application resources on the cluster
45
46
appInformer informer.InformerInterface
47
+
// appLister is used to list Argo CD Application resources from the cache
48
+
appLister cache.GenericLister
46
49
// namespace is not currently read, is not guaranteed to be non-empty, and is not guaranteed to contain the source of Argo CD Application CRs in all cases
0 commit comments