File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -32,13 +32,19 @@ See the [examples directory](./examples) for how to use any of these crates.
32
32
- ** [ kube API Docs] ( https://docs.rs/kube/ ) **
33
33
- ** [ kube-runtime API Docs] ( https://docs.rs/kube-runtime/ ) **
34
34
35
- Some real world examples:
35
+ Official examples:
36
36
37
37
- [ version-rs] ( https://github.com/clux/version-rs ) : super lightweight reflector deployment with actix 2 and prometheus metrics
38
38
39
39
- [ controller-rs] ( https://github.com/clux/controller-rs ) : ` Controller ` owned by a ` Manager ` inside actix
40
40
41
+ Real world users:
42
+
41
43
- [ krustlet] ( https://github.com/deislabs/krustlet ) : a complete ` WASM ` running ` kubelet `
44
+ - [ stackabletech operators] ( https://github.com/stackabletech ) - ([ kafka] ( https://github.com/stackabletech/kafka-operator ) , [ zookeeper] ( https://github.com/stackabletech/zookeeper-operator ) , and more)
45
+ - [ kdash tui] ( https://github.com/kdash-rs/kdash ) - terminal dashboard for kubernetes
46
+ - [ logdna agent] ( https://github.com/logdna/logdna-agent-v2 )
47
+ - [ kubeapps pinniped] ( https://github.com/kubeapps/kubeapps/tree/master/cmd/pinniped-proxy )
42
48
43
49
## Api
44
50
The direct ` Api ` type takes a client, and is constructed with either the ` ::global ` or ` ::namespaced ` functions:
You can’t perform that action at this time.
0 commit comments