Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Added doc updation to main page
Signed-off-by: Priyansh Choudhary <[email protected]>
  • Loading branch information
priyansh17 committed Nov 30, 2024
commit 4514d404708c542225d9b92c1b277b33b2423f1b
5 changes: 5 additions & 0 deletions site/content/docs/main/api-types/restore.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,11 @@ spec:
# existingResourcePolicy specifies the restore behaviour
# for the Kubernetes resource to be restored. Optional
existingResourcePolicy: none
# ResourceModifier specifies the reference to JSON resource patches
# that should be applied to resources before restoration. Optional
resourceModifier:
kind: ConfigMap
name: resource-modifier-configmap
# Actions to perform during or post restore. The only hooks currently supported are
# adding an init container to a pod before it can be restored and executing a command in a
# restored pod's container. Optional.
Expand Down