controller

package
v0.3.4 Latest Latest
Warning

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

Go to latest
Published: Mar 2, 2015 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BuildController

type BuildController struct {
	BuildStore    cache.Store
	NextBuild     func() *buildapi.Build
	NextPod       func() *kapi.Pod
	BuildUpdater  buildclient.BuildUpdater
	PodManager    podManager
	BuildStrategy BuildStrategy

	ImageRepositoryClient imageRepositoryClient
}

BuildController watches build resources and manages their state

func (*BuildController) CancelBuild added in v0.2.1

func (bc *BuildController) CancelBuild(build *buildapi.Build, pod *kapi.Pod) error

CancelBuild updates a build status to Cancelled, after its associated pod is associated.

func (*BuildController) HandleBuild

func (bc *BuildController) HandleBuild(build *buildapi.Build)

func (*BuildController) HandlePod

func (bc *BuildController) HandlePod(pod *kapi.Pod)

func (*BuildController) Run

func (bc *BuildController) Run()

Run begins watching and syncing build jobs onto the cluster.

type BuildStrategy

type BuildStrategy interface {
	CreateBuildPod(build *buildapi.Build) (*kapi.Pod, error)
}

BuildStrategy knows how to create a pod spec for a pod which can execute a build.

type ImageChangeController added in v0.2.1

type ImageChangeController struct {
	NextImageRepository func() *imageapi.ImageRepository
	BuildConfigStore    cache.Store
	BuildCreator        buildclient.BuildCreator
	BuildConfigUpdater  buildclient.BuildConfigUpdater
	// Stop is an optional channel that controls when the controller exits
	Stop <-chan struct{}
}

ImageChangeController watches for changes to ImageRepositories and triggers builds when a new version of a tag referenced by a BuildConfig is available.

func (*ImageChangeController) HandleImageRepo added in v0.2.1

func (c *ImageChangeController) HandleImageRepo()

HandleImageRepo processes the next ImageRepository event.

func (*ImageChangeController) Run added in v0.2.1

func (c *ImageChangeController) Run()

Run processes ImageRepository events one by one.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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