mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-27 13:37:30 +00:00
Remove dead code.
This commit is contained in:
parent
10f6056170
commit
b4ab6e6ecc
@ -36,13 +36,6 @@ import (
|
|||||||
"github.com/golang/glog"
|
"github.com/golang/glog"
|
||||||
)
|
)
|
||||||
|
|
||||||
// DockerContainerData is the structured representation of the JSON object returned by Docker inspect
|
|
||||||
type DockerContainerData struct {
|
|
||||||
state struct {
|
|
||||||
Running bool
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// DockerInterface is an abstract interface for testability. It abstracts the interface of docker.Client.
|
// DockerInterface is an abstract interface for testability. It abstracts the interface of docker.Client.
|
||||||
type DockerInterface interface {
|
type DockerInterface interface {
|
||||||
ListContainers(options docker.ListContainersOptions) ([]docker.APIContainers, error)
|
ListContainers(options docker.ListContainersOptions) ([]docker.APIContainers, error)
|
||||||
|
Loading…
Reference in New Issue
Block a user