update folderstructure to match xdg-ninja
This commit is contained in:
parent
ec2e91d063
commit
50ecdf4696
1040 changed files with 1898 additions and 2830 deletions
|
@ -0,0 +1,11 @@
|
|||
# Operator SDK
|
||||
|
||||
[Operator SDK](https://sdk.operatorframework.io/) is a component of the Operator Framework, an open source toolkit to manage Kubernetes native applications, called Operators, in an effective, automated, and scalable way.
|
||||
|
||||
To use it, add `operator-sdk` to the plugins array of your zshrc file:
|
||||
|
||||
```sh
|
||||
plugins=(... operator-sdk)
|
||||
```
|
||||
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
if [ $commands[operator-sdk] ]; then
|
||||
source <(operator-sdk completion zsh)
|
||||
compdef _operator-sdk operator-sdk
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue