Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Provisioner ¶
type Provisioner struct { provisioners.Metadata // contains filtered or unexported fields }
func New ¶
func New(name string, p ...provisioners.Provisioner) *Provisioner
func (*Provisioner) Deprovision ¶
func (p *Provisioner) Deprovision(ctx context.Context) error
Deprovision implements the Provision interface. Note: things happen in the reverse order to provisioning, this assumes that the same code that generates the provisioner, generates the deprovisioner and ordering constraints matter.
Click to show internal directories.
Click to hide internal directories.