When returning the unmodified item in the migration common restore
plugin in the case of cluster-scoped resources, return the item rather
than nil. Returning nil results in velero errors like this:
error preparing customresourcedefinitions.apiextensions.k8s.io/foos.example.foo.com:
rpc error: code = Aborted desc = plugin panicked: runtime error:
invalid memory address or nil pointer dereference
When returning the unmodified item in the migration common restore plugin in the case of cluster-scoped resources, return the item rather than nil. Returning nil results in velero errors like this: error preparing customresourcedefinitions.apiextensions.k8s.io/foos.example.foo.com: rpc error: code = Aborted desc = plugin panicked: runtime error: invalid memory address or nil pointer dereference