Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Builder ¶
func NewBuilder ¶
func NewBuilder() *Builder
type DNSProvider ¶
func NewDNSProvider ¶
func NewDNSProvider() *DNSProvider
func (*DNSProvider) Provide ¶
func (d *DNSProvider) Provide(name, address string)
type Deployer ¶
type Deployer struct {
DeployInvoked bool
DeployFn func(name, image string) (address string, err error)
}
func NewDeployer ¶
func NewDeployer() *Deployer
type Initializer ¶
type Initializer struct {
SupportedRuntimes []string
InitializeInvoked bool
InitializeFn func(runtime, template, path string) error
}
func NewInitializer ¶
func NewInitializer() *Initializer
func (*Initializer) Initialize ¶
func (i *Initializer) Initialize(runtime, template, path string) error
type Remover ¶
func NewRemover ¶
func NewRemover() *Remover
Click to show internal directories.
Click to hide internal directories.