Documentation ¶
Overview ¶
Package mock_v1sets is a generated GoMock package.
Index ¶
- type MockDestinationSet
- func (m *MockDestinationSet) Clone() v1sets.DestinationSet
- func (m *MockDestinationSet) Delete(destination ezkube.ResourceId)
- func (m *MockDestinationSet) Delta(newSet v1sets.DestinationSet) sets.ResourceDelta
- func (m *MockDestinationSet) Difference(set v1sets.DestinationSet) v1sets.DestinationSet
- func (m *MockDestinationSet) EXPECT() *MockDestinationSetMockRecorder
- func (m *MockDestinationSet) Equal(destinationSet v1sets.DestinationSet) bool
- func (m *MockDestinationSet) Find(id ezkube.ResourceId) (*v1.Destination, error)
- func (m *MockDestinationSet) Generic() sets.ResourceSet
- func (m *MockDestinationSet) Has(destination ezkube.ResourceId) bool
- func (m *MockDestinationSet) Insert(destination ...*v1.Destination)
- func (m *MockDestinationSet) Intersection(set v1sets.DestinationSet) v1sets.DestinationSet
- func (m *MockDestinationSet) Keys() sets0.String
- func (m *MockDestinationSet) Length() int
- func (m *MockDestinationSet) List(filterResource ...func(*v1.Destination) bool) []*v1.Destination
- func (m *MockDestinationSet) Map() map[string]*v1.Destination
- func (m *MockDestinationSet) Union(set v1sets.DestinationSet) v1sets.DestinationSet
- func (m *MockDestinationSet) UnsortedList(filterResource ...func(*v1.Destination) bool) []*v1.Destination
- type MockDestinationSetMockRecorder
- func (mr *MockDestinationSetMockRecorder) Clone() *gomock.Call
- func (mr *MockDestinationSetMockRecorder) Delete(destination interface{}) *gomock.Call
- func (mr *MockDestinationSetMockRecorder) Delta(newSet interface{}) *gomock.Call
- func (mr *MockDestinationSetMockRecorder) Difference(set interface{}) *gomock.Call
- func (mr *MockDestinationSetMockRecorder) Equal(destinationSet interface{}) *gomock.Call
- func (mr *MockDestinationSetMockRecorder) Find(id interface{}) *gomock.Call
- func (mr *MockDestinationSetMockRecorder) Generic() *gomock.Call
- func (mr *MockDestinationSetMockRecorder) Has(destination interface{}) *gomock.Call
- func (mr *MockDestinationSetMockRecorder) Insert(destination ...interface{}) *gomock.Call
- func (mr *MockDestinationSetMockRecorder) Intersection(set interface{}) *gomock.Call
- func (mr *MockDestinationSetMockRecorder) Keys() *gomock.Call
- func (mr *MockDestinationSetMockRecorder) Length() *gomock.Call
- func (mr *MockDestinationSetMockRecorder) List(filterResource ...interface{}) *gomock.Call
- func (mr *MockDestinationSetMockRecorder) Map() *gomock.Call
- func (mr *MockDestinationSetMockRecorder) Union(set interface{}) *gomock.Call
- func (mr *MockDestinationSetMockRecorder) UnsortedList(filterResource ...interface{}) *gomock.Call
- type MockMeshSet
- func (m *MockMeshSet) Clone() v1sets.MeshSet
- func (m *MockMeshSet) Delete(mesh ezkube.ResourceId)
- func (m *MockMeshSet) Delta(newSet v1sets.MeshSet) sets.ResourceDelta
- func (m *MockMeshSet) Difference(set v1sets.MeshSet) v1sets.MeshSet
- func (m *MockMeshSet) EXPECT() *MockMeshSetMockRecorder
- func (m *MockMeshSet) Equal(meshSet v1sets.MeshSet) bool
- func (m *MockMeshSet) Find(id ezkube.ResourceId) (*v1.Mesh, error)
- func (m *MockMeshSet) Generic() sets.ResourceSet
- func (m *MockMeshSet) Has(mesh ezkube.ResourceId) bool
- func (m *MockMeshSet) Insert(mesh ...*v1.Mesh)
- func (m *MockMeshSet) Intersection(set v1sets.MeshSet) v1sets.MeshSet
- func (m *MockMeshSet) Keys() sets0.String
- func (m *MockMeshSet) Length() int
- func (m *MockMeshSet) List(filterResource ...func(*v1.Mesh) bool) []*v1.Mesh
- func (m *MockMeshSet) Map() map[string]*v1.Mesh
- func (m *MockMeshSet) Union(set v1sets.MeshSet) v1sets.MeshSet
- func (m *MockMeshSet) UnsortedList(filterResource ...func(*v1.Mesh) bool) []*v1.Mesh
- type MockMeshSetMockRecorder
- func (mr *MockMeshSetMockRecorder) Clone() *gomock.Call
- func (mr *MockMeshSetMockRecorder) Delete(mesh interface{}) *gomock.Call
- func (mr *MockMeshSetMockRecorder) Delta(newSet interface{}) *gomock.Call
- func (mr *MockMeshSetMockRecorder) Difference(set interface{}) *gomock.Call
- func (mr *MockMeshSetMockRecorder) Equal(meshSet interface{}) *gomock.Call
- func (mr *MockMeshSetMockRecorder) Find(id interface{}) *gomock.Call
- func (mr *MockMeshSetMockRecorder) Generic() *gomock.Call
- func (mr *MockMeshSetMockRecorder) Has(mesh interface{}) *gomock.Call
- func (mr *MockMeshSetMockRecorder) Insert(mesh ...interface{}) *gomock.Call
- func (mr *MockMeshSetMockRecorder) Intersection(set interface{}) *gomock.Call
- func (mr *MockMeshSetMockRecorder) Keys() *gomock.Call
- func (mr *MockMeshSetMockRecorder) Length() *gomock.Call
- func (mr *MockMeshSetMockRecorder) List(filterResource ...interface{}) *gomock.Call
- func (mr *MockMeshSetMockRecorder) Map() *gomock.Call
- func (mr *MockMeshSetMockRecorder) Union(set interface{}) *gomock.Call
- func (mr *MockMeshSetMockRecorder) UnsortedList(filterResource ...interface{}) *gomock.Call
- type MockWorkloadSet
- func (m *MockWorkloadSet) Clone() v1sets.WorkloadSet
- func (m *MockWorkloadSet) Delete(workload ezkube.ResourceId)
- func (m *MockWorkloadSet) Delta(newSet v1sets.WorkloadSet) sets.ResourceDelta
- func (m *MockWorkloadSet) Difference(set v1sets.WorkloadSet) v1sets.WorkloadSet
- func (m *MockWorkloadSet) EXPECT() *MockWorkloadSetMockRecorder
- func (m *MockWorkloadSet) Equal(workloadSet v1sets.WorkloadSet) bool
- func (m *MockWorkloadSet) Find(id ezkube.ResourceId) (*v1.Workload, error)
- func (m *MockWorkloadSet) Generic() sets.ResourceSet
- func (m *MockWorkloadSet) Has(workload ezkube.ResourceId) bool
- func (m *MockWorkloadSet) Insert(workload ...*v1.Workload)
- func (m *MockWorkloadSet) Intersection(set v1sets.WorkloadSet) v1sets.WorkloadSet
- func (m *MockWorkloadSet) Keys() sets0.String
- func (m *MockWorkloadSet) Length() int
- func (m *MockWorkloadSet) List(filterResource ...func(*v1.Workload) bool) []*v1.Workload
- func (m *MockWorkloadSet) Map() map[string]*v1.Workload
- func (m *MockWorkloadSet) Union(set v1sets.WorkloadSet) v1sets.WorkloadSet
- func (m *MockWorkloadSet) UnsortedList(filterResource ...func(*v1.Workload) bool) []*v1.Workload
- type MockWorkloadSetMockRecorder
- func (mr *MockWorkloadSetMockRecorder) Clone() *gomock.Call
- func (mr *MockWorkloadSetMockRecorder) Delete(workload interface{}) *gomock.Call
- func (mr *MockWorkloadSetMockRecorder) Delta(newSet interface{}) *gomock.Call
- func (mr *MockWorkloadSetMockRecorder) Difference(set interface{}) *gomock.Call
- func (mr *MockWorkloadSetMockRecorder) Equal(workloadSet interface{}) *gomock.Call
- func (mr *MockWorkloadSetMockRecorder) Find(id interface{}) *gomock.Call
- func (mr *MockWorkloadSetMockRecorder) Generic() *gomock.Call
- func (mr *MockWorkloadSetMockRecorder) Has(workload interface{}) *gomock.Call
- func (mr *MockWorkloadSetMockRecorder) Insert(workload ...interface{}) *gomock.Call
- func (mr *MockWorkloadSetMockRecorder) Intersection(set interface{}) *gomock.Call
- func (mr *MockWorkloadSetMockRecorder) Keys() *gomock.Call
- func (mr *MockWorkloadSetMockRecorder) Length() *gomock.Call
- func (mr *MockWorkloadSetMockRecorder) List(filterResource ...interface{}) *gomock.Call
- func (mr *MockWorkloadSetMockRecorder) Map() *gomock.Call
- func (mr *MockWorkloadSetMockRecorder) Union(set interface{}) *gomock.Call
- func (mr *MockWorkloadSetMockRecorder) UnsortedList(filterResource ...interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockDestinationSet ¶
type MockDestinationSet struct {
// contains filtered or unexported fields
}
MockDestinationSet is a mock of DestinationSet interface.
func NewMockDestinationSet ¶
func NewMockDestinationSet(ctrl *gomock.Controller) *MockDestinationSet
NewMockDestinationSet creates a new mock instance.
func (*MockDestinationSet) Clone ¶ added in v1.1.0
func (m *MockDestinationSet) Clone() v1sets.DestinationSet
Clone mocks base method.
func (*MockDestinationSet) Delete ¶
func (m *MockDestinationSet) Delete(destination ezkube.ResourceId)
Delete mocks base method.
func (*MockDestinationSet) Delta ¶
func (m *MockDestinationSet) Delta(newSet v1sets.DestinationSet) sets.ResourceDelta
Delta mocks base method.
func (*MockDestinationSet) Difference ¶
func (m *MockDestinationSet) Difference(set v1sets.DestinationSet) v1sets.DestinationSet
Difference mocks base method.
func (*MockDestinationSet) EXPECT ¶
func (m *MockDestinationSet) EXPECT() *MockDestinationSetMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockDestinationSet) Equal ¶
func (m *MockDestinationSet) Equal(destinationSet v1sets.DestinationSet) bool
Equal mocks base method.
func (*MockDestinationSet) Find ¶
func (m *MockDestinationSet) Find(id ezkube.ResourceId) (*v1.Destination, error)
Find mocks base method.
func (*MockDestinationSet) Generic ¶
func (m *MockDestinationSet) Generic() sets.ResourceSet
Generic mocks base method.
func (*MockDestinationSet) Has ¶
func (m *MockDestinationSet) Has(destination ezkube.ResourceId) bool
Has mocks base method.
func (*MockDestinationSet) Insert ¶
func (m *MockDestinationSet) Insert(destination ...*v1.Destination)
Insert mocks base method.
func (*MockDestinationSet) Intersection ¶
func (m *MockDestinationSet) Intersection(set v1sets.DestinationSet) v1sets.DestinationSet
Intersection mocks base method.
func (*MockDestinationSet) Keys ¶
func (m *MockDestinationSet) Keys() sets0.String
Keys mocks base method.
func (*MockDestinationSet) Length ¶
func (m *MockDestinationSet) Length() int
Length mocks base method.
func (*MockDestinationSet) List ¶
func (m *MockDestinationSet) List(filterResource ...func(*v1.Destination) bool) []*v1.Destination
List mocks base method.
func (*MockDestinationSet) Map ¶
func (m *MockDestinationSet) Map() map[string]*v1.Destination
Map mocks base method.
func (*MockDestinationSet) Union ¶
func (m *MockDestinationSet) Union(set v1sets.DestinationSet) v1sets.DestinationSet
Union mocks base method.
func (*MockDestinationSet) UnsortedList ¶ added in v1.0.4
func (m *MockDestinationSet) UnsortedList(filterResource ...func(*v1.Destination) bool) []*v1.Destination
UnsortedList mocks base method.
type MockDestinationSetMockRecorder ¶
type MockDestinationSetMockRecorder struct {
// contains filtered or unexported fields
}
MockDestinationSetMockRecorder is the mock recorder for MockDestinationSet.
func (*MockDestinationSetMockRecorder) Clone ¶ added in v1.1.0
func (mr *MockDestinationSetMockRecorder) Clone() *gomock.Call
Clone indicates an expected call of Clone.
func (*MockDestinationSetMockRecorder) Delete ¶
func (mr *MockDestinationSetMockRecorder) Delete(destination interface{}) *gomock.Call
Delete indicates an expected call of Delete.
func (*MockDestinationSetMockRecorder) Delta ¶
func (mr *MockDestinationSetMockRecorder) Delta(newSet interface{}) *gomock.Call
Delta indicates an expected call of Delta.
func (*MockDestinationSetMockRecorder) Difference ¶
func (mr *MockDestinationSetMockRecorder) Difference(set interface{}) *gomock.Call
Difference indicates an expected call of Difference.
func (*MockDestinationSetMockRecorder) Equal ¶
func (mr *MockDestinationSetMockRecorder) Equal(destinationSet interface{}) *gomock.Call
Equal indicates an expected call of Equal.
func (*MockDestinationSetMockRecorder) Find ¶
func (mr *MockDestinationSetMockRecorder) Find(id interface{}) *gomock.Call
Find indicates an expected call of Find.
func (*MockDestinationSetMockRecorder) Generic ¶
func (mr *MockDestinationSetMockRecorder) Generic() *gomock.Call
Generic indicates an expected call of Generic.
func (*MockDestinationSetMockRecorder) Has ¶
func (mr *MockDestinationSetMockRecorder) Has(destination interface{}) *gomock.Call
Has indicates an expected call of Has.
func (*MockDestinationSetMockRecorder) Insert ¶
func (mr *MockDestinationSetMockRecorder) Insert(destination ...interface{}) *gomock.Call
Insert indicates an expected call of Insert.
func (*MockDestinationSetMockRecorder) Intersection ¶
func (mr *MockDestinationSetMockRecorder) Intersection(set interface{}) *gomock.Call
Intersection indicates an expected call of Intersection.
func (*MockDestinationSetMockRecorder) Keys ¶
func (mr *MockDestinationSetMockRecorder) Keys() *gomock.Call
Keys indicates an expected call of Keys.
func (*MockDestinationSetMockRecorder) Length ¶
func (mr *MockDestinationSetMockRecorder) Length() *gomock.Call
Length indicates an expected call of Length.
func (*MockDestinationSetMockRecorder) List ¶
func (mr *MockDestinationSetMockRecorder) List(filterResource ...interface{}) *gomock.Call
List indicates an expected call of List.
func (*MockDestinationSetMockRecorder) Map ¶
func (mr *MockDestinationSetMockRecorder) Map() *gomock.Call
Map indicates an expected call of Map.
func (*MockDestinationSetMockRecorder) Union ¶
func (mr *MockDestinationSetMockRecorder) Union(set interface{}) *gomock.Call
Union indicates an expected call of Union.
func (*MockDestinationSetMockRecorder) UnsortedList ¶ added in v1.0.4
func (mr *MockDestinationSetMockRecorder) UnsortedList(filterResource ...interface{}) *gomock.Call
UnsortedList indicates an expected call of UnsortedList.
type MockMeshSet ¶
type MockMeshSet struct {
// contains filtered or unexported fields
}
MockMeshSet is a mock of MeshSet interface.
func NewMockMeshSet ¶
func NewMockMeshSet(ctrl *gomock.Controller) *MockMeshSet
NewMockMeshSet creates a new mock instance.
func (*MockMeshSet) Clone ¶ added in v1.1.0
func (m *MockMeshSet) Clone() v1sets.MeshSet
Clone mocks base method.
func (*MockMeshSet) Delete ¶
func (m *MockMeshSet) Delete(mesh ezkube.ResourceId)
Delete mocks base method.
func (*MockMeshSet) Delta ¶
func (m *MockMeshSet) Delta(newSet v1sets.MeshSet) sets.ResourceDelta
Delta mocks base method.
func (*MockMeshSet) Difference ¶
func (m *MockMeshSet) Difference(set v1sets.MeshSet) v1sets.MeshSet
Difference mocks base method.
func (*MockMeshSet) EXPECT ¶
func (m *MockMeshSet) EXPECT() *MockMeshSetMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockMeshSet) Equal ¶
func (m *MockMeshSet) Equal(meshSet v1sets.MeshSet) bool
Equal mocks base method.
func (*MockMeshSet) Find ¶
func (m *MockMeshSet) Find(id ezkube.ResourceId) (*v1.Mesh, error)
Find mocks base method.
func (*MockMeshSet) Generic ¶
func (m *MockMeshSet) Generic() sets.ResourceSet
Generic mocks base method.
func (*MockMeshSet) Has ¶
func (m *MockMeshSet) Has(mesh ezkube.ResourceId) bool
Has mocks base method.
func (*MockMeshSet) Insert ¶
func (m *MockMeshSet) Insert(mesh ...*v1.Mesh)
Insert mocks base method.
func (*MockMeshSet) Intersection ¶
func (m *MockMeshSet) Intersection(set v1sets.MeshSet) v1sets.MeshSet
Intersection mocks base method.
func (*MockMeshSet) Union ¶
func (m *MockMeshSet) Union(set v1sets.MeshSet) v1sets.MeshSet
Union mocks base method.
func (*MockMeshSet) UnsortedList ¶ added in v1.0.4
UnsortedList mocks base method.
type MockMeshSetMockRecorder ¶
type MockMeshSetMockRecorder struct {
// contains filtered or unexported fields
}
MockMeshSetMockRecorder is the mock recorder for MockMeshSet.
func (*MockMeshSetMockRecorder) Clone ¶ added in v1.1.0
func (mr *MockMeshSetMockRecorder) Clone() *gomock.Call
Clone indicates an expected call of Clone.
func (*MockMeshSetMockRecorder) Delete ¶
func (mr *MockMeshSetMockRecorder) Delete(mesh interface{}) *gomock.Call
Delete indicates an expected call of Delete.
func (*MockMeshSetMockRecorder) Delta ¶
func (mr *MockMeshSetMockRecorder) Delta(newSet interface{}) *gomock.Call
Delta indicates an expected call of Delta.
func (*MockMeshSetMockRecorder) Difference ¶
func (mr *MockMeshSetMockRecorder) Difference(set interface{}) *gomock.Call
Difference indicates an expected call of Difference.
func (*MockMeshSetMockRecorder) Equal ¶
func (mr *MockMeshSetMockRecorder) Equal(meshSet interface{}) *gomock.Call
Equal indicates an expected call of Equal.
func (*MockMeshSetMockRecorder) Find ¶
func (mr *MockMeshSetMockRecorder) Find(id interface{}) *gomock.Call
Find indicates an expected call of Find.
func (*MockMeshSetMockRecorder) Generic ¶
func (mr *MockMeshSetMockRecorder) Generic() *gomock.Call
Generic indicates an expected call of Generic.
func (*MockMeshSetMockRecorder) Has ¶
func (mr *MockMeshSetMockRecorder) Has(mesh interface{}) *gomock.Call
Has indicates an expected call of Has.
func (*MockMeshSetMockRecorder) Insert ¶
func (mr *MockMeshSetMockRecorder) Insert(mesh ...interface{}) *gomock.Call
Insert indicates an expected call of Insert.
func (*MockMeshSetMockRecorder) Intersection ¶
func (mr *MockMeshSetMockRecorder) Intersection(set interface{}) *gomock.Call
Intersection indicates an expected call of Intersection.
func (*MockMeshSetMockRecorder) Keys ¶
func (mr *MockMeshSetMockRecorder) Keys() *gomock.Call
Keys indicates an expected call of Keys.
func (*MockMeshSetMockRecorder) Length ¶
func (mr *MockMeshSetMockRecorder) Length() *gomock.Call
Length indicates an expected call of Length.
func (*MockMeshSetMockRecorder) List ¶
func (mr *MockMeshSetMockRecorder) List(filterResource ...interface{}) *gomock.Call
List indicates an expected call of List.
func (*MockMeshSetMockRecorder) Map ¶
func (mr *MockMeshSetMockRecorder) Map() *gomock.Call
Map indicates an expected call of Map.
func (*MockMeshSetMockRecorder) Union ¶
func (mr *MockMeshSetMockRecorder) Union(set interface{}) *gomock.Call
Union indicates an expected call of Union.
func (*MockMeshSetMockRecorder) UnsortedList ¶ added in v1.0.4
func (mr *MockMeshSetMockRecorder) UnsortedList(filterResource ...interface{}) *gomock.Call
UnsortedList indicates an expected call of UnsortedList.
type MockWorkloadSet ¶
type MockWorkloadSet struct {
// contains filtered or unexported fields
}
MockWorkloadSet is a mock of WorkloadSet interface.
func NewMockWorkloadSet ¶
func NewMockWorkloadSet(ctrl *gomock.Controller) *MockWorkloadSet
NewMockWorkloadSet creates a new mock instance.
func (*MockWorkloadSet) Clone ¶ added in v1.1.0
func (m *MockWorkloadSet) Clone() v1sets.WorkloadSet
Clone mocks base method.
func (*MockWorkloadSet) Delete ¶
func (m *MockWorkloadSet) Delete(workload ezkube.ResourceId)
Delete mocks base method.
func (*MockWorkloadSet) Delta ¶
func (m *MockWorkloadSet) Delta(newSet v1sets.WorkloadSet) sets.ResourceDelta
Delta mocks base method.
func (*MockWorkloadSet) Difference ¶
func (m *MockWorkloadSet) Difference(set v1sets.WorkloadSet) v1sets.WorkloadSet
Difference mocks base method.
func (*MockWorkloadSet) EXPECT ¶
func (m *MockWorkloadSet) EXPECT() *MockWorkloadSetMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockWorkloadSet) Equal ¶
func (m *MockWorkloadSet) Equal(workloadSet v1sets.WorkloadSet) bool
Equal mocks base method.
func (*MockWorkloadSet) Find ¶
func (m *MockWorkloadSet) Find(id ezkube.ResourceId) (*v1.Workload, error)
Find mocks base method.
func (*MockWorkloadSet) Generic ¶
func (m *MockWorkloadSet) Generic() sets.ResourceSet
Generic mocks base method.
func (*MockWorkloadSet) Has ¶
func (m *MockWorkloadSet) Has(workload ezkube.ResourceId) bool
Has mocks base method.
func (*MockWorkloadSet) Insert ¶
func (m *MockWorkloadSet) Insert(workload ...*v1.Workload)
Insert mocks base method.
func (*MockWorkloadSet) Intersection ¶
func (m *MockWorkloadSet) Intersection(set v1sets.WorkloadSet) v1sets.WorkloadSet
Intersection mocks base method.
func (*MockWorkloadSet) Keys ¶
func (m *MockWorkloadSet) Keys() sets0.String
Keys mocks base method.
func (*MockWorkloadSet) Map ¶
func (m *MockWorkloadSet) Map() map[string]*v1.Workload
Map mocks base method.
func (*MockWorkloadSet) Union ¶
func (m *MockWorkloadSet) Union(set v1sets.WorkloadSet) v1sets.WorkloadSet
Union mocks base method.
func (*MockWorkloadSet) UnsortedList ¶ added in v1.0.4
UnsortedList mocks base method.
type MockWorkloadSetMockRecorder ¶
type MockWorkloadSetMockRecorder struct {
// contains filtered or unexported fields
}
MockWorkloadSetMockRecorder is the mock recorder for MockWorkloadSet.
func (*MockWorkloadSetMockRecorder) Clone ¶ added in v1.1.0
func (mr *MockWorkloadSetMockRecorder) Clone() *gomock.Call
Clone indicates an expected call of Clone.
func (*MockWorkloadSetMockRecorder) Delete ¶
func (mr *MockWorkloadSetMockRecorder) Delete(workload interface{}) *gomock.Call
Delete indicates an expected call of Delete.
func (*MockWorkloadSetMockRecorder) Delta ¶
func (mr *MockWorkloadSetMockRecorder) Delta(newSet interface{}) *gomock.Call
Delta indicates an expected call of Delta.
func (*MockWorkloadSetMockRecorder) Difference ¶
func (mr *MockWorkloadSetMockRecorder) Difference(set interface{}) *gomock.Call
Difference indicates an expected call of Difference.
func (*MockWorkloadSetMockRecorder) Equal ¶
func (mr *MockWorkloadSetMockRecorder) Equal(workloadSet interface{}) *gomock.Call
Equal indicates an expected call of Equal.
func (*MockWorkloadSetMockRecorder) Find ¶
func (mr *MockWorkloadSetMockRecorder) Find(id interface{}) *gomock.Call
Find indicates an expected call of Find.
func (*MockWorkloadSetMockRecorder) Generic ¶
func (mr *MockWorkloadSetMockRecorder) Generic() *gomock.Call
Generic indicates an expected call of Generic.
func (*MockWorkloadSetMockRecorder) Has ¶
func (mr *MockWorkloadSetMockRecorder) Has(workload interface{}) *gomock.Call
Has indicates an expected call of Has.
func (*MockWorkloadSetMockRecorder) Insert ¶
func (mr *MockWorkloadSetMockRecorder) Insert(workload ...interface{}) *gomock.Call
Insert indicates an expected call of Insert.
func (*MockWorkloadSetMockRecorder) Intersection ¶
func (mr *MockWorkloadSetMockRecorder) Intersection(set interface{}) *gomock.Call
Intersection indicates an expected call of Intersection.
func (*MockWorkloadSetMockRecorder) Keys ¶
func (mr *MockWorkloadSetMockRecorder) Keys() *gomock.Call
Keys indicates an expected call of Keys.
func (*MockWorkloadSetMockRecorder) Length ¶
func (mr *MockWorkloadSetMockRecorder) Length() *gomock.Call
Length indicates an expected call of Length.
func (*MockWorkloadSetMockRecorder) List ¶
func (mr *MockWorkloadSetMockRecorder) List(filterResource ...interface{}) *gomock.Call
List indicates an expected call of List.
func (*MockWorkloadSetMockRecorder) Map ¶
func (mr *MockWorkloadSetMockRecorder) Map() *gomock.Call
Map indicates an expected call of Map.
func (*MockWorkloadSetMockRecorder) Union ¶
func (mr *MockWorkloadSetMockRecorder) Union(set interface{}) *gomock.Call
Union indicates an expected call of Union.
func (*MockWorkloadSetMockRecorder) UnsortedList ¶ added in v1.0.4
func (mr *MockWorkloadSetMockRecorder) UnsortedList(filterResource ...interface{}) *gomock.Call
UnsortedList indicates an expected call of UnsortedList.