mirror of https://github.com/k3s-io/k3s
Merge pull request #41798 from huzhengchuan/master
Automatic merge from submit-queue Fix comment for struct DeploymentBasicGeneratorV1 **Release note**: ```release-note ```pull/6/head
commit
0e0e51ddeb
|
@ -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 New Issue