Documentation ¶
Index ¶
- func LBURL(config acceptance.Config, bbl BBL, state acceptance.State) (string, error)
- type AWS
- type Azure
- type BBL
- func (b BBL) BOSHDeploymentVars() string
- func (b BBL) CloudConfig() string
- func (b BBL) CreateLB(loadBalancerType string, cert string, key string, chain string) *gexec.Session
- func (b BBL) DeleteLBs() *gexec.Session
- func (b BBL) Destroy() *gexec.Session
- func (b BBL) DirectorAddress() string
- func (b BBL) DirectorCACert() string
- func (b BBL) DirectorPassword() string
- func (b BBL) DirectorSSHKey() string
- func (b BBL) DirectorUsername() string
- func (b BBL) Down() *gexec.Session
- func (b BBL) EnvID() string
- func (b BBL) JumpboxAddress() string
- func (b BBL) JumpboxDeploymentVars() string
- func (b BBL) LatestError() string
- func (b BBL) Lbs() string
- func (b BBL) Plan(additionalArgs ...string) *gexec.Session
- func (b BBL) PredefinedEnvID() string
- func (b BBL) PrintEnv() string
- func (b BBL) Rotate() *gexec.Session
- func (b BBL) SSHKey() string
- func (b BBL) SaveDirectorCA() string
- func (b BBL) StartSSHTunnel() *gexec.Session
- func (b BBL) Up(additionalArgs ...string) *gexec.Session
- func (b BBL) UpdateLB(certPath, keyPath, chainPath string) *gexec.Session
- type BOSHCLI
- func (BOSHCLI) CloudConfig(address, caCertPath, username, password string) (string, error)
- func (BOSHCLI) DeleteDeployment(address, caCertPath, username, password, deployment string) error
- func (BOSHCLI) DeleteEnv(stateFilePath, manifestPath string) error
- func (BOSHCLI) Deploy(...) error
- func (BOSHCLI) DirectorExists(address, caCertPath string) (bool, error)
- func (BOSHCLI) Env(address, caCertPath string) (string, error)
- func (BOSHCLI) UploadRelease(address, caCertPath, username, password, releasePath string) error
- func (BOSHCLI) UploadStemcell(address, caCertPath, username, password, stemcellPath string) error
- func (BOSHCLI) VMs(address, caCertPath, username, password, deployment string) (string, error)
- type BOSHDirectorChecker
- type GCP
- type IAAS
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LBURL ¶
func LBURL(config acceptance.Config, bbl BBL, state acceptance.State) (string, error)
Types ¶
type AWS ¶
type AWS struct {
// contains filtered or unexported fields
}
func NewAWS ¶
func NewAWS(configuration acceptance.Config) AWS
func (AWS) GetSSLCertificateNameFromLBs ¶
func (AWS) LoadBalancers ¶
func (AWS) NetworkHasBOSHDirector ¶
type Azure ¶
type Azure struct {
// contains filtered or unexported fields
}
func NewAzure ¶
func NewAzure(config acceptance.Config) Azure
func (Azure) GetResourceGroup ¶
func (Azure) NetworkHasBOSHDirector ¶
type BBL ¶
type BBL struct {
// contains filtered or unexported fields
}
func (BBL) BOSHDeploymentVars ¶
func (BBL) CloudConfig ¶
func (BBL) DirectorAddress ¶
func (BBL) DirectorCACert ¶
func (BBL) DirectorPassword ¶
func (BBL) DirectorSSHKey ¶
func (BBL) DirectorUsername ¶
func (BBL) JumpboxAddress ¶
func (BBL) JumpboxDeploymentVars ¶
func (BBL) LatestError ¶
func (BBL) PredefinedEnvID ¶
func (BBL) SaveDirectorCA ¶
func (BBL) StartSSHTunnel ¶
type BOSHCLI ¶
type BOSHCLI struct{}
func NewBOSHCLI ¶
func NewBOSHCLI() BOSHCLI
func (BOSHCLI) CloudConfig ¶
func (BOSHCLI) DeleteDeployment ¶
func (BOSHCLI) DirectorExists ¶
func (BOSHCLI) UploadRelease ¶
func (BOSHCLI) UploadStemcell ¶
type BOSHDirectorChecker ¶
func NewBOSHDirectorChecker ¶
func NewBOSHDirectorChecker(config acceptance.Config) BOSHDirectorChecker
type GCP ¶
type GCP struct {
// contains filtered or unexported fields
}
func NewGCP ¶
func NewGCP(config acceptance.Config) GCP
func (GCP) GetTargetHTTPSProxy ¶
func (g GCP) GetTargetHTTPSProxy(name string) (*compute.TargetHttpsProxy, error)
func (GCP) GetTargetPool ¶
func (g GCP) GetTargetPool(targetPoolName string) (*compute.TargetPool, error)
func (GCP) NetworkHasBOSHDirector ¶
Click to show internal directories.
Click to hide internal directories.