-
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
Coordinate development of initial gwctl feature set #2761
Comments
/help |
@gauravkghildiyal: GuidelinesPlease ensure that the issue body includes answers to the following questions:
For more details on the requirements of such an issue, please see here and ensure that they are met. If this request no longer meets these requirements, the label can be removed 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. |
/area gwctl |
I'd like to work on implementing |
Hello, I would like to work on implementing |
Hey, I would like to work on |
@gauravkghildiyal For |
@gauravkghildiyal I can take on this task, at least partially. I was working on it before, but as mentioned here, it had conflicts with your previous PR. I can add those changes now that the PR is merged. Opened a draft PR: #2825 but this does not address the issue mentioned here. Should I add that in the same PR or move to a different one? Because the current PR is already big. |
@pottekkat -- Thanks, yes I remember our discussion. Yep please limit the scope of your current PR to what you originally intended. The other cleanups/improvements we can tackle separately. |
Hey, I would like to work on the |
@gauravkghildiyal I would like to take up |
Hi @hgupta12, Thank you for your comment. I've already been assigned this issue in #2761 (comment), so if you don't mind, could you please choose another one? |
I'd like to work on |
Hey, I would like to work on |
I would like to work on |
@gauravkghildiyal I would like to work on |
Most of the tasks here have been completed. Some of these should also reach a conclusion with #3244. I'll close this out and open upcoming items separately. |
/close |
@gauravkghildiyal: Closing this issue. 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-sigs/prow repository. |
Creating a parent issue to track the development of the initial set of features for
gwctl
.Getting Started
To gain a deeper understanding of gwctl's purpose and the concepts involved, please take some time to review the relevant sections of https://gateway-api.sigs.k8s.io/geps/gep-2722/
For insights into the structure and high-level organization of gwctl's code, refer to this guide.
Call for contributors
If you are interesting in helping out, please comment below indicating which area you'd like to work on (and get started working on it). I'll follow up by creating a GitHub issue and assigning the task to you. I'll make an effort to help clarify or provide more details as and when you require. THANK YOU for contributing!
Tasks
Implement basic
get
command supportTasks
gwctl get namespace
#2854gwctl get gateways
#2778gwctl get gatewayclass
#2846gwctl get backends
#2866gwctl get httproutes
#2804gwctl get policies
#2807gwctl get policycrds
#2810Implement basic
describe
command supportTasks
gwctl describe policycrds
#2870gwctl describe namespaces
#2795Enhance
describe
command outputTasks
gwctl describe gatewayclass
#2796gwctl describe gateways
#2994gwctl describe httproutes
#3037Add label-based filtering
Tasks
get namespaces
#2913Support custom output formats in get commands
Tasks
-o wide
) #2889Testing and Release
Tasks
Miscellaneous
Tasks
/assign @gauravkghildiyal
The text was updated successfully, but these errors were encountered: