Skip to content

Commit

Permalink
mermaid diagram for kube
Browse files Browse the repository at this point in the history
Signed-off-by: clux <[email protected]>
  • Loading branch information
clux committed Oct 9, 2023
1 parent 051e3b4 commit 40fe5bd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/crates/kube.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@

This crate has the most extensive documentation on [docs.rs/kube](https://docs.rs/kube/latest/kube/).

```mermaid
graph TD
kube-client --> kube-core
kube-derive --> kube-core
kube-runtime --> kube-client
kube --> kube-client
kube --> kube-core
kube --> kube-runtime
kube --> kube-derive
```

## Re-exports

- `kube` re-exports [[kube-runtime]] under `kube::runtime`
Expand Down

0 comments on commit 40fe5bd

Please sign in to comment.