Compare commits
No commits in common. "503a350e829ce8bd1df42b08dd632dcd7b4d65d9" and "305acdf41f9e4eba2cdefd5c87f4173596b263d1" have entirely different histories.
503a350e82
...
305acdf41f
@ -1,11 +0,0 @@
|
||||
apiVersion: backstage.io/v1alpha1
|
||||
kind: API
|
||||
metadata:
|
||||
name: TestAPI
|
||||
description: Hello World example for gRPC
|
||||
spec:
|
||||
type: openapi
|
||||
lifecycle: prodiction
|
||||
owner: team-c
|
||||
definition:
|
||||
$text: sample-api.yaml
|
@ -1,8 +0,0 @@
|
||||
apiVersion: backstage.io/v1alpha1
|
||||
kind: Location
|
||||
metadata:
|
||||
name: AthenaAPIs
|
||||
description: A collection of Athena APIs
|
||||
spec:
|
||||
targets:
|
||||
- ./api/main-api.yaml
|
@ -1,12 +0,0 @@
|
||||
apiVersion: backstage.io/v1alpha1
|
||||
kind: Component
|
||||
metadata:
|
||||
name: Athena
|
||||
annotations:
|
||||
backstage.io/techdocs-ref: dir:.
|
||||
spec:
|
||||
type: documentation
|
||||
lifecycle: production
|
||||
owner: guests
|
||||
system: examples
|
||||
providesApis: []
|
31
entities.yaml
Normal file
31
entities.yaml
Normal file
@ -0,0 +1,31 @@
|
||||
---
|
||||
# https://backstage.io/docs/features/software-catalog/descriptor-format#kind-system
|
||||
apiVersion: backstage.io/v1alpha1
|
||||
kind: System
|
||||
metadata:
|
||||
name: examples
|
||||
spec:
|
||||
owner: guests
|
||||
---
|
||||
# https://backstage.io/docs/features/software-catalog/descriptor-format#kind-component
|
||||
apiVersion: backstage.io/v1alpha1
|
||||
kind: Component
|
||||
metadata:
|
||||
name: Athena
|
||||
annotations:
|
||||
backstage.io/techdocs-ref: dir:.
|
||||
spec:
|
||||
type: documentation
|
||||
lifecycle: production
|
||||
owner: guests
|
||||
system: examples
|
||||
providesApis: []
|
||||
---
|
||||
apiVersion: backstage.io/v1alpha1
|
||||
kind: Location
|
||||
metadata:
|
||||
name: AthenaAPIs
|
||||
description: A collection of Athena APIs
|
||||
spec:
|
||||
targets:
|
||||
- ./api/example.yaml
|
12
main.yaml
12
main.yaml
@ -1,12 +0,0 @@
|
||||
# https://backstage.io/docs/features/software-catalog/descriptor-format
|
||||
apiVersion: backstage.io/v1alpha1
|
||||
kind: Location
|
||||
metadata:
|
||||
name: dipal-docs
|
||||
description: All components of backstage infrastructure for this project
|
||||
spec:
|
||||
targets:
|
||||
- ./apis.yaml
|
||||
- ./components.yaml
|
||||
- ./systems.yaml
|
||||
# - ./organizations.yaml
|
@ -1,6 +0,0 @@
|
||||
apiVersion: backstage.io/v1alpha1
|
||||
kind: System
|
||||
metadata:
|
||||
name: examples
|
||||
spec:
|
||||
owner: guests
|
Loading…
x
Reference in New Issue
Block a user