digraph G { compound="true" rankdir="TB" bgcolor="white" fontname="Tahoma" node [ fixedsize="false" fontname="Tahoma" color="white" fillcolor="grey" fontcolor="black" shape="box" style="filled" penwidth="1.0" ] edge [ fontname="Arial" color="#00688b" fontcolor="black" fontsize="12" arrowsize="0.5" penwidth="1.0" ] "camel-k-cron" [fillcolor="deepskyblue2"]; "itests" [fillcolor="deepskyblue2"]; "distribution" [fillcolor="deepskyblue2"]; "ROOT" [fillcolor="deepskyblue2"]; "camel-k-runtime" [fillcolor="deepskyblue2"]; "support" [fillcolor="deepskyblue2"]; "camel-k-knative" [fillcolor="deepskyblue2"]; "camel-k-master" [fillcolor="deepskyblue2"]; "camel-k-core" [fillcolor="deepskyblue2"]; "camel-k-resume-kafka" [fillcolor="deepskyblue2"]; "itests" -> "support" [label=" 8 ", penwidth="8", color="#00688bDB"]; "camel-k-runtime" -> "camel-k-core" [label=" 4 ", penwidth="4", color="#00688b93"]; "itests" -> "camel-k-core" [label=" 3 ", penwidth="3", color="#00688b82"]; "camel-k-cron" -> "support" [label=" 1 ", penwidth="1", color="#00688b5E"]; "camel-k-cron" -> "camel-k-core" [label=" 1 ", penwidth="1", color="#00688b5E"]; "itests" -> "camel-k-cron" [label=" 1 ", penwidth="1", color="#00688b5E"]; "itests" -> "camel-k-runtime" [label=" 1 ", penwidth="1", color="#00688b5E"]; "itests" -> "camel-k-knative" [label=" 1 ", penwidth="1", color="#00688b5E"]; "support" -> "camel-k-core" [label=" 1 ", penwidth="1", color="#00688b5E"]; "camel-k-knative" -> "support" [label=" 1 ", penwidth="1", color="#00688b5E"]; "camel-k-knative" -> "camel-k-core" [label=" 1 ", penwidth="1", color="#00688b5E"]; "camel-k-master" -> "support" [label=" 1 ", penwidth="1", color="#00688b5E"]; "camel-k-master" -> "camel-k-core" [label=" 1 ", penwidth="1", color="#00688b5E"]; "camel-k-resume-kafka" -> "support" [label=" 1 ", penwidth="1", color="#00688b5E"]; "camel-k-resume-kafka" -> "camel-k-core" [label=" 1 ", penwidth="1", color="#00688b5E"]; }