mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-23 03:41:45 +00:00
Merge pull request #6668 from ArtfulCoder/fix_compilation
fix compilation
This commit is contained in:
commit
4f3f19511f
@ -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