Add catalog-info.yaml files for Discoverability project area

Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
This commit is contained in:
Eric Peterson
2023-08-21 13:26:28 +02:00
parent f3599989c7
commit f485e40454
12 changed files with 125 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: backstage-plugin-home-react
title: '@backstage/plugin-home-react'
description: >-
A Backstage plugin that contains react components helps you build a home
page
spec:
lifecycle: experimental
type: backstage-web-library
owner: discoverability-maintainers
+10
View File
@@ -0,0 +1,10 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: backstage-plugin-home
title: '@backstage/plugin-home'
description: A Backstage plugin that helps you build a home page
spec:
lifecycle: experimental
type: backstage-frontend-plugin
owner: discoverability-maintainers
@@ -0,0 +1,10 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: backstage-plugin-search-backend-module-catalog
title: '@backstage/plugin-search-backend-module-catalog'
description: A module for the search backend that exports catalog modules
spec:
lifecycle: experimental
type: backstage-backend-plugin-module
owner: discoverability-maintainers
@@ -0,0 +1,10 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: backstage-plugin-search-backend-module-elasticsearch
title: '@backstage/plugin-search-backend-module-elasticsearch'
description: A module for the search backend that implements search using ElasticSearch
spec:
lifecycle: production
type: backstage-backend-plugin-module
owner: discoverability-maintainers
@@ -0,0 +1,10 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: backstage-plugin-search-backend-module-explore
title: '@backstage/plugin-search-backend-module-explore'
description: A module for the search backend that exports explore modules
spec:
lifecycle: experimental
type: backstage-backend-plugin-module
owner: discoverability-maintainers
@@ -0,0 +1,10 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: backstage-plugin-search-backend-module-pg
title: '@backstage/plugin-search-backend-module-pg'
description: A module for the search backend that implements search using PostgreSQL
spec:
lifecycle: experimental
type: backstage-backend-plugin-module
owner: discoverability-maintainers
@@ -0,0 +1,10 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: backstage-plugin-search-backend-module-techdocs
title: '@backstage/plugin-search-backend-module-techdocs'
description: A module for the search backend that exports techdocs modules
spec:
lifecycle: experimental
type: backstage-backend-plugin-module
owner: discoverability-maintainers
@@ -0,0 +1,12 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: backstage-plugin-search-backend-node
title: '@backstage/plugin-search-backend-node'
description: >-
A library for Backstage backend plugins that want to interact with the
search backend plugin
spec:
lifecycle: production
type: backstage-node-library
owner: discoverability-maintainers
+10
View File
@@ -0,0 +1,10 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: backstage-plugin-search-backend
title: '@backstage/plugin-search-backend'
description: The Backstage backend plugin that provides your backstage app with search
spec:
lifecycle: production
type: backstage-backend-plugin
owner: discoverability-maintainers
+12
View File
@@ -0,0 +1,12 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: backstage-plugin-search-common
title: '@backstage/plugin-search-common'
description: >-
Common functionalities for Search, to be shared between various
search-enabled plugins
spec:
lifecycle: production
type: backstage-common-library
owner: discoverability-maintainers
+9
View File
@@ -0,0 +1,9 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: backstage-plugin-search-react
title: '@backstage/plugin-search-react'
spec:
lifecycle: production
type: backstage-web-library
owner: discoverability-maintainers
+10
View File
@@ -0,0 +1,10 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: backstage-plugin-search
title: '@backstage/plugin-search'
description: The Backstage plugin that provides your backstage app with search
spec:
lifecycle: production
type: backstage-frontend-plugin
owner: discoverability-maintainers