Versions in this module Expand all Collapse all v0 v0.0.61 Sep 10, 2016 v0.0.60 Sep 9, 2016 v0.0.59 Sep 8, 2016 v0.0.58 Sep 8, 2016 v0.0.57 Sep 8, 2016 v0.0.56 Sep 7, 2016 v0.0.55 Sep 6, 2016 v0.0.54 Sep 6, 2016 v0.0.53 Sep 2, 2016 v0.0.52 Sep 1, 2016 v0.0.51 Aug 31, 2016 v0.0.50 Aug 31, 2016 Changes in this version + type Manifest struct + Mbus string + Name string + Properties biproperty.Map + Registry Registry + Template ReleaseJobRef + func (m *Manifest) PopulateRegistry(username string, password string, host string, port int, sshTunnel SSHTunnel) + type Parser interface + Parse func(string, boshtpl.Variables, birelsetmanifest.Manifest) (Manifest, error) + func NewParser(fs boshsys.FileSystem, uuidGenerator boshuuid.Generator, logger boshlog.Logger, ...) Parser + type Registry struct + Host string + Password string + Port int + SSHTunnel SSHTunnel + Username string + func (r Registry) IsEmpty() bool + type ReleaseJobRef struct + Name string + Release string + type SSHTunnel struct + Host string + Password string + Port int + PrivateKey string + User string + type Validator interface + Validate func(Manifest, birelsetmanifest.Manifest) error + func NewValidator(logger boshlog.Logger) Validator