Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AgentEnvService ¶
type AgentEnvService interface {
// Fetch will return an error if Update was not called beforehand
Fetch() (apiv1.AgentEnv, error)
Update(apiv1.AgentEnv) error
}
func NewFSAgentEnvService ¶
func NewFSAgentEnvService(fileService FileService, logger boshlog.Logger) AgentEnvService
type Container ¶
type Container struct {
// contains filtered or unexported fields
}
func NewContainer ¶
type Factory ¶
type Factory struct {
// contains filtered or unexported fields
}
func NewFactory ¶
type FileService ¶
func NewFileService ¶
type VMProps ¶
type VMProps struct {
ExposedPorts []string `json:"ports"` // [6868/tcp]
// Allow all Docker options
// ./src/github.com/docker/engine-api/types/container/host_config.go
dkrcont.HostConfig `json:",inline"`
}
Click to show internal directories.
Click to hide internal directories.