@skydive-project/skydive-ui
Version:
Skydive WebUI v2
15 lines • 848 B
Plain Text
{
"Broker": {"filename": "data/example_submariner/brokers.csv",
"show": True},
"Cluster": {"filename": "data/example_submariner/clusters.csv",
"show": True,
"edges": [{"from": ["Broker"], "to": {"Broker": ["Name"]}, "RelationType": "ownership"}]},
"Node": {"filename": "data/example_submariner/nodes.csv",
"show": True,
"edges": [{"from": ["Cluster"], "to": {"Cluster": ["Name"]}, "RelationType": "ownership"}]},
"Pod": {"filename": "data/example_submariner/pods.csv",
"show": True,
"edges": [{"from": ["Node"], "to": {"Node": ["Name"]}, "RelationType": "ownership"},
{"from": ["ipsec"], "to": {"Pod": ["ipsec"]}, "RelationType": "ipsec"},
{"from": ["vxlan"], "to": {"Pod": ["vxlan"]}, "RelationType": "vxlan"},]}
}