velero/examples
Nolan Brubaker 3124570c7f Remove references to apps/v1beta1 API group (#1673)
* Remove references to apps/v1beta1 API group

In Kubernetes v1.16, the apps/v1 API group will be the default served
for relevant resources.

Update any references to apps/v1beta1 for fowards compatibility.

Fixes #1672

Signed-off-by: Nolan Brubaker <brubakern@vmware.com>

* Update API group on plugin commands

Signed-off-by: Nolan Brubaker <brubakern@vmware.com>
2019-07-17 15:03:48 -06:00
..
minio Remove references to apps/v1beta1 API group (#1673) 2019-07-17 15:03:48 -06:00
nginx-app Remove references to apps/v1beta1 API group (#1673) 2019-07-17 15:03:48 -06:00
README.md copy examples/ dir as-is to release tarballs 2019-04-25 13:09:58 -06:00

README.md

Examples

This directory contains sample YAML config files that can be used for exploring Velero.

  • minio/: Used in the Quickstart to set up Minio, a local S3-compatible object storage service. It provides a convenient way to test Velero without tying you to a specific cloud provider.

  • nginx-app/: A sample nginx app that can be used to test backups and restores.