Skip to content

Commit 7ce2d4b

Browse files
authored
SWI-2827 Add Repo to Service Catalog (#160)
* SWI-2827: add component.yaml * SWI-2827: add catalog-info.yaml
1 parent 447df3c commit 7ce2d4b

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

.bandwidth/catalog-info.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
apiVersion: backstage.io/v1alpha1
2+
kind: Location
3+
metadata:
4+
schemaVersion: v1.0.0
5+
name: python-sdk-location
6+
description: Links to additional entities in the python-sdk repository.
7+
annotations:
8+
github.com/project-slug: Bandwidth/python-sdk
9+
spec:
10+
targets:
11+
- ./component.yaml

.bandwidth/component.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
apiVersion: backstage.io/v1alpha1
2+
kind: Component
3+
metadata:
4+
schemaVersion: v1.0.0
5+
name: python-sdk
6+
description: python-sdk
7+
annotations:
8+
github.com/project-slug: Bandwidth/python-sdk
9+
organization: BW
10+
costCenter: UNKNOWN
11+
buildPlatform: GitHub Actions
12+
spec:
13+
type: Library
14+
owner: github/band-swi
15+
lifecycle: Available

0 commit comments

Comments
 (0)