-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add kubectl get
-style resource parsing to conduit stat
CLI command
#683
Comments
kubectl get
-style resource parsing to conduit statsummary
CLI commandkubectl get
-style resource parsing to conduit stat
CLI command
As part of this change, we should also enable kubectl-style resource parsing for the For example, as it's currently implemented, if you wanted to query all of the namespaces that send traffic to the "foo" deployment in the default namespace, you'd use:
But we should make the
And we should remove the |
Moving this into 0.5.0 milestone. This task is mostly complete. What remains is handling comma-separated lists of resource strings. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions. |
The queries proposed in #627 require more sophisticated parsing than the stat summary endpoints currently do. (Current implementation in #671 just takes a singular resource and name).
Add parsing to the CLI to take queries such as the following and generate a series of
StatSummaryRequests
.The text was updated successfully, but these errors were encountered: