mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-07 13:55:20 +00:00
Add supported by the Velero team, and OpenShift specific tags
Signed-off-by: jonasrosland <jrosland@vmware.com>
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user