feat(operator-sdk): add plugin for operator-sdk (#10423)

This commit is contained in:
jxlwqq 2021-12-18 08:04:31 +08:00 committed by GitHub
commit 1e263e245d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 0 deletions

View file

@ -0,0 +1,4 @@
if [ $commands[operator-sdk] ]; then
source <(operator-sdk completion zsh)
compdef _operator-sdk operator-sdk
fi