Versions in this module Expand all Collapse all v3 v3.0.1 Mar 13, 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.v4 gopkg.in/cloudfoundry/bosh-cli.v5 gopkg.in/cloudfoundry/bosh-cli.v6