When conflicting top-level resources (either Namespaces or
ProtectedApplications, depending upon the scope) are encountered, this
will first trigger a delete of the conflicting resource AND ALL OF ITS
REFERENCED RESOURCES (e.g., all resources in the Namespace or all
resources referenced by the ProtectedApplication) before restoring the
resources from the Backup. This mode should only be used when you are
intending to revert some portion of a cluster to an earlier state.
FailOnConflict
If conflicting top-level resources (either Namespaces or
ProtectedApplications, depending upon the scope) are encountered at the
beginning of a restore process, the Restore will fail. If a conflict
occurs during the restore process itself (e.g., because an out of band
process creates conflicting resources), a conflict will be reported.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This documentation covers the `NamespacedResourceRestoreMode` enum within the Google Cloud GKE Backup v1 API, specifically version 2.0.0."],["The `NamespacedResourceRestoreMode` enum defines how the API handles conflicts when restoring namespaced resources that already exist in the target cluster."],["Three possible modes are available: `DeleteAndRestore`, which deletes existing resources and their dependents before restoring; `FailOnConflict`, which causes the restore process to fail if conflicts are found; and `Unspecified`, which is an invalid state."],["The documentation highlights a range of versions, from 1.0.0-beta01 to the latest version 2.6.0 for this API element, and includes links to view the documentation for each version."],["The `NamespacedResourceRestoreMode` enum is part of the `Google.Cloud.GkeBackup.V1` namespace, within the `Google.Cloud.GkeBackup.V1.dll` assembly."]]],[]]