Documentation ¶
Overview ¶
Package mock_v1alpha1sets is a generated GoMock package.
Index ¶
- type MockWasmPluginSet
- func (m *MockWasmPluginSet) Clone() v1alpha1sets.WasmPluginSet
- func (m *MockWasmPluginSet) Delete(wasmPlugin ezkube.ResourceId)
- func (m *MockWasmPluginSet) Delta(newSet v1alpha1sets.WasmPluginSet) sets.ResourceDelta
- func (m *MockWasmPluginSet) Difference(set v1alpha1sets.WasmPluginSet) v1alpha1sets.WasmPluginSet
- func (m *MockWasmPluginSet) EXPECT() *MockWasmPluginSetMockRecorder
- func (m *MockWasmPluginSet) Equal(wasmPluginSet v1alpha1sets.WasmPluginSet) bool
- func (m *MockWasmPluginSet) Find(id ezkube.ResourceId) (*v1alpha1.WasmPlugin, error)
- func (m *MockWasmPluginSet) Generic() sets.ResourceSet
- func (m *MockWasmPluginSet) Has(wasmPlugin ezkube.ResourceId) bool
- func (m *MockWasmPluginSet) Insert(wasmPlugin ...*v1alpha1.WasmPlugin)
- func (m *MockWasmPluginSet) Intersection(set v1alpha1sets.WasmPluginSet) v1alpha1sets.WasmPluginSet
- func (m *MockWasmPluginSet) Keys() sets0.String
- func (m *MockWasmPluginSet) Length() int
- func (m *MockWasmPluginSet) List(filterResource ...func(*v1alpha1.WasmPlugin) bool) []*v1alpha1.WasmPlugin
- func (m *MockWasmPluginSet) Map() map[string]*v1alpha1.WasmPlugin
- func (m *MockWasmPluginSet) Union(set v1alpha1sets.WasmPluginSet) v1alpha1sets.WasmPluginSet
- func (m *MockWasmPluginSet) UnsortedList(filterResource ...func(*v1alpha1.WasmPlugin) bool) []*v1alpha1.WasmPlugin
- type MockWasmPluginSetMockRecorder
- func (mr *MockWasmPluginSetMockRecorder) Clone() *gomock.Call
- func (mr *MockWasmPluginSetMockRecorder) Delete(wasmPlugin interface{}) *gomock.Call
- func (mr *MockWasmPluginSetMockRecorder) Delta(newSet interface{}) *gomock.Call
- func (mr *MockWasmPluginSetMockRecorder) Difference(set interface{}) *gomock.Call
- func (mr *MockWasmPluginSetMockRecorder) Equal(wasmPluginSet interface{}) *gomock.Call
- func (mr *MockWasmPluginSetMockRecorder) Find(id interface{}) *gomock.Call
- func (mr *MockWasmPluginSetMockRecorder) Generic() *gomock.Call
- func (mr *MockWasmPluginSetMockRecorder) Has(wasmPlugin interface{}) *gomock.Call
- func (mr *MockWasmPluginSetMockRecorder) Insert(wasmPlugin ...interface{}) *gomock.Call
- func (mr *MockWasmPluginSetMockRecorder) Intersection(set interface{}) *gomock.Call
- func (mr *MockWasmPluginSetMockRecorder) Keys() *gomock.Call
- func (mr *MockWasmPluginSetMockRecorder) Length() *gomock.Call
- func (mr *MockWasmPluginSetMockRecorder) List(filterResource ...interface{}) *gomock.Call
- func (mr *MockWasmPluginSetMockRecorder) Map() *gomock.Call
- func (mr *MockWasmPluginSetMockRecorder) Union(set interface{}) *gomock.Call
- func (mr *MockWasmPluginSetMockRecorder) UnsortedList(filterResource ...interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockWasmPluginSet ¶
type MockWasmPluginSet struct {
// contains filtered or unexported fields
}
MockWasmPluginSet is a mock of WasmPluginSet interface.
func NewMockWasmPluginSet ¶
func NewMockWasmPluginSet(ctrl *gomock.Controller) *MockWasmPluginSet
NewMockWasmPluginSet creates a new mock instance.
func (*MockWasmPluginSet) Clone ¶
func (m *MockWasmPluginSet) Clone() v1alpha1sets.WasmPluginSet
Clone mocks base method.
func (*MockWasmPluginSet) Delete ¶
func (m *MockWasmPluginSet) Delete(wasmPlugin ezkube.ResourceId)
Delete mocks base method.
func (*MockWasmPluginSet) Delta ¶
func (m *MockWasmPluginSet) Delta(newSet v1alpha1sets.WasmPluginSet) sets.ResourceDelta
Delta mocks base method.
func (*MockWasmPluginSet) Difference ¶
func (m *MockWasmPluginSet) Difference(set v1alpha1sets.WasmPluginSet) v1alpha1sets.WasmPluginSet
Difference mocks base method.
func (*MockWasmPluginSet) EXPECT ¶
func (m *MockWasmPluginSet) EXPECT() *MockWasmPluginSetMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockWasmPluginSet) Equal ¶
func (m *MockWasmPluginSet) Equal(wasmPluginSet v1alpha1sets.WasmPluginSet) bool
Equal mocks base method.
func (*MockWasmPluginSet) Find ¶
func (m *MockWasmPluginSet) Find(id ezkube.ResourceId) (*v1alpha1.WasmPlugin, error)
Find mocks base method.
func (*MockWasmPluginSet) Generic ¶
func (m *MockWasmPluginSet) Generic() sets.ResourceSet
Generic mocks base method.
func (*MockWasmPluginSet) Has ¶
func (m *MockWasmPluginSet) Has(wasmPlugin ezkube.ResourceId) bool
Has mocks base method.
func (*MockWasmPluginSet) Insert ¶
func (m *MockWasmPluginSet) Insert(wasmPlugin ...*v1alpha1.WasmPlugin)
Insert mocks base method.
func (*MockWasmPluginSet) Intersection ¶
func (m *MockWasmPluginSet) Intersection(set v1alpha1sets.WasmPluginSet) v1alpha1sets.WasmPluginSet
Intersection mocks base method.
func (*MockWasmPluginSet) Keys ¶
func (m *MockWasmPluginSet) Keys() sets0.String
Keys mocks base method.
func (*MockWasmPluginSet) Length ¶
func (m *MockWasmPluginSet) Length() int
Length mocks base method.
func (*MockWasmPluginSet) List ¶
func (m *MockWasmPluginSet) List(filterResource ...func(*v1alpha1.WasmPlugin) bool) []*v1alpha1.WasmPlugin
List mocks base method.
func (*MockWasmPluginSet) Map ¶
func (m *MockWasmPluginSet) Map() map[string]*v1alpha1.WasmPlugin
Map mocks base method.
func (*MockWasmPluginSet) Union ¶
func (m *MockWasmPluginSet) Union(set v1alpha1sets.WasmPluginSet) v1alpha1sets.WasmPluginSet
Union mocks base method.
func (*MockWasmPluginSet) UnsortedList ¶
func (m *MockWasmPluginSet) UnsortedList(filterResource ...func(*v1alpha1.WasmPlugin) bool) []*v1alpha1.WasmPlugin
UnsortedList mocks base method.
type MockWasmPluginSetMockRecorder ¶
type MockWasmPluginSetMockRecorder struct {
// contains filtered or unexported fields
}
MockWasmPluginSetMockRecorder is the mock recorder for MockWasmPluginSet.
func (*MockWasmPluginSetMockRecorder) Clone ¶
func (mr *MockWasmPluginSetMockRecorder) Clone() *gomock.Call
Clone indicates an expected call of Clone.
func (*MockWasmPluginSetMockRecorder) Delete ¶
func (mr *MockWasmPluginSetMockRecorder) Delete(wasmPlugin interface{}) *gomock.Call
Delete indicates an expected call of Delete.
func (*MockWasmPluginSetMockRecorder) Delta ¶
func (mr *MockWasmPluginSetMockRecorder) Delta(newSet interface{}) *gomock.Call
Delta indicates an expected call of Delta.
func (*MockWasmPluginSetMockRecorder) Difference ¶
func (mr *MockWasmPluginSetMockRecorder) Difference(set interface{}) *gomock.Call
Difference indicates an expected call of Difference.
func (*MockWasmPluginSetMockRecorder) Equal ¶
func (mr *MockWasmPluginSetMockRecorder) Equal(wasmPluginSet interface{}) *gomock.Call
Equal indicates an expected call of Equal.
func (*MockWasmPluginSetMockRecorder) Find ¶
func (mr *MockWasmPluginSetMockRecorder) Find(id interface{}) *gomock.Call
Find indicates an expected call of Find.
func (*MockWasmPluginSetMockRecorder) Generic ¶
func (mr *MockWasmPluginSetMockRecorder) Generic() *gomock.Call
Generic indicates an expected call of Generic.
func (*MockWasmPluginSetMockRecorder) Has ¶
func (mr *MockWasmPluginSetMockRecorder) Has(wasmPlugin interface{}) *gomock.Call
Has indicates an expected call of Has.
func (*MockWasmPluginSetMockRecorder) Insert ¶
func (mr *MockWasmPluginSetMockRecorder) Insert(wasmPlugin ...interface{}) *gomock.Call
Insert indicates an expected call of Insert.
func (*MockWasmPluginSetMockRecorder) Intersection ¶
func (mr *MockWasmPluginSetMockRecorder) Intersection(set interface{}) *gomock.Call
Intersection indicates an expected call of Intersection.
func (*MockWasmPluginSetMockRecorder) Keys ¶
func (mr *MockWasmPluginSetMockRecorder) Keys() *gomock.Call
Keys indicates an expected call of Keys.
func (*MockWasmPluginSetMockRecorder) Length ¶
func (mr *MockWasmPluginSetMockRecorder) Length() *gomock.Call
Length indicates an expected call of Length.
func (*MockWasmPluginSetMockRecorder) List ¶
func (mr *MockWasmPluginSetMockRecorder) List(filterResource ...interface{}) *gomock.Call
List indicates an expected call of List.
func (*MockWasmPluginSetMockRecorder) Map ¶
func (mr *MockWasmPluginSetMockRecorder) Map() *gomock.Call
Map indicates an expected call of Map.
func (*MockWasmPluginSetMockRecorder) Union ¶
func (mr *MockWasmPluginSetMockRecorder) Union(set interface{}) *gomock.Call
Union indicates an expected call of Union.
func (*MockWasmPluginSetMockRecorder) UnsortedList ¶
func (mr *MockWasmPluginSetMockRecorder) UnsortedList(filterResource ...interface{}) *gomock.Call
UnsortedList indicates an expected call of UnsortedList.