Add supported by the Velero team, and OpenShift specific tags

Signed-off-by: jonasrosland <jrosland@vmware.com>
This commit is contained in:
jonasrosland
2020-02-13 15:00:24 -05:00
parent 67f13a461c
commit ee716bd645
7 changed files with 16 additions and 6 deletions

View File

@@ -13,17 +13,22 @@
<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>

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.

View File

@@ -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.