Skip to content

Commit 50c2c12

Browse files
initial commit
0 parents  commit 50c2c12

File tree

3 files changed

+35
-0
lines changed

3 files changed

+35
-0
lines changed

.bandwidth/catalog-info.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
apiVersion: backstage.io/v1alpha1
2+
kind: Location
3+
metadata:
4+
schemaVersion: v1.0.0
5+
name: python-numbers-sdk-location
6+
description: Links to additional entities in the python-numbers-sdk repository.
7+
annotations:
8+
github.com/project-slug: Bandwidth/python-numbers-sdk
9+
spec:
10+
targets:
11+
- ./component.yaml
12+
# - add more components using relative filepaths here
13+
# - you may also rename/move the original component.yaml file

.bandwidth/component.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
apiVersion: backstage.io/v1alpha1
2+
kind: Component
3+
metadata:
4+
schemaVersion: v1.0.0
5+
name: python-numbers-sdk
6+
description: Python Numbers SDK
7+
annotations:
8+
github.com/project-slug: Bandwidth/python-numbers-sdk
9+
organization: BW
10+
costCenter: Development - Software Infra
11+
platformType:
12+
buildPlatform: GitHub Actions
13+
spec:
14+
type: Library
15+
owner: github/band-swi
16+
lifecycle: Prototype
17+
dependsOn:
18+
- resource:platform/undefined
19+
- resource:cost-center/Development - Software Infra
20+

.github/CODEOWNERS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# Global rule:
2+
* @Bandwidth/band-swi @Bandwidth/band-swi-github-repo-admin

0 commit comments

Comments
 (0)