Arda Güçlü
Arda Güçlü
#### What type of PR is this? /kind bug #### What this PR does / why we need it: Currently `kubectl apply` determines correct patch type for given GVKs by...
### What would you like to be added? According to the `kubectl debug` debugging-profiles [enhancement proposal](https://github.com/kubernetes/enhancements/tree/master/keps/sig-cli/1441-kubectl-debug#debugging-profiles), there are/will be pre-determined and static profiles which user can choose via `profile` flag....
### What would you like to be added? Currently, in order to use `kubectl debug`, user has to pass resource name which should already exist and that might prevent users,...
#### What type of PR is this? /kind feature #### What this PR does / why we need it: This PR adds new e2e tests for `kubectl events` command into...
- One-line PR description: Enable shadowing built-in commands by external plugins. This KEP proposes an extension to https://github.com/kubernetes/enhancements/tree/master/keps/sig-cli/2379-kubectl-plugins - Issue link: https://github.com/kubernetes/enhancements/issues/3638 - Other comments: Draft implementation of the proposal...
### Enhancement Description - One-line enhancement description (can be used as a release note): Enabling kubectl built-in command shadowing by external plugins - Kubernetes Enhancement Proposal: https://github.com/kubernetes/enhancements/pull/3639 - Discussion Link:...
#### What type of PR is this? /kind feature #### What this PR does / why we need it: This PR introduces new `--wait-for-creation` flag to also wait for the...
### Enhancement Description - One-line enhancement description (can be used as a release note): Add custom profiling support in `kubectl debug` - Kubernetes Enhancement Proposal: [KEP 4292](https://github.com/kubernetes/enhancements/blob/master/keps/sig-cli/4292-kubectl-debug-custom-profile/README.md) - Discussion Link:...
**Which issue(s) this PR fixes**: Fixes #7767
**What happened**: apply the example CRD and running `kubectl explain` fails with; CRD ```yaml apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: name: mock-resources.test.tectonic.com spec: group: test.tectonic.com scope: Namespaced names: plural: mock-resources singular:...