test

package
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Jun 18, 2015 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FakeBuildConfigStore added in v0.2.1

type FakeBuildConfigStore struct {
	Build *buildapi.BuildConfig
	Err   error
}

func NewFakeBuildConfigStore added in v0.2.1

func NewFakeBuildConfigStore(build *buildapi.BuildConfig) FakeBuildConfigStore

func (FakeBuildConfigStore) Add added in v0.2.1

func (s FakeBuildConfigStore) Add(obj interface{}) error

func (FakeBuildConfigStore) ContainedIDs added in v0.2.1

func (s FakeBuildConfigStore) ContainedIDs() util.StringSet

func (FakeBuildConfigStore) Delete added in v0.2.1

func (s FakeBuildConfigStore) Delete(obj interface{}) error

func (FakeBuildConfigStore) Get added in v0.2.1

func (s FakeBuildConfigStore) Get(obj interface{}) (item interface{}, exists bool, err error)

func (FakeBuildConfigStore) GetByKey added in v0.2.2

func (s FakeBuildConfigStore) GetByKey(id string) (item interface{}, exists bool, err error)

func (FakeBuildConfigStore) List added in v0.2.1

func (s FakeBuildConfigStore) List() []interface{}

func (FakeBuildConfigStore) ListKeys added in v0.4.4

func (s FakeBuildConfigStore) ListKeys() []string

func (FakeBuildConfigStore) Replace added in v0.2.1

func (s FakeBuildConfigStore) Replace(list []interface{}) error

func (FakeBuildConfigStore) Update added in v0.2.1

func (s FakeBuildConfigStore) Update(obj interface{}) error

type FakeBuildStore

type FakeBuildStore struct {
	Build *buildapi.Build
	Err   error
}

func NewFakeBuildStore

func NewFakeBuildStore(build *buildapi.Build) FakeBuildStore

func (FakeBuildStore) Add

func (s FakeBuildStore) Add(obj interface{}) error

func (FakeBuildStore) ContainedIDs added in v0.2.1

func (s FakeBuildStore) ContainedIDs() util.StringSet

func (FakeBuildStore) Delete

func (s FakeBuildStore) Delete(obj interface{}) error

func (FakeBuildStore) Get

func (s FakeBuildStore) Get(obj interface{}) (item interface{}, exists bool, err error)

func (FakeBuildStore) GetByKey added in v0.2.2

func (s FakeBuildStore) GetByKey(id string) (item interface{}, exists bool, err error)

func (FakeBuildStore) List

func (s FakeBuildStore) List() []interface{}

func (FakeBuildStore) ListKeys added in v0.4.4

func (s FakeBuildStore) ListKeys() []string

func (FakeBuildStore) Replace

func (s FakeBuildStore) Replace(list []interface{}) error

func (FakeBuildStore) Update

func (s FakeBuildStore) Update(obj interface{}) error

Jump to

Keyboard shortcuts

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