gophercloud icon indicating copy to clipboard operation
gophercloud copied to clipboard

Some resources can't unset values in UpdateOpts

Open mandre opened this issue 3 months ago • 1 comments

What happened?

While working on resource mutability for ORC, we've experienced multiple cases where gophercloud allows updating a property, but not unsetting it. This issue is meant to keep track of the ones we noticed so that we can make the necessary changes for the upcoming major gophercloud version.

They're all caused by a missing pointer. We should conduct a full review of all the UpdateOpts and make the necessary code changes before releasing v3.

Version

v2 (current)

mandre avatar Sep 26 '25 09:09 mandre

This would be a continuation of the work done with https://github.com/gophercloud/gophercloud/pull/3190.

mandre avatar Sep 26 '25 09:09 mandre