Versions in this module Expand all Collapse all v0 v0.2.2 Feb 4, 2015 v0.2.1 Jan 28, 2015 Changes in this version + type ChangeStrategy interface + GenerateDeploymentConfig func(namespace, name string) (*deployapi.DeploymentConfig, error) + UpdateDeploymentConfig func(namespace string, config *deployapi.DeploymentConfig) (*deployapi.DeploymentConfig, error) + type DeploymentConfigChangeController struct + ChangeStrategy ChangeStrategy + Codec runtime.Codec + DeploymentStore cache.Store + NextDeploymentConfig func() *deployapi.DeploymentConfig + Stop <-chan struct{} + func (dc *DeploymentConfigChangeController) HandleDeploymentConfig() + func (dc *DeploymentConfigChangeController) Run() + type DeploymentConfigController struct + Codec runtime.Codec + DeploymentInterface dccDeploymentInterface + NextDeploymentConfig func() *deployapi.DeploymentConfig + Stop <-chan struct{} + func (c *DeploymentConfigController) HandleDeploymentConfig() + func (c *DeploymentConfigController) Run() + type DeploymentContainerCreator interface + CreateContainer func(*deployapi.DeploymentStrategy) *kapi.Container + type DeploymentController struct + Codec runtime.Codec + ContainerCreator DeploymentContainerCreator + DeploymentInterface dcDeploymentInterface + DeploymentStore cache.Store + Environment []kapi.EnvVar + NextDeployment func() *kapi.ReplicationController + NextPod func() *kapi.Pod + PodInterface dcPodInterface + Stop <-chan struct{} + UseLocalImages bool + func (dc *DeploymentController) HandleDeployment() + func (dc *DeploymentController) HandlePod() + func (dc *DeploymentController) Run() + type ImageChangeController struct + DeploymentConfigInterface icDeploymentConfigInterface + DeploymentConfigStore cache.Store + NextImageRepository func() *imageapi.ImageRepository + Stop <-chan struct{} + func (c *ImageChangeController) HandleImageRepo() + func (c *ImageChangeController) Run()