Skip to content

Commit 1d6650c

Browse files
committed
feat(kubebuilder): add 3rd party fallback completion loader
https://book.kubebuilder.io/reference/completion.html
1 parent 37d645d commit 1d6650c

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
@@ -196,6 +196,7 @@
196196
/_kubeadm
197197
/_kube-capacity
198198
/_kube-linter
199+
/_kubebuilder
199200
/_kubectl
200201
/_kubescape
201202
/l2ping

completions/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -756,6 +756,7 @@ CLEANFILES = \
756756
_kube-capacity \
757757
_kube-linter \
758758
_kubeadm \
759+
_kubebuilder \
759760
_kubectl \
760761
_kubescape \
761762
l2ping \
@@ -1156,6 +1157,7 @@ symlinks: $(DATA)
11561157
_kubeadm \
11571158
_kube-capacity \
11581159
_kube-linter \
1160+
_kubebuilder \
11591161
_kubectl \
11601162
_kubescape \
11611163
_lefthook \

0 commit comments

Comments
 (0)