Skip to content

Commit 2be5509

Browse files
authored
Merge pull request kubernetes#3880 from ardaguclu/more-rename-kep-3638
More rename KEP-3638
2 parents 2e73f9c + 1cc1423 commit 2be5509

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

keps/sig-cli/2379-kubectl-plugins/kep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ creation-date: 2018-07-24
1818
last-updated: 2019-02-26
1919
status: implemented
2020
see-also:
21-
- "https://github.com/kubernetes/enhancements/tree/master/keps/sig-cli/3638-built-in-command-shadowing"
21+
- "https://github.com/kubernetes/enhancements/tree/master/keps/sig-cli/3638-kubectl-plugin-subcommands"
2222
replaces:
2323
- "https://github.com/kubernetes/community/blob/master/contributors/design-proposals/cli/kubectl-extension.md"
2424
- "https://github.com/kubernetes/community/pull/481"

keps/sig-cli/3638-built-in-command-shadowing/README.md renamed to keps/sig-cli/3638-kubectl-plugin-subcommands/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ in back-to-back releases.
274274

275275
- Gather feedback from developers and surveys
276276
- Add integration tests
277-
- Enable shadowing for all commands
277+
- Enable shadowing for all non-existent subcommands
278278

279279
#### GA
280280

keps/sig-cli/3638-built-in-command-shadowing/kep.yaml renamed to keps/sig-cli/3638-kubectl-plugin-subcommands/kep.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
title: Add built-in command shadowing support by plugins
1+
title: Improve kubectl plugin resolution for non-shadowing subcommands
22
kep-number: 3638
33
authors:
44
- "@ardaguclu"

0 commit comments

Comments
 (0)