Documentation ¶
Index ¶
Constants ¶
View Source
const BuilderId = "packer.post-processor.googlecompute-export"
Variables ¶
View Source
var StartupScript string = `` /* 1934-byte string literal not displayed */
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { common.PackerConfig `mapstructure:",squash"` Paths []string `mapstructure:"paths"` KeepOriginalImage bool `mapstructure:"keep_input_artifact"` // contains filtered or unexported fields }
type PostProcessor ¶
type PostProcessor struct {
// contains filtered or unexported fields
}
func (*PostProcessor) Configure ¶
func (p *PostProcessor) Configure(raws ...interface{}) error
Click to show internal directories.
Click to hide internal directories.