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.
2 parents 5d20158 + e94fb43 commit e85007dCopy full SHA for e85007d
content/ja/docs/concepts/extend-kubernetes/operator.md
@@ -89,6 +89,7 @@ kubectl edit SampleDB/example-database # 手動でいくつかの設定を変更
89
* ユースケースに合わせた、既製のオペレーターを[OperatorHub.io](https://operatorhub.io/)から見つけます
90
* 自前のオペレーターを書くために既存のツールを使います、例:
91
* [Charmed Operator Framework](https://juju.is/)
92
+ * [Java Operator SDK](https://github.com/java-operator-sdk/java-operator-sdk)
93
* [Kopf](https://github.com/nolar/kopf) (Kubernetes Operator Pythonic Framework)
94
* [KUDO](https://kudo.dev/)(Kubernetes Universal Declarative Operator)を使います
95
* [kubebuilder](https://book.kubebuilder.io/)を使います
0 commit comments