mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-06-09 00:34:10 -04:00
Fix comment for struct DeploymentBasicGeneratorV1
This commit is contained in:
parent
e65ac460eb
commit
e3b697097d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue