1
0
mirror of https://github.com/rancher/types.git synced 2025-09-28 05:25:03 +00:00

go generate

This commit is contained in:
gitlawr
2019-02-17 22:35:43 +08:00
committed by Alena Prokharchyk
parent d499bc5d50
commit 0f5ebf405a

View File

@@ -7,6 +7,6 @@ const (
)
type UpdateMultiClusterAppTargetsInput struct {
Answers []string `json:"answers,omitempty" yaml:"answers,omitempty"`
Answers []Answer `json:"answers,omitempty" yaml:"answers,omitempty"`
Projects []string `json:"projects,omitempty" yaml:"projects,omitempty"`
}