Skip to content

Commit 70f188b

Browse files
committed
Initial Version
1 parent bbdce22 commit 70f188b

File tree

4 files changed

+38
-0
lines changed

4 files changed

+38
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
apiVersion: protect.trident.netapp.io/v1
2+
kind: Application
3+
metadata:
4+
name: <APP NAME>
5+
namespace: <APP NAMESPACE>
6+
spec:
7+
includedNamespaces:
8+
- namespace: <APP NAMESPACE>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
apiVersion: protect.trident.netapp.io/v1
2+
kind: Backup
3+
metadata:
4+
namespace: <APP NAMESPACE>
5+
name: <APP BACKUP NAME>
6+
spec:
7+
applicationRef: <APP NAME>
8+
appVaultRef: <APP VAULT NAME>
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
apiVersion: protect.trident.netapp.io/v1
2+
kind: BackupRestore
3+
metadata:
4+
name: <APP RESTORE NAME>
5+
namespace: <DESTINATION NAMESPACE>
6+
spec:
7+
appArchivePath: <APP ARCHIVE PATH>
8+
appVaultRef: <APP VAULT NAME>
9+
namespaceMapping:
10+
- source: <SOURCE NAMESPACE>
11+
destination: <DESTINATION NAMESPACE>
12+
storageClassMapping:
13+
- source: <SOURCE STORAGE CLASS>
14+
destination: <DESTINATION STORAGE CLASS>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
apiVersion: protect.trident.netapp.io/v1
2+
kind: BackupInplaceRestore
3+
metadata:
4+
name: <APP BACKUP RESTORE NAME>
5+
namespace: <APP NAMESPACE>
6+
spec:
7+
appArchivePath: <APP ARCHIVE PATH>
8+
appVaultRef: <APP VAULT NAME>

0 commit comments

Comments
 (0)