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 ClientDeploymentConfigInterface struct + Client osclient.Interface + func (c ClientDeploymentConfigInterface) GenerateDeploymentConfig(namespace, name string) (*deployapi.DeploymentConfig, error) + func (c ClientDeploymentConfigInterface) UpdateDeploymentConfig(namespace string, config *deployapi.DeploymentConfig) (*deployapi.DeploymentConfig, error) + type ClientDeploymentInterface struct + Client kclient.Interface + func (c ClientDeploymentInterface) CreateDeployment(namespace string, deployment *kapi.ReplicationController) (*kapi.ReplicationController, error) + func (c ClientDeploymentInterface) GetDeployment(namespace, name string) (*kapi.ReplicationController, error) + func (c ClientDeploymentInterface) UpdateDeployment(namespace string, deployment *kapi.ReplicationController) (*kapi.ReplicationController, error) + type DeploymentConfigChangeControllerFactory struct + Client osclient.Interface + Codec runtime.Codec + KubeClient kclient.Interface + Stop <-chan struct{} + func (factory *DeploymentConfigChangeControllerFactory) Create() *controller.DeploymentConfigChangeController + type DeploymentConfigControllerFactory struct + Client *osclient.Client + Codec runtime.Codec + KubeClient kclient.Interface + Stop <-chan struct{} + func (factory *DeploymentConfigControllerFactory) Create() *controller.DeploymentConfigController + type DeploymentControllerFactory struct + Client *osclient.Client + Codec runtime.Codec + Environment []kapi.EnvVar + KubeClient *kclient.Client + RecreateStrategyImage string + Stop <-chan struct{} + UseLocalImages bool + func (factory *DeploymentControllerFactory) Create() *controller.DeploymentController + func (factory *DeploymentControllerFactory) CreateContainer(strategy *deployapi.DeploymentStrategy) *kapi.Container + type DeploymentControllerPodInterface struct + KubeClient kclient.Interface + func (i DeploymentControllerPodInterface) CreatePod(namespace string, pod *kapi.Pod) (*kapi.Pod, error) + func (i DeploymentControllerPodInterface) DeletePod(namespace, id string) error + type ImageChangeControllerFactory struct + Client *osclient.Client + Stop <-chan struct{} + func (factory *ImageChangeControllerFactory) Create() *controller.ImageChangeController