Files
dev-intel-v2/test/ground-truth/yaml-deployment.json

84 lines
1.6 KiB
JSON
Raw Normal View History

{
"file": "/tmp/test_deployment.yaml",
"language": "yaml",
"entities": [
{
"id": "test_deployment.yaml",
"type": "Config",
"name": "test_deployment.yaml",
"kind": "yaml-config",
"visibility": "public",
"line_range": [
1,
12
]
},
{
"id": "test_deployment.yaml:apiVersion",
"type": "Config",
"name": "apiVersion",
"kind": "yaml-key",
"visibility": "public",
"line_range": [
1,
1
]
},
{
"id": "test_deployment.yaml:kind",
"type": "Config",
"name": "kind",
"kind": "yaml-key",
"visibility": "public",
"line_range": [
1,
1
]
},
{
"id": "test_deployment.yaml:metadata",
"type": "Config",
"name": "metadata",
"kind": "yaml-key",
"visibility": "public",
"line_range": [
1,
1
]
},
{
"id": "test_deployment.yaml:spec",
"type": "Config",
"name": "spec",
"kind": "yaml-key",
"visibility": "public",
"line_range": [
1,
1
]
}
],
"relationships": [
{
"type": "CONTAINS",
"source": "test_deployment.yaml",
"target": "test_deployment.yaml:apiVersion"
},
{
"type": "CONTAINS",
"source": "test_deployment.yaml",
"target": "test_deployment.yaml:kind"
},
{
"type": "CONTAINS",
"source": "test_deployment.yaml",
"target": "test_deployment.yaml:metadata"
},
{
"type": "CONTAINS",
"source": "test_deployment.yaml",
"target": "test_deployment.yaml:spec"
}
]
}