II.
Term JSON
Structured · liveterm:deployment-target
DeploymentTarget json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "term:deployment-target",
"_kind": "Term",
"_file": "terminology/terms/deployment-target.yaml",
"_cluster": "terminology",
"attributes": {
"canonicalDefinitionId": "definition:deployment-target.canonical",
"displayName": "DeploymentTarget",
"kind": "primitive",
"references": [
"NodeKind:DeploymentTarget"
],
"description": "A named Kubernetes-cluster (or local minikube) target that the\n"
},
"outgoingEdges": [
{
"from": "term:deployment-target",
"to": "domain:devops",
"kind": "applies_to",
"attributes": {}
},
{
"from": "term:deployment-target",
"to": "domain:cloud-infra",
"kind": "applies_to",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "definition:deployment-target.canonical",
"to": "term:deployment-target",
"kind": "defines"
}
]
}