Skip to content

Commit 03846fc

Browse files
authored
Update catalog-info (#6)
This commit updated the catalog-info to represent lunes as a component/library
1 parent ee36186 commit 03846fc

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

catalog-info.yaml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
# Declare a Backstage Component that represents your application.
22
---
3-
# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/rre.schema.json
3+
# yaml-language-server: $schema=https://json.schemastore.org/catalog-info.json
4+
apiVersion: backstage.io/v1alpha1
5+
kind: Component
6+
metadata:
7+
name: lunes
8+
description: Lunes is a Go library for parsing localized time strings into time.Time
9+
10+
spec:
11+
type: library
12+
owner: group:logstash
13+
system: platform-ingest
14+
lifecycle: production
15+
16+
---
17+
# yaml-language-server: $schema=https://gist.githubusercontent.com/elasticmachine/988b80dae436cafea07d9a4a460a011d/raw/e57ee3bed7a6f73077a3f55a38e76e40ec87a7cf/rre.schema.json
418
apiVersion: backstage.io/v1alpha1
519
kind: Resource
620
metadata:

0 commit comments

Comments
 (0)