Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Default = &Plugin{}
)
Functions ¶
This section is empty.
Types ¶
type Plugin ¶
type Plugin struct { // The list of images to build (e.g. acmesolver, controller, webhook) Components []string // If true, the built images will be exported to the configured docker // daemon when the Build() method is called. ExportToDocker bool // List of architectures to build images for GoArch []string // DockerConfig is a path to a directory containing a config.json file that // is used for Docker authentication DockerConfig string // contains filtered or unexported fields }
func (*Plugin) InitPublish ¶
Click to show internal directories.
Click to hide internal directories.