Add DeleteBackupRequest CRD to 00-prereqs.yaml

Signed-off-by: Andy Goldstein <andy.goldstein@gmail.com>
pull/383/head
Andy Goldstein 2018-03-15 10:02:15 -04:00
parent 1545406472
commit dd9b9f3bba
1 changed files with 15 additions and 0 deletions

View File

@ -87,6 +87,21 @@ spec:
plural: downloadrequests
kind: DownloadRequest
---
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
name: deletebackuprequests.ark.heptio.com
labels:
component: ark
spec:
group: ark.heptio.com
version: v1
scope: Namespaced
names:
plural: deletebackuprequests
kind: DeleteBackupRequest
---
apiVersion: v1
kind: Namespace