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 + const DeploymentConfigPath + const DeploymentPath + type Etcd struct + func New(helper tools.EtcdHelper) *Etcd + func (r *Etcd) CreateDeployment(ctx kapi.Context, deployment *api.Deployment) error + func (r *Etcd) CreateDeploymentConfig(ctx kapi.Context, deploymentConfig *api.DeploymentConfig) error + func (r *Etcd) DeleteDeployment(ctx kapi.Context, id string) error + func (r *Etcd) DeleteDeploymentConfig(ctx kapi.Context, id string) error + func (r *Etcd) GetDeployment(ctx kapi.Context, id string) (*api.Deployment, error) + func (r *Etcd) GetDeploymentConfig(ctx kapi.Context, id string) (*api.DeploymentConfig, error) + func (r *Etcd) ListDeploymentConfigs(ctx kapi.Context, label, field labels.Selector) (*api.DeploymentConfigList, error) + func (r *Etcd) ListDeployments(ctx kapi.Context, label, field labels.Selector) (*api.DeploymentList, error) + func (r *Etcd) UpdateDeployment(ctx kapi.Context, deployment *api.Deployment) error + func (r *Etcd) UpdateDeploymentConfig(ctx kapi.Context, deploymentConfig *api.DeploymentConfig) error + func (r *Etcd) WatchDeploymentConfigs(ctx kapi.Context, label, field labels.Selector, resourceVersion string) (watch.Interface, error) + func (r *Etcd) WatchDeployments(ctx kapi.Context, label, field labels.Selector, resourceVersion string) (watch.Interface, error)