-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcatalog-info.yaml
69 lines (69 loc) · 1.68 KB
/
catalog-info.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
apiVersion: backstage.io/v1alpha1
kind: Group
metadata:
name: CarImporter
description: A company that imports cars
spec:
type: organization
profile:
displayName: Car Importer
email: [email protected]
picture: https://thispersondoesnotexist.com/
children: [ finance-department, operational-department ]
---
apiVersion: backstage.io/v1alpha1
kind: Group
metadata:
name: finance-department
description: The Finance Department
spec:
type: department
profile:
displayName: The Finance Department
email: [email protected]
picture: https://thispersondoesnotexist.com/
parent: CarImporter
children: [ ]
---
apiVersion: backstage.io/v1alpha1
kind: Group
metadata:
name: operational-department
description: The Operational Department
spec:
type: department
profile:
displayName: The Operational Department
email: [email protected]
picture: https://thispersondoesnotexist.com/
parent: CarImporter
children: [ ]
---
apiVersion: backstage.io/v1alpha1
kind: Domain
metadata:
name: cars
description: Everything related to Cars
links:
- url: https://www.auto-data.net/en/
title: Car Stats
icon: dashboard
spec:
owner: group:CarImporter
---
apiVersion: backstage.io/v1alpha1
kind: Location
metadata:
name: all-car-importer-components
description: A collection of all Car Importer components
spec:
targets:
- ./ci-resources.yaml
- ./car-order-system.yaml
# - ./bwce-database-adapter.yaml
- ./db-adapter-linking-demo/bwce-database-adapter.yaml
- ./flogo-car-information-provider.yaml
- ./flogo-discount-calculator.yaml
- ./spotfire-car-analyzer.yaml
- ./ui-car-order-system.yaml
- ./calculator-wsdl-direct-api.yaml