volcano-sh / volcano

A Cloud Native Batch System (Project under CNCF)
https://volcano.sh
Apache License 2.0
4.23k stars 968 forks source link

When using kubectl get queue, display parent #3826

Open hwdef opened 2 hours ago

hwdef commented 2 hours ago

What is the problem you're trying to solve

When using kubectl get queue, display parent

kubectl get queue
NAME      AGE
a         116s
aa        115s

Describe the solution you'd like

kubectl get queue
NAME      AGE        PARENT
a         116s       root
aa        115s       a

Additional context

No response

hwdef commented 2 hours ago

/good-first-issue

volcano-sh-bot commented 2 hours ago

@hwdef: This request has been marked as suitable for new contributors.

Please ensure the request meets the requirements listed here.

If this request no longer meets these requirements, the label can be removed by commenting with the /remove-good-first-issue command.

In response to [this](https://github.com/volcano-sh/volcano/issues/3826): >/good-first-issue Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.