Documentation ¶
Index ¶
- type Config
- type Provisioner
- func (p *Provisioner) Cancel()
- func (p *Provisioner) Prepare(raws ...interface{}) error
- func (p *Provisioner) Provision(ui packer.Ui, comm packer.Communicator) error
- func (p *Provisioner) ProvisionDownload(ui packer.Ui, comm packer.Communicator) error
- func (p *Provisioner) ProvisionUpload(ui packer.Ui, comm packer.Communicator) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶ added in v0.8.0
type Config struct { common.PackerConfig `mapstructure:",squash"` // The local path of the file to upload. Source string // The remote path where the local file will be uploaded to. Destination string // Direction Direction string // contains filtered or unexported fields }
type Provisioner ¶
type Provisioner struct {
// contains filtered or unexported fields
}
func (*Provisioner) Cancel ¶ added in v0.3.6
func (p *Provisioner) Cancel()
func (*Provisioner) Prepare ¶
func (p *Provisioner) Prepare(raws ...interface{}) error
func (*Provisioner) Provision ¶
func (p *Provisioner) Provision(ui packer.Ui, comm packer.Communicator) error
func (*Provisioner) ProvisionDownload ¶ added in v0.8.0
func (p *Provisioner) ProvisionDownload(ui packer.Ui, comm packer.Communicator) error
func (*Provisioner) ProvisionUpload ¶ added in v0.8.0
func (p *Provisioner) ProvisionUpload(ui packer.Ui, comm packer.Communicator) error
Click to show internal directories.
Click to hide internal directories.