Versions in this module Expand all Collapse all v1 v1.5.0 Oct 23, 2016 Changes in this version + type FakeControllerSource struct + Broadcaster *watch.Broadcaster + Items map[nnu]runtime.Object + func NewFakeControllerSource() *FakeControllerSource + func (f *FakeControllerSource) Add(obj runtime.Object) + func (f *FakeControllerSource) AddDropWatch(obj runtime.Object) + func (f *FakeControllerSource) Change(e watch.Event, watchProbability float64) + func (f *FakeControllerSource) Delete(lastValue runtime.Object) + func (f *FakeControllerSource) DeleteDropWatch(lastValue runtime.Object) + func (f *FakeControllerSource) List(options api.ListOptions) (runtime.Object, error) + func (f *FakeControllerSource) Modify(obj runtime.Object) + func (f *FakeControllerSource) ModifyDropWatch(obj runtime.Object) + func (f *FakeControllerSource) Shutdown() + func (f *FakeControllerSource) Watch(options api.ListOptions) (watch.Interface, error) + type FakePVCControllerSource struct + func NewFakePVCControllerSource() *FakePVCControllerSource + func (f *FakePVCControllerSource) List(options api.ListOptions) (runtime.Object, error) + type FakePVControllerSource struct + func NewFakePVControllerSource() *FakePVControllerSource + func (f *FakePVControllerSource) List(options api.ListOptions) (runtime.Object, error)