浏览代码

review updates

Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
Evan Hazlett 8 年之前
父节点
当前提交
e9fd1c5918
共有 1 个文件被更改,包括 2 次插入0 次删除
  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