Skip to content

Commit

Permalink
feat(crane,gcrane,krane): add 3rd party fallback completion loaders
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Dec 19, 2024
1 parent 42d9241 commit 24918db
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions completions/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
/_container-structure-test
/_cosign
/cowthink
/_crane
/_crc
/createdb
/createuser
Expand Down Expand Up @@ -116,6 +117,7 @@
/gccgo
/gccgo-[5678]
/gcj
/_gcrane
/geoiplookup6
/gfortran
/gfortran-[5678]
Expand Down Expand Up @@ -164,6 +166,7 @@
/_kn
/_kool
/kplayer
/_krane
/_kratos
/_kubeadm
/_kubectl
Expand Down
6 changes: 6 additions & 0 deletions completions/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -622,6 +622,7 @@ CLEANFILES = \
_container-structure-test \
_cosign \
cowthink \
_crane \
_crc \
createdb \
createuser \
Expand Down Expand Up @@ -673,6 +674,7 @@ CLEANFILES = \
gccgo-7 \
gccgo-8 \
gcj \
_gcrane \
geoiplookup6 \
gfortran \
gfortran-5 \
Expand Down Expand Up @@ -724,6 +726,7 @@ CLEANFILES = \
_kn \
_kool \
kplayer \
_krane \
_kratos \
_kubeadm \
_kubectl \
Expand Down Expand Up @@ -1076,11 +1079,13 @@ symlinks: $(DATA)
_constellation \
_container-structure-test \
_cosign \
_crane \
_crc \
_datree \
_dlv \
_docker \
_gardenctl \
_gcrane \
_gh-label \
_git-bump \
_go-licenses \
Expand All @@ -1095,6 +1100,7 @@ symlinks: $(DATA)
_k3s \
_kn \
_kool \
_krane \
_kratos \
_kubeadm \
_kubectl \
Expand Down

0 comments on commit 24918db

Please sign in to comment.