Skip to content

Commit bf54a1f

Browse files
committed
feat(kind): add 3rd party fallback completion loader
https://github.com/kubernetes-sigs/kind
1 parent 8ec77d0 commit bf54a1f

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

completions/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@
202202
/_kapp
203203
/_kata-runtime
204204
/_kconf
205+
/_kind
205206
/_kn
206207
/_ko
207208
/_kool

completions/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -770,6 +770,7 @@ CLEANFILES = \
770770
_kapp \
771771
_kata-runtime \
772772
_kconf \
773+
_kind \
773774
_kn \
774775
_ko \
775776
_kool \
@@ -1209,6 +1210,7 @@ symlinks: $(DATA)
12091210
_kafkactl \
12101211
_kapp \
12111212
_kconf \
1213+
_kind \
12121214
_kn \
12131215
_ko \
12141216
_kool \

0 commit comments

Comments
 (0)