namespacedResourceRestoreMode

@JvmName(name = "fevdvnprrdbnwgkg")
suspend fun namespacedResourceRestoreMode(value: Output<String>)
@JvmName(name = "hsxtyrwiswwxgour")
suspend fun namespacedResourceRestoreMode(value: String?)

Parameters

value

Defines the behavior for handling the situation where sets of namespaced resources being restored already exist in the target cluster. This MUST be set to a value other than NAMESPACED_RESOURCE_RESTORE_MODE_UNSPECIFIED if the namespacedResourceRestoreScope is anything other than noNamespaces. See https://cloud.google.com/kubernetes-engine/docs/add-on/backup-for-gke/reference/rest/v1/RestoreConfig#namespacedresourcerestoremode for more information on each mode. Possible values are: DELETE_AND_RESTORE, FAIL_ON_CONFLICT, MERGE_SKIP_ON_CONFLICT, MERGE_REPLACE_VOLUME_ON_CONFLICT, MERGE_REPLACE_ON_CONFLICT.