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 9bb60a3 commit 05ec5d8Copy full SHA for 05ec5d8
completions/.gitignore
@@ -196,6 +196,7 @@
196
/_k3d
197
/_k3s
198
/_k3sup
199
+/_k6
200
/_kafkactl
201
/_kapp
202
/_kata-runtime
completions/Makefile.am
@@ -764,6 +764,7 @@ CLEANFILES = \
764
_k3d \
765
_k3s \
766
_k3sup \
767
+ _k6 \
768
_kafkactl \
769
_kapp \
770
_kata-runtime \
@@ -1200,6 +1201,7 @@ symlinks: $(DATA)
1200
1201
1202
1203
1204
1205
1206
1207
_kconf \
0 commit comments