Versions in this module Expand all Collapse all v1 v1.5.1 Apr 28, 2017 Changes in this version + type FakeDeploymentConfigStore struct + DeploymentConfig *api.DeploymentConfig + Err error + func NewFakeDeploymentConfigStore(deployment *api.DeploymentConfig) FakeDeploymentConfigStore + func (s FakeDeploymentConfigStore) Add(obj interface{}) error + func (s FakeDeploymentConfigStore) ContainedIDs() sets.String + func (s FakeDeploymentConfigStore) Delete(obj interface{}) error + func (s FakeDeploymentConfigStore) Get(obj interface{}) (item interface{}, exists bool, err error) + func (s FakeDeploymentConfigStore) GetByKey(id string) (item interface{}, exists bool, err error) + func (s FakeDeploymentConfigStore) List() []interface{} + func (s FakeDeploymentConfigStore) Replace(list []interface{}) error + func (s FakeDeploymentConfigStore) Update(obj interface{}) error + type FakeDeploymentStore struct + Deployment *kapi.ReplicationController + Err error + func NewFakeDeploymentStore(deployment *kapi.ReplicationController) FakeDeploymentStore + func (s FakeDeploymentStore) Add(obj interface{}) error + func (s FakeDeploymentStore) ContainedIDs() sets.String + func (s FakeDeploymentStore) Delete(obj interface{}) error + func (s FakeDeploymentStore) Get(obj interface{}) (item interface{}, exists bool, err error) + func (s FakeDeploymentStore) GetByKey(id string) (item interface{}, exists bool, err error) + func (s FakeDeploymentStore) List() []interface{} + func (s FakeDeploymentStore) Replace(list []interface{}) error + func (s FakeDeploymentStore) Update(obj interface{}) error v1.5.0-alpha.1 Dec 29, 2016 Incompatible versions in this module v3.7.0-alpha.0+incompatible Aug 1, 2017