Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var STITempDirectoryCreator = &tempDirectoryCreator{}
Functions ¶
This section is empty.
Types ¶
type DockerBuildStrategy ¶
DockerBuildStrategy creates a Docker build using a Docker builder image.
func (*DockerBuildStrategy) CreateBuildPod ¶
CreateBuildPod creates the pod to be used for the Docker build TODO: Make the Pod definition configurable
type STIBuildStrategy ¶
type STIBuildStrategy struct { BuilderImage string TempDirectoryCreator TempDirectoryCreator UseLocalImages bool }
STIBuildStrategy creates STI(source to image) builds
func (*STIBuildStrategy) CreateBuildPod ¶
CreateBuildPod creates a pod that will execute the STI build TODO: Make the Pod definition configurable
type TempDirectoryCreator ¶
Click to show internal directories.
Click to hide internal directories.