test

package
v1.0.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 24, 2015 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

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() util.StringSet

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() util.StringSet

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL