@@ -110,6 +110,10 @@ The following is an incomplete list of such libraries:
110110 [ here] [ warp-service ] for details on using [ ` warp ` ] with Tower.
111111* [ ` tower-lsp ` ] and its fork, [ ` lspower ` ] : implementations of the [ Language
112112 Server Protocol] [ lsp ] based on Tower.
113+ * [ ` kube ` ] : Kubernetes client and futures controller runtime. [ ` kube::Client ` ]
114+ makes use of the Tower ecosystem: [ ` tower ` ] , [ ` tower-http ` ] , and
115+ [ ` tower-test ` ] . See [ here] [ kube-example-minimal ] and
116+ [ here] [ kube-example-trace ] for examples of using [ ` kube ` ] with Tower.
113117
114118[ `hyper` ] : https://crates.io/crates/hyper
115119[ `tonic` ] : https://crates.io/crates/tonic
@@ -120,6 +124,11 @@ The following is an incomplete list of such libraries:
120124[ `tower-lsp` ] : https://crates.io/crates/tower-lsp
121125[ `lspower` ] : https://crates.io/crates/lspower
122126[ lsp ] : https://microsoft.github.io/language-server-protocol/
127+ [ `kube` ] : https://crates.io/crates/kube
128+ [ `kube::Client` ] : https://docs.rs/kube/latest/kube/struct.Client.html
129+ [ kube-example-minimal ] : https://github.com/clux/kube-rs/blob/master/examples/custom_client.rs
130+ [ kube-example-trace ] : https://github.com/clux/kube-rs/blob/master/examples/custom_client_trace.rs
131+ [ `tower-http` ] : https://crates.io/crates/tower-http
123132
124133If you're the maintainer of a crate that supports Tower, we'd love to add
125134your crate to this list! Please [ open a PR] adding a brief description of
0 commit comments