Skip to content

Commit

Permalink
added badges to readme
Browse files Browse the repository at this point in the history
Signed-off-by: Nir Rozenbaum <[email protected]>
  • Loading branch information
nirrozenbaum committed Feb 18, 2024
1 parent 64846cb commit 0e63da9
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
<img alt="" width="500px" align="left" src="KubeStellar-with-Logo.png" />
<img alt="" width="500px" align="left" src="docs/images/KubeStellar-with-Logo.png" />

<br/>
<br/>
<br/>
<br/>
<br/>
<br/>

[![Go Report Card](https://goreportcard.com/badge/github.com/kubestellar/ocm-transport-plugin)](https://goreportcard.com/report/github.com/kubestellar/ocm-transport-plugin)
[![Go Reference](https://pkg.go.dev/badge/github.com/kubestellar/ocm-transport-plugin.svg)](https://pkg.go.dev/github.com/kubestellar/ocm-transport-plugin)
[![License](https://img.shields.io/github/license/kubestellar/ocm-transport-plugin)](/LICENSE)

This repository is the (Open-Cluster-Management)[https://open-cluster-management.io/] based implementation of KubeStellar transport controller.
KubeStellar transport controller is a component that is responsible for propagating selected objects from the center to the WECs.
This repository is the [Open-Cluster-Management](https://open-cluster-management.io/) based implementation of KubeStellar transport controller.
KubeStellar transport controller is the component that is responsible for propagating selected objects from the center to the selected WECs.
Transport controller is pluggable and allows implementing it using different plugins.
Transport controller is a mandatory part of KubeStellar and should run in a working system with one of the plugin implementations.

Expand Down

0 comments on commit 0e63da9

Please sign in to comment.