diff --git a/pkg/api/types.go b/pkg/api/types.go index 3c82e738876..95e44c65fdb 100644 --- a/pkg/api/types.go +++ b/pkg/api/types.go @@ -1123,7 +1123,7 @@ type NodeSystemInfo struct { // BootID is the boot-id reported by the node BootID string `json:"bootID"` // Kernel version reported by the node - KernelVersion string `json:"kernelVersion""` + KernelVersion string `json:"kernelVersion"` // OS image used reported by the node OsImage string `json:"osImage"` // Container runtime version reported by the node