Documentation ¶
Index ¶
Constants ¶
View Source
const BuilderId = "hcloud.builder"
The unique id for the builder
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { common.PackerConfig `mapstructure:",squash"` Comm communicator.Config `mapstructure:",squash"` HCloudToken string `mapstructure:"token"` Endpoint string `mapstructure:"endpoint"` PollInterval time.Duration `mapstructure:"poll_interval"` ServerName string `mapstructure:"server_name"` Location string `mapstructure:"location"` ServerType string `mapstructure:"server_type"` Image string `mapstructure:"image"` SnapshotName string `mapstructure:"snapshot_name"` UserData string `mapstructure:"user_data"` UserDataFile string `mapstructure:"user_data_file"` // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.