Versions in this module Expand all Collapse all v1 v1.5.1 Apr 28, 2017 Changes in this version + func NewFakeBuildConfigIndex(build *buildapi.BuildConfig) oscache.StoreToBuildConfigLister + type FakeBuildConfigIndex struct + Build *buildapi.BuildConfig + Err error + func (i *FakeBuildConfigIndex) GetConfigsForImageStreamTrigger(namespace, name string) ([]*buildapi.BuildConfig, error) + func (i *FakeBuildConfigIndex) List() ([]*buildapi.BuildConfig, error) + type FakeBuildStore struct + Build *buildapi.Build + Err error + func NewFakeBuildStore(build *buildapi.Build) FakeBuildStore + func (s FakeBuildStore) Add(obj interface{}) error + func (s FakeBuildStore) ContainedIDs() sets.String + func (s FakeBuildStore) Delete(obj interface{}) error + func (s FakeBuildStore) Get(obj interface{}) (interface{}, bool, error) + func (s FakeBuildStore) GetByKey(id string) (interface{}, bool, error) + func (s FakeBuildStore) List() []interface{} + func (s FakeBuildStore) ListKeys() []string + func (s FakeBuildStore) Replace(list []interface{}, resourceVersion string) error + func (s FakeBuildStore) Resync() error + func (s FakeBuildStore) Update(obj interface{}) error v1.5.0-alpha.1 Dec 29, 2016 Incompatible versions in this module v3.10.0-rc.0+incompatible Jun 15, 2018 v3.7.0-alpha.0+incompatible Aug 1, 2017