Created
August 10, 2019 02:41
-
-
Save rbankston/dae17470c11dbef2bedda655fd6a9131 to your computer and use it in GitHub Desktop.
Yaml of backup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| apiVersion: velero.io/v1 | |
| kind: Backup | |
| metadata: | |
| creationTimestamp: "2019-08-10T02:17:41Z" | |
| generation: 1 | |
| name: maybe | |
| namespace: velero | |
| resourceVersion: "140836" | |
| selfLink: /apis/velero.io/v1/namespaces/velero/backups/maybe | |
| uid: d31e24e5-e5c8-4369-b91e-b0b01973535b | |
| spec: | |
| excludedNamespaces: null | |
| excludedResources: null | |
| hooks: | |
| resources: null | |
| includeClusterResources: null | |
| includedNamespaces: | |
| - '*' | |
| includedResources: null | |
| labelSelector: null | |
| storageLocation: "" | |
| ttl: 720h0m0s | |
| volumeSnapshotLocations: null | |
| status: | |
| completionTimestamp: null | |
| errors: 0 | |
| expiration: null | |
| phase: "" | |
| startTimestamp: null | |
| validationErrors: null | |
| version: 0 | |
| volumeSnapshotsAttempted: 0 | |
| volumeSnapshotsCompleted: 0 | |
| warnings: 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment