blob: 44de2a7da41a565db7739a8578fa456dda34ebb8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
digraph "g" {
"ClusterIP2_monitor_0 fc16-builder" -> "ClusterIP2_start_0 fc16-builder" [ style = bold]
"ClusterIP2_monitor_0 fc16-builder" [ style=bold color="green" fontcolor="black"]
"ClusterIP2_monitor_30000 fc16-builder" [ style=bold color="green" fontcolor="black"]
"ClusterIP2_start_0 fc16-builder" -> "ClusterIP2_monitor_30000 fc16-builder" [ style = bold]
"ClusterIP2_start_0 fc16-builder" [ style=bold color="green" fontcolor="black"]
"ClusterIP_monitor_0 fc16-builder" -> "ClusterIP_start_0 fc16-builder" [ style = bold]
"ClusterIP_monitor_0 fc16-builder" [ style=bold color="green" fontcolor="black"]
"ClusterIP_monitor_30000 fc16-builder" [ style=bold color="green" fontcolor="black"]
"ClusterIP_start_0 fc16-builder" -> "ClusterIP2_start_0 fc16-builder" [ style = bold]
"ClusterIP_start_0 fc16-builder" -> "ClusterIP_monitor_30000 fc16-builder" [ style = bold]
"ClusterIP_start_0 fc16-builder" [ style=bold color="green" fontcolor="black"]
}
|