intel / cluster-management-toolkit

Toolkit for managing and monitoring Kubernetes clusters; includes a Curses-based console UI as well as a few command-line tools.
MIT License
9 stars 3 forks source link

Architect and implement proper asynchronous data-handling for views #7

Closed taotriad closed 9 months ago

taotriad commented 1 year ago

Currently only the inventory view, the cluster overview, and the context view has some form of asynchronous behaviour, with varying degrees of functionality (the context view seems to be semi-broken).

Architect a proper way of doing this.

Requirements:

dweineha commented 1 year ago

This is now WIP, with the cluster overview being the first construction area.

taotriad commented 9 months ago

The asynchronous branch has now been merged. Closing this.