Documentation ¶
Index ¶
- type FakeBuildConfigStore
- func (s FakeBuildConfigStore) Add(obj interface{}) error
- func (s FakeBuildConfigStore) ContainedIDs() util.StringSet
- func (s FakeBuildConfigStore) Delete(obj interface{}) error
- func (s FakeBuildConfigStore) Get(obj interface{}) (item interface{}, exists bool, err error)
- func (s FakeBuildConfigStore) GetByKey(id string) (item interface{}, exists bool, err error)
- func (s FakeBuildConfigStore) List() []interface{}
- func (s FakeBuildConfigStore) ListKeys() []string
- func (s FakeBuildConfigStore) Replace(list []interface{}) error
- func (s FakeBuildConfigStore) Update(obj interface{}) error
- type FakeBuildStore
- func (s FakeBuildStore) Add(obj interface{}) error
- func (s FakeBuildStore) ContainedIDs() util.StringSet
- func (s FakeBuildStore) Delete(obj interface{}) error
- func (s FakeBuildStore) Get(obj interface{}) (item interface{}, exists bool, err error)
- func (s FakeBuildStore) GetByKey(id string) (item interface{}, exists bool, err error)
- func (s FakeBuildStore) List() []interface{}
- func (s FakeBuildStore) ListKeys() []string
- func (s FakeBuildStore) Replace(list []interface{}) error
- func (s FakeBuildStore) Update(obj interface{}) error
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 ¶
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
Click to show internal directories.
Click to hide internal directories.