Merge pull request #51990 from Arhell/ja-doc

[ja] update URI to KubeOps
pull/51992/head
Kubernetes Prow Robot 2025-08-21 16:57:06 -07:00 committed by GitHub
commit 686572aaeb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ kubectl edit SampleDB/example-database # 手動でいくつかの設定を変更
* [Kopf](https://github.com/nolar/kopf) (Kubernetes Operator Pythonic Framework)
* [kube-rs](https://kube.rs/) (Rust)
* [kubebuilder](https://book.kubebuilder.io/)を使います
* [KubeOps](https://buehler.github.io/dotnet-operator-sdk/) (dotnet operator SDK)
* [KubeOps](https://dotnet.github.io/dotnet-operator-sdk/) (dotnet operator SDK)
* [Mast](https://docs.ansi.services/mast/user_guide/operator/)
* [Metacontroller](https://metacontroller.github.io/metacontroller/intro.html)を自分で実装したWebHooksと一緒に使います
* [Operator Framework](https://operatorframework.io)を使います