Skip to content

Commit

Permalink
Add supported by the Velero team, and OpenShift specific tags
Browse files Browse the repository at this point in the history
Signed-off-by: jonasrosland <[email protected]>
  • Loading branch information
jonasrosland committed Feb 26, 2020
1 parent 67f13a4 commit ee716bd
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 6 deletions.
13 changes: 9 additions & 4 deletions site/_includes/plugins.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,22 @@ <h5>{{ plugin.title }}</h5>
<p>{{ plugin.content }}</p>
{% if plugin.object-storage %}
<img src="https://img.shields.io/badge/Object Storage-supported-green">
{% else %}
<img src="https://img.shields.io/badge/Object Storage-not supported-red">
{% endif %}
{% if plugin.volumesnapshotter %}
<img src="https://img.shields.io/badge/VolumeSnapshotter-supported-green">
{% else %}
<img src="https://img.shields.io/badge/VolumeSnapshotter-not supported-red">
{% endif %}
{% if plugin.local-storage %}
<img src="https://img.shields.io/badge/Local Storage-supported-green">
{% endif %}
{% if plugin.supported-by-velero-team %}
<img src="https://img.shields.io/badge/Supported%20By-Velero%20team-blue">
{% endif %}
{% if plugin.BackupItemAction %}
<img src="https://img.shields.io/badge/BackupItemAction-supported-green">
{% endif %}
{% if plugin.RestoreItemAction %}
<img src="https://img.shields.io/badge/RestoreItemAction-supported-green">
{% endif %}
</div>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions site/_plugin-list/01-openshift.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: OpenShift
link: https://github.com/fusor/openshift-velero-plugin
object-storage: true
volumesnapshotter: false
BackupItemAction: true
RestoreItemAction: true
---
General Velero plugin for backup and restore of OpenShift workloads.
1 change: 1 addition & 0 deletions site/_plugin-list/05-amazon-web-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ title: Amazon Web Services (AWS)
link: https://github.com/vmware-tanzu/velero-plugin-for-aws
object-storage: true
volumesnapshotter: true
supported-by-velero-team: true
---
This repository contains an object store plugin and a volume snapshotter plugin to support running Velero on Amazon Web Services.
1 change: 1 addition & 0 deletions site/_plugin-list/05-container-storage-interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ link: https://github.com/vmware-tanzu/velero-plugin-for-csi
object-storage: false
volumesnapshotter: true
local-storage: true
supported-by-velero-team: true
---
This repository contains alpha plugins for CSI snapshotting via Velero. These plugins are considered experimental and should _not_ be relied upon for production use.
1 change: 1 addition & 0 deletions site/_plugin-list/05-google-cloud-platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ title: Google Cloud Platform (GCP)
link: https://github.com/vmware-tanzu/velero-plugin-for-gcp
object-storage: true
volumesnapshotter: true
supported-by-velero-team: true
---
This repository contains an object store plugin and a volume snapshotter plugin to support running Velero on Google Cloud Platform.
1 change: 1 addition & 0 deletions site/_plugin-list/05-microsoft-azure.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ title: Microsoft Azure
link: https://github.com/vmware-tanzu/velero-plugin-for-microsoft-azure
object-storage: true
volumesnapshotter: true
supported-by-velero-team: true
---
This repository contains an object store plugin and a volume snapshotter plugin to support running Velero on Microsoft Azure.
1 change: 1 addition & 0 deletions site/_plugin-list/05-vsphere.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ link: https://github.com/vmware-tanzu/velero-plugin-for-vsphere
object-storage: false
volumesnapshotter: true
local-storage: true
supported-by-velero-team: true
---
This repository contains a volume snapshotter plugin to support running Velero on VMware vSphere.

0 comments on commit ee716bd

Please sign in to comment.