Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pkg/apis/config: fix balloons config tags.
Fix `omitempty` JSON tags for balloons config `PreferCloseToDevices` and `IdleCpuClass`, so they properly imply optionality in the corresponding CRD fields. Tag `PreferFarFromDevices` is considered unstable/untested and should not be used. Hence, tag it as `"-"` to prevent unmarshalling it from a CRD to the actual configuration. Signed-off-by: Krisztian Litkey <[email protected]>
- Loading branch information