Signed-off-by: Xianglin Gao <xlgao@zju.edu.cn>
This commit is contained in:
Xianglin Gao 2016-10-11 16:00:09 +08:00
parent 96cc03ccd9
commit 38cba478b8

View file

@ -102,7 +102,7 @@ func SearchLabels(labels []string, query string) string {
} }
// Annotations returns the bundle path and user defined annotations from the // Annotations returns the bundle path and user defined annotations from the
// libcontianer state. We need to remove the bundle because that is a label // libcontainer state. We need to remove the bundle because that is a label
// added by libcontainer. // added by libcontainer.
func Annotations(labels []string) (bundle string, userAnnotations map[string]string) { func Annotations(labels []string) (bundle string, userAnnotations map[string]string) {
userAnnotations = make(map[string]string) userAnnotations = make(map[string]string)