This commit is contained in:
Dawn Chen
2014-09-11 15:30:06 -07:00
parent 3faf393e7b
commit 25fbe210f6
2 changed files with 35 additions and 2 deletions

View File

@@ -291,8 +291,6 @@ type ContainerStatus struct {
// TODO(dchen1107): Replace docker.Container below with ContainerStatus defined above.
type PodInfo map[string]docker.Container
//type PodInfo map[string]docker.Container
type RestartPolicyAlways struct{}
// TODO(dchen1107): Define what kinds of failures should restart.