Brian Pursley
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
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...
### 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...
### 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)...
- One-line PR description: Add new KEP for Kubectl Translation Improvement - Issue link: https://github.com/kubernetes/enhancements/issues/3655 - Other comments:
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...
**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....
**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...