Brian Pursley

Results 10 issues of Brian Pursley

**Description** Sometimes, depending on the schema, enums are not generated correctly, or are not generated at all. **Steps to reproduce the issue:** Schema: ``` ``` Command: ``` xgen -l TypeScript...

**Which issue(s) this PR fixes**: n/a

lgtm
cncf-cla: yes
sig/contributor-experience
size/XS

When the command searches args to find the arg matching a particular subcommand name, it needs to ignore flag values, as it is possible that the value for a flag...

size/L

### Group Requesting SIG-CLI ### Title of Survey Kubectl Localization Survey ### Goal of Survey Kubectl's language translations are incomplete, with some languages have less than 10% of the output...

sig/contributor-experience
area/contributor-comms

### Enhancement Description - One-line enhancement description (can be used as a release note): Kubectl Translation Improvements - Kubernetes Enhancement Proposal: https://github.com/kubernetes/enhancements/pull/3656 - Discussion Link: [SIG-CLI Nov 2022 Bi-Weekly Meeting](https://docs.google.com/document/d/1r0YElcXt6G5mOWxwZiXgGu_X6he3F--wKwg-9UBc29I)...

sig/cli

- One-line PR description: Add new KEP for Kubectl Translation Improvement - Issue link: https://github.com/kubernetes/enhancements/issues/3655 - Other comments:

cncf-cla: yes
sig/cli
size/XXL
kind/kep

The [user guide](https://github.com/spf13/cobra/blob/main/user_guide.md#version-flag) says that the automatic `--version` flag is a top-level flag on the root command: > Cobra adds a top-level '--version' flag if the Version field is set...

kind/bug
area/flags-args
kind/cleanup

**What happened**: When using `kubectl get` with the `--sort-by` flag, kubectl said "No resources found" when I tried to sort by a label that did not exist on any pod....

kind/bug
triage/accepted

**Describe the bug** I was looking at something else and noticed some of the generated methods lack a `ConfigureAwait(false)` and do not dispose _result like the other methods do. Here...

**What happened**: `kubectl create --help` Notice excessive spacing before some sentences. ``` --validate='strict': Must be one of: strict (or true), warn, ignore (or false). "true" or "strict" will use a...

help wanted
kind/bug
priority/backlog
good first issue
triage/accepted