II.
PlatformService JSON
Structured · liveplatform-service:kradle-ci
Kradle CI json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "platform-service:kradle-ci",
"_kind": "PlatformService",
"_file": "domain/products/kradle.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Kradle CI",
"platformId": "platform:kradle",
"description": "CI/CD pipeline engine: Pipeline and Job scheduling with runner pools,\nartifact collection, and pipeline-as-code definitions. Agent dispatch\nruns appear as CI Jobs in the same pipeline queue.\n"
},
"outgoingEdges": [
{
"from": "platform-service:kradle-ci",
"to": "platform:kradle",
"kind": "part_of"
}
],
"incomingEdges": [
{
"from": "kubernetes-crd-kind:kradle-runner-pool",
"to": "platform-service:kradle-ci",
"kind": "belongs_to_resource_family",
"attributes": {
"family": "aggregated"
}
},
{
"from": "kubernetes-crd-kind:kradle-pipeline",
"to": "platform-service:kradle-ci",
"kind": "belongs_to_resource_family",
"attributes": {
"family": "aggregated"
}
},
{
"from": "kubernetes-crd-kind:kradle-job",
"to": "platform-service:kradle-ci",
"kind": "belongs_to_resource_family",
"attributes": {
"family": "aggregated"
}
},
{
"from": "kubernetes-crd-kind:kradle-kradle-artifact",
"to": "platform-service:kradle-ci",
"kind": "belongs_to_resource_family",
"attributes": {
"family": "aggregated"
}
}
]
}