strategy

package
v0.0.0-...-6079644 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 23, 2015 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var STITempDirectoryCreator = &tempDirectoryCreator{}

Functions

This section is empty.

Types

type CustomBuildStrategy

type CustomBuildStrategy struct {
	UseLocalImages bool
}

CustomBuildStrategy creates a build using a custom builder image.

func (*CustomBuildStrategy) CreateBuildPod

func (bs *CustomBuildStrategy) CreateBuildPod(build *buildapi.Build) (*kapi.Pod, error)

CreateBuildPod creates the pod to be used for the Custom build

type DockerBuildStrategy

type DockerBuildStrategy struct {
	Image          string
	UseLocalImages bool
}

DockerBuildStrategy creates a Docker build using a Docker builder image.

func (*DockerBuildStrategy) CreateBuildPod

func (bs *DockerBuildStrategy) CreateBuildPod(build *buildapi.Build) (*kapi.Pod, error)

CreateBuildPod creates the pod to be used for the Docker build TODO: Make the Pod definition configurable

type STIBuildStrategy

type STIBuildStrategy struct {
	Image                string
	TempDirectoryCreator TempDirectoryCreator
	UseLocalImages       bool
}

STIBuildStrategy creates STI(source to image) builds

func (*STIBuildStrategy) CreateBuildPod

func (bs *STIBuildStrategy) CreateBuildPod(build *buildapi.Build) (*kapi.Pod, error)

CreateBuildPod creates a pod that will execute the STI build TODO: Make the Pod definition configurable

type TempDirectoryCreator

type TempDirectoryCreator interface {
	CreateTempDirectory() (string, error)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL