-
Notifications
You must be signed in to change notification settings - Fork 186
feat(kiali): Consolidate kiali tools from 20 to 6 #496
New issue
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
Conversation
f696ba8 to
ae3cf2f
Compare
Signed-off-by: Alberto Gutierrez <aljesusg@gmail.com>
ae3cf2f to
bbc1144
Compare
|
@manusa I did the reduction of tools from 20 to 6. I tested then with gevals and it's working with all use cases. |
manusa
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall looks good, thanks!
I did find a few issues that should be addressed, see inlined comments.
| // - health: /api/clusters/health (optionally filtered by namespaces and queryParams) | ||
| // - status(mesh):/api/mesh/graph | ||
| // - namespaces: /api/namespaces | ||
| func (k *Kiali) GetMeshGraph(ctx context.Context, namespaces []string, queryParams map[string]string) (string, error) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note, this is a good candidate to try out MCP progress notifications (Not in this PR)
2bfe9ae to
9387960
Compare
Signed-off-by: Alberto Gutierrez <aljesusg@gmail.com> Co-authored-by: Marc Nuri <marc@marcnuri.com>
9387960 to
019f272
Compare
manusa
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thx!
Consolidate Kiali Tools reduncy the number of tools from 20 to 6