Skip to content

Commit 2ca5975

Browse files
committed
feat(kyverno): add 3rd party fallback completion loader
https://kyverno.io/docs/kyverno-cli/reference/kyverno_completion_bash/
1 parent b780527 commit 2ca5975

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
@@ -208,6 +208,7 @@
208208
/_kubeshark
209209
/_kubespy
210210
/_kustomize
211+
/_kyverno
211212
/l2ping
212213
/lbzip2
213214
/ldapadd

completions/Makefile.am

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -768,6 +768,7 @@ CLEANFILES = \
768768
_kubeshark \
769769
_kubespy \
770770
_kustomize \
771+
_kyverno \
771772
l2ping \
772773
lbzip2 \
773774
ldapadd \
@@ -1178,6 +1179,7 @@ symlinks: $(DATA)
11781179
_kubeshark \
11791180
_kubespy \
11801181
_kustomize \
1182+
_kyverno \
11811183
_lefthook \
11821184
_linkerd \
11831185
_mattermost \

0 commit comments

Comments
 (0)