Documentation ¶
Index ¶
- func NewFakeBuildConfigIndex(build *buildapi.BuildConfig) buildlister.BuildConfigLister
- type FakeBuildConfigIndex
- type 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFakeBuildConfigIndex ¶ added in v1.4.0
func NewFakeBuildConfigIndex(build *buildapi.BuildConfig) buildlister.BuildConfigLister
Types ¶
type FakeBuildConfigIndex ¶ added in v1.4.0
type FakeBuildConfigIndex struct { Build *buildapi.BuildConfig Err error }
func (*FakeBuildConfigIndex) BuildConfigs ¶
func (i *FakeBuildConfigIndex) BuildConfigs(ns string) buildlister.BuildConfigNamespaceLister
func (*FakeBuildConfigIndex) Get ¶
func (i *FakeBuildConfigIndex) Get(name string) (*buildapi.BuildConfig, error)
func (*FakeBuildConfigIndex) List ¶ added in v1.4.0
func (i *FakeBuildConfigIndex) List(label labels.Selector) ([]*buildapi.BuildConfig, error)
type FakeBuildStore ¶
func NewFakeBuildStore ¶
func NewFakeBuildStore(build *buildapi.Build) FakeBuildStore
func (FakeBuildStore) Add ¶
func (s FakeBuildStore) Add(obj interface{}) error
func (FakeBuildStore) ContainedIDs ¶
func (s FakeBuildStore) ContainedIDs() sets.String
func (FakeBuildStore) Delete ¶
func (s FakeBuildStore) Delete(obj interface{}) error
func (FakeBuildStore) Get ¶
func (s FakeBuildStore) Get(obj interface{}) (interface{}, bool, error)
func (FakeBuildStore) GetByKey ¶
func (s FakeBuildStore) GetByKey(id string) (interface{}, bool, error)
func (FakeBuildStore) List ¶
func (s FakeBuildStore) List() []interface{}
func (FakeBuildStore) ListKeys ¶
func (s FakeBuildStore) ListKeys() []string
func (FakeBuildStore) Replace ¶
func (s FakeBuildStore) Replace(list []interface{}, resourceVersion string) error
func (FakeBuildStore) Resync ¶ added in v1.3.0
func (s FakeBuildStore) Resync() error
func (FakeBuildStore) Update ¶
func (s FakeBuildStore) Update(obj interface{}) error
Click to show internal directories.
Click to hide internal directories.