We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37d645d commit 1d6650cCopy full SHA for 1d6650c
completions/.gitignore
@@ -196,6 +196,7 @@
196
/_kubeadm
197
/_kube-capacity
198
/_kube-linter
199
+/_kubebuilder
200
/_kubectl
201
/_kubescape
202
/l2ping
completions/Makefile.am
@@ -756,6 +756,7 @@ CLEANFILES = \
756
_kube-capacity \
757
_kube-linter \
758
_kubeadm \
759
+ _kubebuilder \
760
_kubectl \
761
_kubescape \
762
l2ping \
@@ -1156,6 +1157,7 @@ symlinks: $(DATA)
1156
1157
1158
1159
1160
1161
1162
1163
_lefthook \
0 commit comments