-
Story
-
Resolution: Done
-
Undefined
-
None
-
None
-
None
-
None
Console-operator currently is using mostly listers for fetching data. There are still controllers are fetching live data using clients. In those cases we should switch towards using listers.
AC:
- Find places in console-operator code with are using client for fetching data(GET, LIST). In those cases need move towards using listers, in order to use cached data.
- Remove unused clients
- links to