mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-02 16:29:21 +00:00
pkg/kubelet/dockertools/docker_manager.go: remove unused errors.
This commit is contained in:
parent
ff67d8218e
commit
37a8caf2a5
@ -338,12 +338,6 @@ func GetContainerLogs(client DockerInterface, pod *v1.Pod, containerID kubeconta
|
|||||||
}
|
}
|
||||||
|
|
||||||
var (
|
var (
|
||||||
// ErrNoContainersInPod is returned when there are no containers for a given pod
|
|
||||||
ErrNoContainersInPod = errors.New("NoContainersInPod")
|
|
||||||
|
|
||||||
// ErrNoPodInfraContainerInPod is returned when there is no pod infra container for a given pod
|
|
||||||
ErrNoPodInfraContainerInPod = errors.New("NoPodInfraContainerInPod")
|
|
||||||
|
|
||||||
// ErrContainerCannotRun is returned when a container is created, but cannot run properly
|
// ErrContainerCannotRun is returned when a container is created, but cannot run properly
|
||||||
ErrContainerCannotRun = errors.New("ContainerCannotRun")
|
ErrContainerCannotRun = errors.New("ContainerCannotRun")
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user