Skip to content

Commit 371c85c

Browse files
Merge pull request #81 from Bandwidth/add-catalog-info
SWI-2827 Add Repo to Service Catalog
2 parents f516f6a + e90de61 commit 371c85c

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: php-sdk-location
6+
description: Links to additional entities in the php-sdk repository.
7+
annotations:
8+
github.com/project-slug: Bandwidth/php-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: php-sdk
6+
description: Bandwidth PHP SDK
7+
annotations:
8+
github.com/project-slug: Bandwidth/php-sdk
9+
organization: BW
10+
costCenter: Development - Software Infra
11+
buildPlatform: GitHub Actions
12+
spec:
13+
type: Library
14+
owner: github/band-swi
15+
lifecycle: Available

0 commit comments

Comments
 (0)