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