mirror of
https://github.com/philippemerle/KubeDiagrams.git
synced 2026-08-22 14:36:24 +00:00
Correct the table of edges
This commit is contained in:
@@ -273,8 +273,8 @@ New mappings can be easily defined in custom configuration files (see [examples/
|
||||
With **KubeDiagrams**, each relationship between Kubernetes resources is represented by a visual edge between visual nodes.
|
||||
Following table lists the predefined edges as defined in the [bin/kube-diagrams.yml](https://github.com/philippemerle/KubeDiagrams/blob/main/bin/kube-diagrams.yaml#L3) file (see the `edges` list).
|
||||
|
||||
| Edge Kind | Edge Style | Edge Color | Meaning |
|
||||
| :--------: | :--------: | :-------: |
|
||||
| Edge Kind | Edge Style | Edge Color | Meaning |
|
||||
| :--------: | :--------: | :-------: | :-------: |
|
||||
| `REFERENCE` | `solid` | `black` | Used when a resource refers to another resource directly |
|
||||
| `SELECTOR` | `dashed` | `black` | Used when a resource refers to other resources via a selector |
|
||||
| `OWNER` | `dotted` | `black` | Used when a resource owns another resource |
|
||||
|
||||
Reference in New Issue
Block a user