Versions in this module Expand all Collapse all v5 v5.5.1 May 21, 2019 v5.5.0 Apr 13, 2019 v5.4.0 Nov 10, 2018 v5.3.1 Sep 22, 2018 v5.2.2 Aug 27, 2018 v5.2.1 Aug 27, 2018 v5.1.2 Aug 16, 2018 v5.1.1 Aug 4, 2018 v5.0.1 Jul 18, 2018 Changes in this version + type Certificate struct + CA string + type Manifest struct + Cert Certificate + 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, patch.Op, 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 Other modules containing this package gopkg.in/cloudfoundry/bosh-cli.v0 gopkg.in/cloudfoundry/bosh-cli.v2 gopkg.in/cloudfoundry/bosh-cli.v3 gopkg.in/cloudfoundry/bosh-cli.v4 gopkg.in/cloudfoundry/bosh-cli.v6