Yashvardhan Kukreja

Results 18 issues of Yashvardhan Kukreja

**What type of PR is this?** /kind feature (+bug too because despite [intending to](https://github.com/kubernetes-sigs/gateway-api/blob/main/gwctl/cmd/get.go#L170-L172) gwctl [couldn't do this](https://github.com/kubernetes-sigs/gateway-api/blob/main/gwctl/cmd/get.go#L41)) **What this PR does / why we need it**: Introduces the ability...

kind/feature
needs-ok-to-test
release-note
size/M
needs-rebase
cncf-cla: yes
area/gwctl

**What would you like to be added**: The ability to get a specific resource with gwctl like ```sh gwctl get ``` or ```sh gwctl get / ``` **Why this is...

kind/feature

**What type of PR is this?** /kind bug **What this PR does / why we need it**: This PR introduces a bunch of nil-dereference checks to the functions calculating effective...

kind/bug
needs-ok-to-test
release-note
size/M
cncf-cla: yes
area/gwctl

**What happened**: Executing `gwctl describe httproutes/gatewayclass/gateways` (i.e. without any additional arguments), it gracelessly panics when zero items are present in the cluster associated with the resource_type. **What you expected to...

kind/bug

This issue is derived from https://github.com/aquasecurity/trivy/issues/330 Trivy's issue was to display progress while fetching layers but the core logic of fetching and scanning each layer of the provided image is...

good first issue

fixes #3466 ```sh ~/Projects/GoProjects/kind issue-3466/no-args-fix 05:26:35 ❯ ./bin/kind clusters get > /dev/null && echo good || echo bad ERROR: unknown command "clusters" for "kind" bad ~/Projects/GoProjects/kind issue-3466/no-args-fix 05:27:00 ❯ ./bin/kind...

cncf-cla: yes
lgtm
size/XS
needs-ok-to-test

**Is your feature request related to a problem? Please describe.** currently, the code does not have unit tests. In the long run, that can be problematic for contributors. **Describe the...

tech-debt

**Is your feature request related to a problem? Please describe.** Currently, whatsupstream does not have the capability for automatically starting on system bootup. **Describe the solution you'd like** A functionality/flag...

enhancement
good first issue