diff --git a/docs/reference/custom-resource-backup.md b/docs/reference/custom-resource-backup.md index 7f159635b0..870b32f57d 100644 --- a/docs/reference/custom-resource-backup.md +++ b/docs/reference/custom-resource-backup.md @@ -30,9 +30,6 @@ spec: - '*' excludedNamespaces: - some-namespace - orLabelSelectors: - - matchLabels: - app: my-app orderedResources: pods: mysql/mysql-cluster-replica-0,mysql/mysql-cluster-replica-1 persistentvolumes: pvc-12345,pvc-67890 @@ -81,10 +78,6 @@ The following Velero fields are supported for full backups, as shown in the prev excludedNamespaces (Optional) Specifies an array of namespaces to exclude from the backup. - - orLabelSelectors - (Optional) A list of metav1.LabelSelector to filter with when adding individual objects to the backup. If multiple are provided, they will be joined by the OR operator. - orderedResources (Optional) Specifies the order of the resources to collect during the backup process. This is a map that uses a key as the plural resource. Each resource name has the format NAMESPACE/OBJECTNAME. The object names are a comma delimited list. For cluster resources, use OBJECTNAME only.