Remove an addressed TODO.

Signed-off-by: Lantao Liu <lantaol@google.com>
This commit is contained in:
Lantao Liu 2017-09-06 23:29:12 +00:00
parent 34319e025f
commit 2b6302d91d

View File

@ -65,7 +65,6 @@ type criContainerdService struct {
// rootDir is the directory for managing cri-containerd files. // rootDir is the directory for managing cri-containerd files.
rootDir string rootDir string
// sandboxImage is the image to use for sandbox container. // sandboxImage is the image to use for sandbox container.
// TODO(random-liu): Make this configurable via flag.
sandboxImage string sandboxImage string
// snapshotter is the snapshotter to use in containerd. // snapshotter is the snapshotter to use in containerd.
snapshotter string snapshotter string