Skip to content

Commit 343e571

Browse files
committed
chore: add repository catalog entity
Adds Component with spec.type: repository for Backstage software catalog. Related: IDP-538
1 parent ff9bc39 commit 343e571

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

backstage.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
apiVersion: backstage.io/v1alpha1
3+
kind: Component
4+
metadata:
5+
name: mmdetection
6+
description: OpenMMLab Detection Toolbox and Benchmark
7+
annotations:
8+
github.com/project-slug: caddijp/mmdetection
9+
backstage.io/source-location: url:https://github.com/caddijp/mmdetection
10+
tags:
11+
- touches-customer-data
12+
spec:
13+
type: repository
14+
lifecycle: production
15+
owner: group:TODO-set-owner

0 commit comments

Comments
 (0)