Skip to content

Commit

Permalink
Merge pull request #5 from teutostack/pr-4-generator-options
Browse files Browse the repository at this point in the history
Added code for unmarshalling of generator options
  • Loading branch information
donbowman committed Jul 29, 2019
2 parents c82350e + 5121d8d commit 5be371f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions SopsSecret.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ import (
)

type plugin struct {
ldr ifc.Loader
rf *resmap.Factory
types.GeneratorOptions
ldr ifc.Loader
rf *resmap.Factory
types.GeneratorOptions `json:"generatorOptions,omitempty" yaml:"generatorOptions,omitempty"`
types.SecretArgs

Name string `json:"name,omitempty" yaml:"name,omitempty"`
Namespace string `json:"namespace,omitempty" yaml:"namespace,omitempty"`
Source string `json:"source,omitempty" yaml:"source,omitempty"`
Expand Down

0 comments on commit 5be371f

Please sign in to comment.