Open
Description
It seems like the following field should probably omitempty
, so that json.Unmarshal
of an empty LimitRange
doesn't zero out non-empty Limits
.
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?