Skip to content

Commit 78df2b4

Browse files
authored
Update custom-resource-backup.md (#2943)
1 parent c810c59 commit 78df2b4

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

docs/reference/custom-resource-backup.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ spec:
3030
- '*'
3131
excludedNamespaces:
3232
- some-namespace
33-
orLabelSelectors:
34-
- matchLabels:
35-
app: my-app
3633
orderedResources:
3734
pods: mysql/mysql-cluster-replica-0,mysql/mysql-cluster-replica-1
3835
persistentvolumes: pvc-12345,pvc-67890
@@ -81,10 +78,6 @@ The following Velero fields are supported for full backups, as shown in the prev
8178
<td><code>excludedNamespaces</code></td>
8279
<td>(Optional) Specifies an array of namespaces to exclude from the backup.</td>
8380
</tr>
84-
<tr>
85-
<td><code>orLabelSelectors</code></td>
86-
<td>(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.</td>
87-
</tr>
8881
<tr>
8982
<td><code>orderedResources</code></td>
9083
<td>(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.</td>

0 commit comments

Comments
 (0)