Skip to content

Commit 2dc2db3

Browse files
SWI-2827 Add Repo to Service Catalog (#996)
* SWI-2827: add component.yaml * SWI-2827: add catalog-info.yaml
1 parent ddb15d4 commit 2dc2db3

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: openapi-generator-location
6+
description: Links to additional entities in the openapi-generator repository.
7+
annotations:
8+
github.com/project-slug: Bandwidth/openapi-generator
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: openapi-generator
6+
description: OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
7+
annotations:
8+
github.com/project-slug: Bandwidth/openapi-generator
9+
organization: BW
10+
costCenter: Development - Software Infra
11+
spec:
12+
type: Service
13+
owner: github/band-swi
14+
lifecycle: Available

0 commit comments

Comments
 (0)