Correct the table of edges

This commit is contained in:
Philippe Merle
2025-04-22 06:52:47 +02:00
parent b3d4a871c5
commit 237104596b
+2 -2
View File
@@ -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 |