Skip to content

Commit b6438e4

Browse files
SWI-2827 Add Repo to Service Catalog (#234)
* SWI-2827: add component.yaml * SWI-2827: add catalog-info.yaml --------- Co-authored-by: Cameron Koegel <53310569+ckoegel@users.noreply.github.com>
1 parent b54eb53 commit b6438e4

2 files changed

Lines changed: 25 additions & 0 deletions

File tree

.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: java-sdk-location
6+
description: Links to additional entities in the java-sdk repository.
7+
annotations:
8+
github.com/project-slug: Bandwidth/java-sdk
9+
spec:
10+
targets:
11+
- ./component.yaml

.bandwidth/component.yaml

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

0 commit comments

Comments
 (0)