Context
Add summary cards to the OpenShift Developer perspective dashboard (or a dedicated Bob dashboard page) giving an at-a-glance view of build system health.
Depends on: #44 (scaffold), #45 (list page)
Scope
Extension Points
{
"type": "console.dashboards/overview/health/resource",
"properties": {
"title": "Build Jobs",
"resources": [{ "group": "bob.redhat.com", "version": "v1alpha1", "resource": "buildjobs" }]
}
}
Notes
- Cards should respect namespace scope for developer users
- Admin view can show cluster-wide aggregation
Context
Add summary cards to the OpenShift Developer perspective dashboard (or a dedicated Bob dashboard page) giving an at-a-glance view of build system health.
Depends on: #44 (scaffold), #45 (list page)
Scope
console.dashboards/overview/extension points, or create a standalone "Bob Overview" pageExtension Points
{ "type": "console.dashboards/overview/health/resource", "properties": { "title": "Build Jobs", "resources": [{ "group": "bob.redhat.com", "version": "v1alpha1", "resource": "buildjobs" }] } }Notes