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 0d92c72 commit 41d7eb1Copy full SHA for 41d7eb1
content/ja/docs/concepts/extend-kubernetes/operator.md
@@ -95,6 +95,7 @@ kubectl edit SampleDB/example-database # 手動でいくつかの設定を変更
95
* [KUDO](https://kudo.dev/)(Kubernetes Universal Declarative Operator)を使います
96
* [kubebuilder](https://book.kubebuilder.io/)を使います
97
* [KubeOps](https://buehler.github.io/dotnet-operator-sdk/) (dotnet operator SDK)
98
+ * [Mast](https://docs.ansi.services/mast/user_guide/operator/)
99
* [Metacontroller](https://metacontroller.github.io/metacontroller/intro.html)を自分で実装したWebHooksと一緒に使います
100
* [Operator Framework](https://operatorframework.io)を使います
101
* [shell-operator](https://github.com/flant/shell-operator)
0 commit comments