forked from TIBCO-Hub-Backstage/tibco-next-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbwce-database-adapter.yaml
51 lines (51 loc) · 1.39 KB
/
bwce-database-adapter.yaml
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: "db-adapter"
description: "Database Adapter"
tags:
- backend
- data-layer
- bwce
- adapter
links:
- title: TIBCO Business Works
url: https://www.tibco.com/products/tibco-businessworks
- title: BWCE Documentation
url: https://docs.tibco.com/products/tibco-businessworks-container-edition-2-8-1
annotations:
github.com/project-slug: TIBCO-Hub-Backstage/tibco-next-demo
backstage.io/techdocs-ref: dir:.
# backstage.io/kubernetes-id: bwce-ah-test-1
# jenkins.io/job-full-name: Build_BWCE_EAR_DB
spec:
type: service
lifecycle: production
system: car-order-system
owner: operational-department
providesApis: [ "car-details-api" ]
dependsOn:
- resource:default/cars-database
---
apiVersion: backstage.io/v1alpha1
kind: API
metadata:
name: "car-details-api"
description: "An API that provides car details"
tags:
- store
- rest
links:
- url: https://github.com/TIBCO-Hub-Backstage/tibco-next-demo
title: GitHub Repo
icon: github
- url: https://github.com/TIBCO-Hub-Backstage/tibco-next-demo/blob/master/sample-api.json
title: API Spec
icon: code
spec:
type: openapi
lifecycle: production
owner: "CarImporter"
apiConsumedBy: [ "component:discount-calculator","component:car-information-provider"]
definition:
$text: ./sample-api.json