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