Files
grafana/pkg/tests/apis/scopes/testdata/scopeNodesExample/scopeNodes.json
2024-05-14 11:01:21 -04:00

179 lines
4.6 KiB
JSON

{
"kind": "List",
"items": [
{
"apiVersion": "scope.grafana.app/v0alpha1",
"kind": "ScopeNode",
"metadata": {
"name": "applications"
},
"spec": {
"description": "Application Scopes",
"title": "Applications",
"nodeType": "container"
}
},
{
"apiVersion": "scope.grafana.app/v0alpha1",
"kind": "ScopeNode",
"metadata": {
"name": "applications.clusters"
},
"spec": {
"description": "Application/Clusters Scopes",
"title": "Clusters",
"nodeType": "container",
"parentName": "applications",
"linkId": "indexHelperCluster",
"linkType": "scope"
}
},
{
"apiVersion": "scope.grafana.app/v0alpha1",
"kind": "ScopeNode",
"metadata": {
"name": "clusters"
},
"spec": {
"description": "Cluster Scopes",
"title": "Clusters",
"nodeType": "container",
"linkId": "indexHelperCluster",
"linkType": "scope"
}
},
{
"apiVersion": "scope.grafana.app/v0alpha1",
"kind": "ScopeNode",
"metadata": {
"name": "clusters.application"
},
"spec": {
"description": "Clusters/Application Scopes",
"title": "Applications",
"nodeType": "container",
"parentName": "clusters"
}
},
{
"apiVersion": "scope.grafana.app/v0alpha1",
"kind": "ScopeNode",
"metadata": {
"name": "applications-slothPictureFactory"
},
"spec": {
"description": "slothPictureFactory",
"title": "slothPictureFactory",
"nodeType": "leaf",
"parentName": "applications",
"linkId": "slothPictureFactory",
"linkType": "scope"
}
},
{
"apiVersion": "scope.grafana.app/v0alpha1",
"kind": "ScopeNode",
"metadata": {
"name": "applications-slothVoteTracker"
},
"spec": {
"description": "slothVoteTracker",
"title": "slothVoteTracker",
"nodeType": "leaf",
"parentName": "applications",
"linkId": "slothVoteTracker",
"linkType": "scope"
}
},
{
"apiVersion": "scope.grafana.app/v0alpha1",
"kind": "ScopeNode",
"metadata": {
"name": "applications.clusters-slothClusterNorth"
},
"spec": {
"description": "slothClusterNorth",
"title": "slothClusterNorth",
"nodeType": "leaf",
"parentName": "applications.clusters",
"linkId": "slothClusterNorth",
"linkType": "scope"
}
},
{
"apiVersion": "scope.grafana.app/v0alpha1",
"kind": "ScopeNode",
"metadata": {
"name": "applications.clusters-slothClusterSouth"
},
"spec": {
"description": "slothClusterSouth",
"title": "slothClusterSouth",
"nodeType": "leaf",
"parentName": "applications.clusters",
"linkId": "slothClusterSouth",
"linkType": "scope"
}
},
{
"apiVersion": "scope.grafana.app/v0alpha1",
"kind": "ScopeNode",
"metadata": {
"name": "clusters-slothClusterNorth"
},
"spec": {
"description": "slothClusterNorth",
"title": "slothClusterNorth",
"nodeType": "leaf",
"parentName": "clusters",
"linkId": "slothClusterNorth",
"linkType": "scope"
}
},
{
"apiVersion": "scope.grafana.app/v0alpha1",
"kind": "ScopeNode",
"metadata": {
"name": "clusters-slothClusterSouth"
},
"spec": {
"description": "slothClusterSouth",
"title": "slothClusterSouth",
"nodeType": "leaf",
"parentName": "clusters",
"linkId": "slothClusterSouth",
"linkType": "scope"
}
},
{
"apiVersion": "scope.grafana.app/v0alpha1",
"kind": "ScopeNode",
"metadata": {
"name": "clusters.applications-slothPictureFactory"
},
"spec": {
"description": "slothPictureFactory",
"title": "slothPictureFactory",
"nodeType": "leaf",
"parentName": "clusters.applications",
"linkId": "slothPictureFactory",
"linkType": "scope"
}
},
{
"apiVersion": "scope.grafana.app/v0alpha1",
"kind": "ScopeNode",
"metadata": {
"name": "clusters.applications-slothVoteTracker"
},
"spec": {
"description": "slothVoteTracker",
"title": "slothVoteTracker",
"nodeType": "leaf",
"parentName": "clusters.applications",
"linkId": "slothVoteTracker",
"linkType": "scope"
}
}
]
}