PageBackup

PageBackup
PageBackup
JSON Example
{
    "items": [
        {
            "metadata": {
                "name": "string",
                "namespace": "string",
                "resourceVersion": "string",
                "creationTimestamp": "string",
                "annotations": {
                    "annotations": "string"
                },
                "labels": {
                    "labels": "string"
                }
            },
            "spec": {
                "includedNamespaces": [
                    "string"
                ],
                "excludedNamespaces": [
                    "string"
                ],
                "includedResources": [
                    "string"
                ],
                "excludedResources": [
                    "string"
                ],
                "includeClusterResources": "string",
                "orderedResources": "string",
                "labelSelector": {
                    "labelSelector": "string"
                },
                "snapshotVolumes": false,
                "ttl": "string",
                "storageLocation": "string",
                "volumeSnapshotLocations": [
                    "string"
                ],
                "advancedOptions": {
                    "advancedOptions": "string"
                }
            },
            "status": {
                "expiration": "string",
                "phase": "string",
                "validationErrors": [
                    "string"
                ],
                "startTimestamp": "string",
                "completionTimestamp": "string",
                "warnings": 0,
                "errors": 0,
                "totalItems": 0,
                "itemsBackedUp": 0,
                "failureReason": "string"
            },
            "extension": {
                "extension": {}
            }
        }
    ],
    "pageInfo": {
        "offset": 0,
        "limit": 0,
        "total": 0
    }
}
array of Backup
items
Optional

items

pageInfo
Optional

pageInfo