II.
PlatformService JSON
Structured · liveplatform-service:krate-ci
Krate CI json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "platform-service:krate-ci",
"_kind": "PlatformService",
"_file": "domain/products/krate.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "Krate CI",
"platformId": "platform:krate",
"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:krate-ci",
"to": "platform:krate",
"kind": "part_of"
}
],
"incomingEdges": [
{
"from": "kubernetes-crd-kind:krate-runner-pool",
"to": "platform-service:krate-ci",
"kind": "belongs_to_resource_family",
"attributes": {
"family": "aggregated"
}
},
{
"from": "kubernetes-crd-kind:krate-pipeline",
"to": "platform-service:krate-ci",
"kind": "belongs_to_resource_family",
"attributes": {
"family": "aggregated"
}
},
{
"from": "kubernetes-crd-kind:krate-job",
"to": "platform-service:krate-ci",
"kind": "belongs_to_resource_family",
"attributes": {
"family": "aggregated"
}
},
{
"from": "kubernetes-crd-kind:krate-krate-artifact",
"to": "platform-service:krate-ci",
"kind": "belongs_to_resource_family",
"attributes": {
"family": "aggregated"
}
}
]
}