config.go add omitempty to device.Major and device.Minor#917
config.go add omitempty to device.Major and device.Minor#917zhouhao3 wants to merge 1 commit intoopencontainers:masterfrom
Conversation
Signed-off-by: zhouhao <zhouhao@cn.fujitsu.com>
|
Can you please explain why you think this should change? It is hard to provide a reason to reject or approve this change without knowing first why you think it should be different. |
|
Modify according to the following spec: |
|
I don't think this should be changed. A device type of |
cb01bcd is updating the
and here (for
That means that both cases should have Once we add an Major int64 `json:"major,omitempty"`
Minor *int64 `json:"minor,omitempty"`does not seem worth breaking consistency with |
|
NACK |
Signed-off-by: zhouhao zhouhao@cn.fujitsu.com