mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-09 03:57:41 +00:00
Run gofmt
This commit is contained in:
parent
0d907e015b
commit
db8e47a965
@ -20,8 +20,8 @@ package dockershim
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
"path/filepath"
|
|
||||||
"os"
|
"os"
|
||||||
|
"path/filepath"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
"k8s.io/klog"
|
"k8s.io/klog"
|
||||||
@ -44,7 +44,7 @@ func (ds *dockerService) ImageFsInfo(_ context.Context, r *runtimeapi.ImageFsInf
|
|||||||
|
|
||||||
return &runtimeapi.ImageFsInfoResponse{
|
return &runtimeapi.ImageFsInfoResponse{
|
||||||
ImageFilesystems: []*runtimeapi.FilesystemUsage{
|
ImageFilesystems: []*runtimeapi.FilesystemUsage{
|
||||||
&runtimeapi.FilesystemUsage{
|
{
|
||||||
Timestamp: time.Now().Unix(),
|
Timestamp: time.Now().Unix(),
|
||||||
FsId: &runtimeapi.FilesystemIdentifier{
|
FsId: &runtimeapi.FilesystemIdentifier{
|
||||||
Mountpoint: info.DockerRootDir,
|
Mountpoint: info.DockerRootDir,
|
||||||
|
Loading…
Reference in New Issue
Block a user