From 935fb9e486d2b7cf432277954d766f9db581cfda Mon Sep 17 00:00:00 2001 From: Brian Pursley Date: Mon, 30 Jan 2023 20:12:28 -0500 Subject: [PATCH] Update Rust client library from clux/kube-rs to kube-rs/kube The Rust client library's URL redirects to a new location. This change updates the URL to match where it redirects. Old URL: https://github.com/clux/kube-rs New URL: https://github.com/kube-rs/kube --- content/en/docs/reference/using-api/client-libraries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/reference/using-api/client-libraries.md b/content/en/docs/reference/using-api/client-libraries.md index a07e2fdbf00..8df466ebbd3 100644 --- a/content/en/docs/reference/using-api/client-libraries.md +++ b/content/en/docs/reference/using-api/client-libraries.md @@ -77,7 +77,7 @@ their authors, not the Kubernetes team. | Ruby | [github.com/abonas/kubeclient](https://github.com/abonas/kubeclient) | | Ruby | [github.com/k8s-ruby/k8s-ruby](https://github.com/k8s-ruby/k8s-ruby) | | Ruby | [github.com/kontena/k8s-client](https://github.com/kontena/k8s-client) | -| Rust | [github.com/clux/kube-rs](https://github.com/clux/kube-rs) | +| Rust | [github.com/kube-rs/kube](https://github.com/kube-rs/kube) | | Rust | [github.com/ynqa/kubernetes-rust](https://github.com/ynqa/kubernetes-rust) | | Scala | [github.com/hagay3/skuber](https://github.com/hagay3/skuber) | | Scala | [github.com/hnaderi/scala-k8s](https://github.com/hnaderi/scala-k8s) |