Fix comment for struct DeploymentBasicGeneratorV1

This commit is contained in:
zhengchuan hu 2017-02-21 20:47:06 +08:00
parent e65ac460eb
commit e3b697097d

View File

@ -26,7 +26,7 @@ import (
"k8s.io/kubernetes/pkg/apis/extensions"
)
// DeploymentGeneratorV1 supports stable generation of a deployment
// DeploymentBasicGeneratorV1 supports stable generation of a deployment
type DeploymentBasicGeneratorV1 struct {
Name string
Images []string