Skip to content

Commit

Permalink
Add catalog info for backstage
Browse files Browse the repository at this point in the history
  • Loading branch information
kornys committed May 2, 2024
1 parent df61178 commit cd40147
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
apiVersion: backstage.io/v1alpha1
kind: System
metadata:
name: test-frame
title: Test Frame
namespace: quality-community
description: |
Java library for easy testing of kubernetes deployments and operators using fabric8 api
annotations:
github.com/project-slug: 'skodjob/test-frame'
tags:
- java
- fabric8
- kubernetes
- openshift
- maven
- operator-framework
- junit5
links:
- title: Help
url: https://github.com/skodjob/test-frame/blob/main/README.md
icon: help
- title: Blogpost
url: https://skodjob.io/tools/test-frame-introduction/
spec:
owner: group:redhat/skodjob
domain: quality-community/quality-community

0 comments on commit cd40147

Please sign in to comment.