Skip to content

Commit

Permalink
remove possibleValues from controlImplementation (docker-archive#46)
Browse files Browse the repository at this point in the history
remove defaultValues from implementsProfiles

Signed-off-by: aitchkhan <aitchkhan@gmail.com>
  • Loading branch information
aitchkhan authored and asadullah-yousuf-10p committed Jan 16, 2019
1 parent eaeed97 commit e0bddd6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions templates/implementation.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ var ImplementationGenerated = implementation.Implementation{
Guidance: "{{.Guidance}}",
ParameterID: "{{.ParameterID}}",
ValueID: "{{.ValueID}}",
DefaultValue: "{{.PossibleValues}}",
PossibleValues: []string{
{{range .PossibleValues}}
"{{.}}",
Expand Down Expand Up @@ -106,11 +105,6 @@ var ImplementationGenerated = implementation.Implementation{
ParameterID: "{{.ParameterID}}",
ValueID: "{{.ValueID}}",
DefaultValue: "{{.DefaultValue}}",
PossibleValues: []string{
{{range .PossibleValues}}
"{{.}}",
{{end}}
},
},
{{end}}
},
Expand Down

0 comments on commit e0bddd6

Please sign in to comment.