-
Notifications
You must be signed in to change notification settings - Fork 493
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
Implement gwctl describe namespaces
#2795
Comments
/area gwctl |
@gauravkghildiyal: GitHub didn't allow me to assign the following users: Devaansh-Kumar. Note that only kubernetes-sigs members with read permissions, repo collaborators and people who have commented on this issue/PR can be assigned. Additionally, issues/PRs can only have 10 assignees at the same time. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@Devaansh-Kumar -- Please use "/assign" to assign this to yourself. Do reach out if you get stuck somewhere |
/assign |
@gauravkghildiyal I have some confusions regarding how to phrase the command.
|
@Devaansh-Kumar Those are valid questions.
|
You don't need to use unstructured for namespaces -- simply use the In other words:
|
We ideally want to have something like this as the output for
gwctl describe namespace my-namespace
If it makes things easy, to start with, you can ignore the
Label
,Annotation
andStatus
fields and do that in a follow up PR (once you are somewhat comfortable with the codebase). FYI: Adding those fields involves adding a Namespace resource (instead of the just the name) to the Namespace node, and then populating it within the discoverNamespacesThe text was updated successfully, but these errors were encountered: