mirror of
https://github.com/vmware-tanzu/velero.git
synced 2025-12-23 06:15:21 +00:00
Don't include excluded items in ItemBlocks
Signed-off-by: Scott Seago <sseago@redhat.com>
This commit is contained in:
@@ -176,7 +176,9 @@ type kubernetesResource struct {
|
||||
preferredGVR schema.GroupVersionResource
|
||||
namespace, name, path string
|
||||
orderedResource bool
|
||||
inItemBlock bool // set to true during backup processing when added to an ItemBlock
|
||||
// set to true during backup processing when added to an ItemBlock
|
||||
// or if the item is excluded from backup.
|
||||
inItemBlockOrExcluded bool
|
||||
}
|
||||
|
||||
// getItemsFromResourceIdentifiers get the kubernetesResources
|
||||
|
||||
Reference in New Issue
Block a user