Documentation ¶
Index ¶
- type 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
- 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeDeploymentConfigStore ¶
type FakeDeploymentConfigStore struct { DeploymentConfig *api.DeploymentConfig Err error }
func NewFakeDeploymentConfigStore ¶
func NewFakeDeploymentConfigStore(deployment *api.DeploymentConfig) FakeDeploymentConfigStore
func (FakeDeploymentConfigStore) Add ¶
func (s FakeDeploymentConfigStore) Add(obj interface{}) error
func (FakeDeploymentConfigStore) ContainedIDs ¶ added in v0.2.1
func (s FakeDeploymentConfigStore) ContainedIDs() sets.String
func (FakeDeploymentConfigStore) Delete ¶
func (s FakeDeploymentConfigStore) Delete(obj interface{}) error
func (FakeDeploymentConfigStore) Get ¶
func (s FakeDeploymentConfigStore) Get(obj interface{}) (item interface{}, exists bool, err error)
func (FakeDeploymentConfigStore) GetByKey ¶ added in v0.2.2
func (s FakeDeploymentConfigStore) GetByKey(id string) (item interface{}, exists bool, err error)
func (FakeDeploymentConfigStore) List ¶
func (s FakeDeploymentConfigStore) List() []interface{}
func (FakeDeploymentConfigStore) Replace ¶
func (s FakeDeploymentConfigStore) Replace(list []interface{}) error
func (FakeDeploymentConfigStore) Update ¶
func (s FakeDeploymentConfigStore) Update(obj interface{}) error
type FakeDeploymentStore ¶
type FakeDeploymentStore struct { Deployment *kapi.ReplicationController Err error }
func NewFakeDeploymentStore ¶
func NewFakeDeploymentStore(deployment *kapi.ReplicationController) FakeDeploymentStore
func (FakeDeploymentStore) Add ¶
func (s FakeDeploymentStore) Add(obj interface{}) error
func (FakeDeploymentStore) ContainedIDs ¶ added in v0.2.1
func (s FakeDeploymentStore) ContainedIDs() sets.String
func (FakeDeploymentStore) Delete ¶
func (s FakeDeploymentStore) Delete(obj interface{}) error
func (FakeDeploymentStore) Get ¶
func (s FakeDeploymentStore) Get(obj interface{}) (item interface{}, exists bool, err error)
func (FakeDeploymentStore) GetByKey ¶ added in v0.2.2
func (s FakeDeploymentStore) GetByKey(id string) (item interface{}, exists bool, err error)
func (FakeDeploymentStore) List ¶
func (s FakeDeploymentStore) List() []interface{}
func (FakeDeploymentStore) Replace ¶
func (s FakeDeploymentStore) Replace(list []interface{}) error
func (FakeDeploymentStore) Update ¶
func (s FakeDeploymentStore) Update(obj interface{}) error
Click to show internal directories.
Click to hide internal directories.