vladimirvivien / ktop

A top-like tool for your Kubernetes clusters
Apache License 2.0
727 stars 15 forks source link

Metrics-api informer/lister #36

Closed vladimirvivien closed 1 year ago

vladimirvivien commented 1 year ago

This PR implements an informer for the metrics-api data to enable better scaling. Now, instead of retrieving data with each refresh, the data is cached using the client-go informer.

Possibly fixes #19