namespacedResourceRestoreMode property
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.
Implementation
@$pb.TagNumber(3)
RestoreConfig_NamespacedResourceRestoreMode get namespacedResourceRestoreMode => $_getN(2);
Implementation
@$pb.TagNumber(3)
set namespacedResourceRestoreMode(RestoreConfig_NamespacedResourceRestoreMode v) { setField(3, v); }