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 buildUpdater PodCreator podCreator BuildStrategy BuildStrategy }
BuildController watches build resources and manages their state
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.
Click to show internal directories.
Click to hide internal directories.