blob: af885038455134e4ba804ae5802f5a902514ae24 (
plain)
1
2
3
4
5
|
digraph "g" {
"ClusterIP_start_0 <none>" [ style=dashed color="red" fontcolor="black"]
"ClusterIP_stop_0 fc16-builder" -> "ClusterIP_start_0 <none>" [ style = dashed]
"ClusterIP_stop_0 fc16-builder" [ style=bold color="green" fontcolor="black"]
}
|