We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The UI defaults filtering of resources to a few type of objects. Off the top of my head: Service, Deployment, Pod.
There's two issues:
If i change the filters, the preference be remembered (can store in the client / cookie). Currently, if I switch views, then my filters are reset.
The defaults should be expanded. For example, ConfigMap and Ingress should also be included as part of the defaults.
The text was updated successfully, but these errors were encountered:
Issue #337 - remember my resource filtering preferences
4301fc6
Merge pull request #8 from alexmt/337-remember-filtering
9e43ed4
feat: expose all kubernetes resources in cluster info (argoproj#337)
762cb1b
Signed-off-by: Alexander Matyushentsev <[email protected]>
alexmt
No branches or pull requests
The UI defaults filtering of resources to a few type of objects. Off the top of my head: Service, Deployment, Pod.
There's two issues:
If i change the filters, the preference be remembered (can store in the client / cookie). Currently, if I switch views, then my filters are reset.
The defaults should be expanded. For example, ConfigMap and Ingress should also be included as part of the defaults.
The text was updated successfully, but these errors were encountered: