kubectl get pods --field-selector status.phase=Running narrows a list without fetching everything. Adding --field-selector to vismo get and passing it into metav1.ListOptions.FieldSelector is a small change that makes vismo much more useful in large namespaces - the API server does all the filtering work.
kubectl get pods --field-selector status.phase=Runningnarrows a list without fetching everything. Adding--field-selectortovismo getand passing it intometav1.ListOptions.FieldSelectoris a small change that makes vismo much more useful in large namespaces - the API server does all the filtering work.