diff --git a/site/content/docs/main/api-types/restore.md b/site/content/docs/main/api-types/restore.md index 7b388d8828..ec3e19511c 100644 --- a/site/content/docs/main/api-types/restore.md +++ b/site/content/docs/main/api-types/restore.md @@ -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. diff --git a/site/content/docs/v1.15/api-types/restore.md b/site/content/docs/v1.15/api-types/restore.md index 7b388d8828..ec3e19511c 100644 --- a/site/content/docs/v1.15/api-types/restore.md +++ b/site/content/docs/v1.15/api-types/restore.md @@ -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.