Adding compatibility for marathon 1.5
This commit is contained in:
parent
461ebf6d88
commit
04d8b5d483
35 changed files with 2257 additions and 63 deletions
2
vendor/github.com/gambol99/go-marathon/application_marshalling.go
generated
vendored
2
vendor/github.com/gambol99/go-marathon/application_marshalling.go
generated
vendored
|
@ -61,7 +61,7 @@ func (app *Application) UnmarshalJSON(b []byte) error {
|
|||
(*secrets)[secStore] = Secret{EnvVar: envName}
|
||||
break
|
||||
}
|
||||
return fmt.Errorf("unexpected secret field %v or value type %T", secret, envValOrSecret[secret])
|
||||
return fmt.Errorf("unexpected secret field %v of value type %T", secret, envValOrSecret[secret])
|
||||
}
|
||||
default:
|
||||
return fmt.Errorf("unexpected environment variable type %T", envValOrSecret)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue