Explorar el Código

review updates

Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
Evan Hazlett hace 8 años
padre
commit
e9fd1c5918
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      api/types/container/secret.go

+ 2 - 0
api/types/container/secret.go

@@ -2,6 +2,8 @@ package container
 
 import "os"
 
+// ContainerSecret represents a secret in a container.  This gets realized
+// in the container tmpfs
 type ContainerSecret struct {
 	Name   string
 	Target string