# Constants
The unique ID for this builder.
# Variables
No description provided by the author
# Structs
Artifact represents a GCE image as the result of a Packer build.
Builder represents a Packer Builder.
Config is the configuration structure for the GCE builder.
DriverMock is a Driver implementation that is a mocked out so that it can be used for tests.
No description provided by the author
No description provided by the author
StepCreateInstance represents a Packer build step that creates GCE instances.
StepCreateSSHKey represents a Packer build step that generates SSH key pairs.
stepInstanceInfo represents a Packer build step that gathers GCE instance info.
StepTeardownInstance represents a Packer build step that tears down GCE instances.
# Interfaces
Driver is the interface that has to be implemented to communicate with GCE.
# Type aliases
StepCheckExistingImage represents a Packer build step that checks if the target image already exists, and aborts immediately if so.
StepCreateImage represents a Packer build step that creates GCE machine images.