mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-26 21:17:23 +00:00
Run gofmt
This commit is contained in:
parent
82b6b19173
commit
0c1d6d330f
@ -71,12 +71,12 @@ type FakeDockerClient struct {
|
|||||||
// Images pulled by ref (name or ID).
|
// Images pulled by ref (name or ID).
|
||||||
ImagesPulled []string
|
ImagesPulled []string
|
||||||
|
|
||||||
VersionInfo dockertypes.Version
|
VersionInfo dockertypes.Version
|
||||||
Information dockertypes.Info
|
Information dockertypes.Info
|
||||||
ExecInspect *dockertypes.ContainerExecInspect
|
ExecInspect *dockertypes.ContainerExecInspect
|
||||||
execCmd []string
|
execCmd []string
|
||||||
EnableSleep bool
|
EnableSleep bool
|
||||||
ImageHistoryMap map[string][]dockerimagetypes.HistoryResponseItem
|
ImageHistoryMap map[string][]dockerimagetypes.HistoryResponseItem
|
||||||
ContainerStatsMap map[string]*dockertypes.StatsJSON
|
ContainerStatsMap map[string]*dockertypes.StatsJSON
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user