mirror of
https://github.com/rancher/types.git
synced 2025-09-28 05:25:03 +00:00
go generate
This commit is contained in:
committed by
Alena Prokharchyk
parent
d499bc5d50
commit
0f5ebf405a
@@ -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"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user