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
k8s-ci-robot
added
lifecycle/rotten
Denotes an issue or PR that has aged beyond stale and will be auto-closed.
and removed
lifecycle/stale
Denotes an issue or PR has remained open with no activity and has become stale.
labels
Jan 19, 2025
It seems like the following field should probably
omitempty
, so thatjson.Unmarshal
of an emptyLimitRange
doesn't zero out non-emptyLimits
.api/core/v1/types.go
Line 7010 in 71385f0
Is there any reason this is not
omitempty
? If not, does it make sense to open a PR to change this?The text was updated successfully, but these errors were encountered: