Open
Description
CAPI (and providers via importing the CAPI package) uses gofuzz for fuzzy testing api conversions via the conversion package.
The gofuzz project has been archived since Jan 2024 so it's not receiving any updates. It's probably worth us considering moving away from using this package to something that is maintained or in-tree.
There is a lot of benefit from fuzzy testing the api conversions so we shouldn't remove these types of tests.
Upstream Kubernetes has marked this as unwanted and suggests randfill be used.
Similar to #9548.
/area testing
/kind cleanup