> This serializes into an empty String on Default. It should serialize into an Option<String> if it can be missing. _Originally posted by @rwthompsonii in [#2871](https://github.com/NVIDIA/infra-controller/pull/2871/changes#r3471915210)_ Seems like we should clean up "", make them null and change this field to `Option`
Originally posted by @rwthompsonii in #2871
Seems like we should clean up "", make them null and change this field to
Option