PodWorkers test.

This commit is contained in:
Wojciech Tyczynski
2015-02-26 13:39:35 +01:00
parent 18ebae9653
commit 0ffd607c79
2 changed files with 144 additions and 1 deletions

View File

@@ -30,7 +30,6 @@ import (
type syncPodFnType func(*api.BoundPod, dockertools.DockerContainers) error
// TODO(wojtek-t) Add unit tests for this type.
type podWorkers struct {
// Protects podUpdates field.
podLock sync.Mutex