-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathcatalog-info.yaml
More file actions
33 lines (32 loc) · 871 Bytes
/
catalog-info.yaml
File metadata and controls
33 lines (32 loc) · 871 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Component Definition
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: cmdb
description: Go Microservice support Configuration Management Database
annotations:
github.com/project-slug: seizadi/cmdb
backstage.io/source-ref: "https://github.com/seizadi/cmdb"
backstage.io/techdocs-ref: url:https://github.com/seizadi/cmdb
backstage.io/github-actions-id: https://github.com/seizadi/cmdb
spec:
type: service
lifecycle: experimental
owner: seizadi@gmail.com
providesApis:
- cmdb-api
---
# API Definition
apiVersion: backstage.io/v1alpha1
kind: API
metadata:
name: cmdb-api
description: The CMDB Microservice API
spec:
type: openapi
lifecycle: experimental
owner: seizadi@gmailcom
apiProvidedBy:
- cmdb
definition:
$json: https://raw.githubusercontent.com/seizadi/cmdb/master/pkg/pb/cmdb.swagger.json