You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: make mem_size_mib and track_dirty_pages optional
This makes these fields optional in PATCH /machine-config requests. The
comment on this structure says that all fields should be optional, and I
dont quite see why these two should be different. Thus, add
`serde(default)` to avoid forcing customers to explicitly set them to
`null` if they do not want to update these parts of the machine config.
Signed-off-by: Patrick Roy <[email protected]>
0 commit comments