Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnalyticsClient ¶
type AnalyticsD ¶
type Hypervisor ¶
type Provisioner ¶
type Provisioner interface {
Ping() error
DeployBosh() error
DeployCloudFoundry([]string) error
GetServices() ([]provision.Service, string, error)
WhiteListServices(string, []provision.Service) ([]provision.Service, error)
DeployServices(provision.UI, []provision.Service) error
ReportProgress(provision.UI, string)
}
type Start ¶
type Start struct {
Exit chan struct{}
LocalExit chan string
UI UI
Config config.Config
IsoReader IsoReader
Analytics AnalyticsClient
AnalyticsToggle Toggle
HostNet HostNet
Host Host
Cache Cache
CFDevD CFDevD
VpnKit VpnKit
AnalyticsD AnalyticsD
Hypervisor Hypervisor
Provisioner Provisioner
Stop Stop
Profiler SystemProfiler
}
type SystemProfiler ¶
Click to show internal directories.
Click to hide internal directories.