forked from equinor/isar-anymal
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcatalog-info.yaml
More file actions
43 lines (39 loc) · 1.07 KB
/
Copy pathcatalog-info.yaml
File metadata and controls
43 lines (39 loc) · 1.07 KB
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
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: isar-anymal
description: ISAR Robot implementation for the four-legged ANYmal robot delivered by ANYbotics.
annotations:
github.com/project-slug: equinor/isar-anymal
github.com/team-slug: equinor/eq-robot-developer
spec:
type: service
lifecycle: production
owner: group:default/eq-robot-developer
system: system:default/flotilla
dependsOn:
- component:default/isar
- component:default/anymal-api
- component:default/data-navigator-api
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: anymal-api
description: ANYbotics provided API for control of robot.
spec:
type: service
lifecycle: production
owner: group:default/eq-robot-developer
system: system:default/flotilla
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: data-navigator-api
description: ANYbotics provided API for retrieval of inspection results.
spec:
type: service
lifecycle: production
owner: group:default/eq-robot-developer
system: system:default/flotilla