mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 19:56:01 +00:00
fix compilation
This commit is contained in:
parent
b7ed910436
commit
964bc6b85d
@ -58,5 +58,5 @@ func (self *cadvisorUnsupported) DockerImagesFsInfo() (cadvisorApiV2.FsInfo, err
|
||||
}
|
||||
|
||||
func (self *cadvisorUnsupported) GetPastEvents(request *events.Request) ([]*cadvisorApi.Event, error) {
|
||||
return cadvisorApi.Event{}, unsupportedErr
|
||||
return []*cadvisorApi.Event{}, unsupportedErr
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user