Update operator.md

fix sync doc about operator
Signed-off-by: LI XIN <xin.li@daocloud.io>
This commit is contained in:
my-git9 2022-03-07 20:43:08 +08:00 committed by GitHub
parent 3668b41e34
commit f5daca3618
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -212,6 +212,7 @@ Operator.
{{% thirdparty-content %}}
* [Charmed Operator Framework](https://juju.is/)
* [Kopf](https://github.com/nolar/kopf) (Kubernetes Operator Pythonic Framework)
* [kubebuilder](https://book.kubebuilder.io/)
* [KubeOps](https://buehler.github.io/dotnet-operator-sdk/) (dotnet operator SDK)
* [KUDO](https://kudo.dev/) (Kubernetes Universal Declarative Operator)
@ -225,6 +226,7 @@ you implement yourself
{{% thirdparty-content %}}
* [Charmed Operator Framework](https://juju.is/)
* [Kopf](https://github.com/nolar/kopf) (Kubernetes Operator Pythonic Framework)
* [kubebuilder](https://book.kubebuilder.io/)
* [KubeOps](https://buehler.github.io/dotnet-operator-sdk/) (dotnet operator SDK)
* [KUDO](https://kudo.dev/) (Kubernetes 通用声明式 Operator)