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