mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 07:27:21 +00:00
replace OsImage to OSImage
This commit is contained in:
@@ -1011,7 +1011,7 @@ func deepCopy_api_NodeSystemInfo(in NodeSystemInfo, out *NodeSystemInfo, c *conv
|
||||
out.SystemUUID = in.SystemUUID
|
||||
out.BootID = in.BootID
|
||||
out.KernelVersion = in.KernelVersion
|
||||
out.OsImage = in.OsImage
|
||||
out.OSImage = in.OSImage
|
||||
out.ContainerRuntimeVersion = in.ContainerRuntimeVersion
|
||||
out.KubeletVersion = in.KubeletVersion
|
||||
out.KubeProxyVersion = in.KubeProxyVersion
|
||||
|
||||
Reference in New Issue
Block a user