factory

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Jun 30, 2015 License: Apache-2.0 Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BuildControllerFactory

type BuildControllerFactory struct {
	OSClient            osclient.Interface
	KubeClient          kclient.Interface
	BuildUpdater        buildclient.BuildUpdater
	DockerBuildStrategy *strategy.DockerBuildStrategy
	SourceBuildStrategy *strategy.SourceBuildStrategy
	CustomBuildStrategy *strategy.CustomBuildStrategy
	// Stop may be set to allow controllers created by this factory to be terminated.
	Stop <-chan struct{}
}

BuildControllerFactory constructs BuildController objects

func (*BuildControllerFactory) Create

Create constructs a BuildController

func (*BuildControllerFactory) CreateDeleteController

func (factory *BuildControllerFactory) CreateDeleteController() controller.RunnableController

CreateDeleteController constructs a BuildDeleteController

type BuildPodControllerFactory

type BuildPodControllerFactory struct {
	OSClient     osclient.Interface
	KubeClient   kclient.Interface
	BuildUpdater buildclient.BuildUpdater
	// Stop may be set to allow controllers created by this factory to be terminated.
	Stop <-chan struct{}
	// contains filtered or unexported fields
}

BuildPodControllerFactory construct BuildPodController objects

func (*BuildPodControllerFactory) Create

Create constructs a BuildPodController

func (*BuildPodControllerFactory) CreateDeleteController

func (factory *BuildPodControllerFactory) CreateDeleteController() controller.RunnableController

CreateDeleteController constructs a BuildPodDeleteController

type ControllerClient

type ControllerClient struct {
	KubeClient kclient.Interface
	Client     osclient.Interface
}

ControllerClient implements the common interfaces needed for build controllers

func (ControllerClient) CreatePod

func (c ControllerClient) CreatePod(namespace string, pod *kapi.Pod) (*kapi.Pod, error)

CreatePod creates a pod using the Kubernetes client.

func (ControllerClient) DeletePod

func (c ControllerClient) DeletePod(namespace string, pod *kapi.Pod) error

DeletePod destroys a pod using the Kubernetes client.

func (ControllerClient) GetImageStream

func (c ControllerClient) GetImageStream(namespace, name string) (*imageapi.ImageStream, error)

GetImageStream retrieves an image repository by namespace and name

func (ControllerClient) GetPod

func (c ControllerClient) GetPod(namespace, name string) (*kapi.Pod, error)

GetPod gets a pod using the Kubernetes client.

type ImageChangeControllerFactory

type ImageChangeControllerFactory struct {
	Client                  osclient.Interface
	BuildConfigInstantiator buildclient.BuildConfigInstantiator
	// Stop may be set to allow controllers created by this factory to be terminated.
	Stop <-chan struct{}
}

ImageChangeControllerFactory can create an ImageChangeController which obtains ImageStreams from a queue populated from a watch of all ImageStreams.

func (*ImageChangeControllerFactory) Create

Create creates a new ImageChangeController which is used to trigger builds when a new image is available

Jump to

Keyboard shortcuts

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