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