We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fba0e4 commit a595241Copy full SHA for a595241
catalog-info.yaml
@@ -0,0 +1,19 @@
1
+apiVersion: backstage.io/v1alpha1
2
+kind: Resource
3
+metadata:
4
+ name: buildkite-pipeline-go-elasticsearch
5
+spec:
6
+ implementation:
7
+ apiVersion: buildkite.elastic.dev/v1
8
+ kind: Pipeline
9
+ metadata:
10
+ description: Elasticsearch Go Client
11
+ name: go-elasticsearch
12
+ spec:
13
+ repository: elastic/go-elasticsearch
14
+ teams:
15
+ clients-team: {}
16
+ everyone:
17
+ access_level: READ_ONLY
18
+ owner: group:clients-team
19
+ type: buildkite-pipeline
0 commit comments