Documentation ¶
Overview ¶
Package mock_v1alpha3sets is a generated GoMock package.
Index ¶
- type MockDestinationRuleSet
- func (m *MockDestinationRuleSet) Delete(destinationRule *v1alpha3.DestinationRule)
- func (m *MockDestinationRuleSet) Difference(set v1alpha3sets.DestinationRuleSet) v1alpha3sets.DestinationRuleSet
- func (m *MockDestinationRuleSet) EXPECT() *MockDestinationRuleSetMockRecorder
- func (m *MockDestinationRuleSet) Equal(destinationRuleSet v1alpha3sets.DestinationRuleSet) bool
- func (m *MockDestinationRuleSet) Find(id ezkube.ResourceId) (*v1alpha3.DestinationRule, error)
- func (m *MockDestinationRuleSet) Has(destinationRule *v1alpha3.DestinationRule) bool
- func (m *MockDestinationRuleSet) Insert(destinationRule ...*v1alpha3.DestinationRule)
- func (m *MockDestinationRuleSet) Intersection(set v1alpha3sets.DestinationRuleSet) v1alpha3sets.DestinationRuleSet
- func (m *MockDestinationRuleSet) Keys() sets.String
- func (m *MockDestinationRuleSet) Length() int
- func (m *MockDestinationRuleSet) List() []*v1alpha3.DestinationRule
- func (m *MockDestinationRuleSet) Map() map[string]*v1alpha3.DestinationRule
- func (m *MockDestinationRuleSet) Union(set v1alpha3sets.DestinationRuleSet) v1alpha3sets.DestinationRuleSet
- type MockDestinationRuleSetMockRecorder
- func (mr *MockDestinationRuleSetMockRecorder) Delete(destinationRule interface{}) *gomock.Call
- func (mr *MockDestinationRuleSetMockRecorder) Difference(set interface{}) *gomock.Call
- func (mr *MockDestinationRuleSetMockRecorder) Equal(destinationRuleSet interface{}) *gomock.Call
- func (mr *MockDestinationRuleSetMockRecorder) Find(id interface{}) *gomock.Call
- func (mr *MockDestinationRuleSetMockRecorder) Has(destinationRule interface{}) *gomock.Call
- func (mr *MockDestinationRuleSetMockRecorder) Insert(destinationRule ...interface{}) *gomock.Call
- func (mr *MockDestinationRuleSetMockRecorder) Intersection(set interface{}) *gomock.Call
- func (mr *MockDestinationRuleSetMockRecorder) Keys() *gomock.Call
- func (mr *MockDestinationRuleSetMockRecorder) Length() *gomock.Call
- func (mr *MockDestinationRuleSetMockRecorder) List() *gomock.Call
- func (mr *MockDestinationRuleSetMockRecorder) Map() *gomock.Call
- func (mr *MockDestinationRuleSetMockRecorder) Union(set interface{}) *gomock.Call
- type MockEnvoyFilterSet
- func (m *MockEnvoyFilterSet) Delete(envoyFilter *v1alpha3.EnvoyFilter)
- func (m *MockEnvoyFilterSet) Difference(set v1alpha3sets.EnvoyFilterSet) v1alpha3sets.EnvoyFilterSet
- func (m *MockEnvoyFilterSet) EXPECT() *MockEnvoyFilterSetMockRecorder
- func (m *MockEnvoyFilterSet) Equal(envoyFilterSet v1alpha3sets.EnvoyFilterSet) bool
- func (m *MockEnvoyFilterSet) Find(id ezkube.ResourceId) (*v1alpha3.EnvoyFilter, error)
- func (m *MockEnvoyFilterSet) Has(envoyFilter *v1alpha3.EnvoyFilter) bool
- func (m *MockEnvoyFilterSet) Insert(envoyFilter ...*v1alpha3.EnvoyFilter)
- func (m *MockEnvoyFilterSet) Intersection(set v1alpha3sets.EnvoyFilterSet) v1alpha3sets.EnvoyFilterSet
- func (m *MockEnvoyFilterSet) Keys() sets.String
- func (m *MockEnvoyFilterSet) Length() int
- func (m *MockEnvoyFilterSet) List() []*v1alpha3.EnvoyFilter
- func (m *MockEnvoyFilterSet) Map() map[string]*v1alpha3.EnvoyFilter
- func (m *MockEnvoyFilterSet) Union(set v1alpha3sets.EnvoyFilterSet) v1alpha3sets.EnvoyFilterSet
- type MockEnvoyFilterSetMockRecorder
- func (mr *MockEnvoyFilterSetMockRecorder) Delete(envoyFilter interface{}) *gomock.Call
- func (mr *MockEnvoyFilterSetMockRecorder) Difference(set interface{}) *gomock.Call
- func (mr *MockEnvoyFilterSetMockRecorder) Equal(envoyFilterSet interface{}) *gomock.Call
- func (mr *MockEnvoyFilterSetMockRecorder) Find(id interface{}) *gomock.Call
- func (mr *MockEnvoyFilterSetMockRecorder) Has(envoyFilter interface{}) *gomock.Call
- func (mr *MockEnvoyFilterSetMockRecorder) Insert(envoyFilter ...interface{}) *gomock.Call
- func (mr *MockEnvoyFilterSetMockRecorder) Intersection(set interface{}) *gomock.Call
- func (mr *MockEnvoyFilterSetMockRecorder) Keys() *gomock.Call
- func (mr *MockEnvoyFilterSetMockRecorder) Length() *gomock.Call
- func (mr *MockEnvoyFilterSetMockRecorder) List() *gomock.Call
- func (mr *MockEnvoyFilterSetMockRecorder) Map() *gomock.Call
- func (mr *MockEnvoyFilterSetMockRecorder) Union(set interface{}) *gomock.Call
- type MockGatewaySet
- func (m *MockGatewaySet) Delete(gateway *v1alpha3.Gateway)
- func (m *MockGatewaySet) Difference(set v1alpha3sets.GatewaySet) v1alpha3sets.GatewaySet
- func (m *MockGatewaySet) EXPECT() *MockGatewaySetMockRecorder
- func (m *MockGatewaySet) Equal(gatewaySet v1alpha3sets.GatewaySet) bool
- func (m *MockGatewaySet) Find(id ezkube.ResourceId) (*v1alpha3.Gateway, error)
- func (m *MockGatewaySet) Has(gateway *v1alpha3.Gateway) bool
- func (m *MockGatewaySet) Insert(gateway ...*v1alpha3.Gateway)
- func (m *MockGatewaySet) Intersection(set v1alpha3sets.GatewaySet) v1alpha3sets.GatewaySet
- func (m *MockGatewaySet) Keys() sets.String
- func (m *MockGatewaySet) Length() int
- func (m *MockGatewaySet) List() []*v1alpha3.Gateway
- func (m *MockGatewaySet) Map() map[string]*v1alpha3.Gateway
- func (m *MockGatewaySet) Union(set v1alpha3sets.GatewaySet) v1alpha3sets.GatewaySet
- type MockGatewaySetMockRecorder
- func (mr *MockGatewaySetMockRecorder) Delete(gateway interface{}) *gomock.Call
- func (mr *MockGatewaySetMockRecorder) Difference(set interface{}) *gomock.Call
- func (mr *MockGatewaySetMockRecorder) Equal(gatewaySet interface{}) *gomock.Call
- func (mr *MockGatewaySetMockRecorder) Find(id interface{}) *gomock.Call
- func (mr *MockGatewaySetMockRecorder) Has(gateway interface{}) *gomock.Call
- func (mr *MockGatewaySetMockRecorder) Insert(gateway ...interface{}) *gomock.Call
- func (mr *MockGatewaySetMockRecorder) Intersection(set interface{}) *gomock.Call
- func (mr *MockGatewaySetMockRecorder) Keys() *gomock.Call
- func (mr *MockGatewaySetMockRecorder) Length() *gomock.Call
- func (mr *MockGatewaySetMockRecorder) List() *gomock.Call
- func (mr *MockGatewaySetMockRecorder) Map() *gomock.Call
- func (mr *MockGatewaySetMockRecorder) Union(set interface{}) *gomock.Call
- type MockServiceEntrySet
- func (m *MockServiceEntrySet) Delete(serviceEntry *v1alpha3.ServiceEntry)
- func (m *MockServiceEntrySet) Difference(set v1alpha3sets.ServiceEntrySet) v1alpha3sets.ServiceEntrySet
- func (m *MockServiceEntrySet) EXPECT() *MockServiceEntrySetMockRecorder
- func (m *MockServiceEntrySet) Equal(serviceEntrySet v1alpha3sets.ServiceEntrySet) bool
- func (m *MockServiceEntrySet) Find(id ezkube.ResourceId) (*v1alpha3.ServiceEntry, error)
- func (m *MockServiceEntrySet) Has(serviceEntry *v1alpha3.ServiceEntry) bool
- func (m *MockServiceEntrySet) Insert(serviceEntry ...*v1alpha3.ServiceEntry)
- func (m *MockServiceEntrySet) Intersection(set v1alpha3sets.ServiceEntrySet) v1alpha3sets.ServiceEntrySet
- func (m *MockServiceEntrySet) Keys() sets.String
- func (m *MockServiceEntrySet) Length() int
- func (m *MockServiceEntrySet) List() []*v1alpha3.ServiceEntry
- func (m *MockServiceEntrySet) Map() map[string]*v1alpha3.ServiceEntry
- func (m *MockServiceEntrySet) Union(set v1alpha3sets.ServiceEntrySet) v1alpha3sets.ServiceEntrySet
- type MockServiceEntrySetMockRecorder
- func (mr *MockServiceEntrySetMockRecorder) Delete(serviceEntry interface{}) *gomock.Call
- func (mr *MockServiceEntrySetMockRecorder) Difference(set interface{}) *gomock.Call
- func (mr *MockServiceEntrySetMockRecorder) Equal(serviceEntrySet interface{}) *gomock.Call
- func (mr *MockServiceEntrySetMockRecorder) Find(id interface{}) *gomock.Call
- func (mr *MockServiceEntrySetMockRecorder) Has(serviceEntry interface{}) *gomock.Call
- func (mr *MockServiceEntrySetMockRecorder) Insert(serviceEntry ...interface{}) *gomock.Call
- func (mr *MockServiceEntrySetMockRecorder) Intersection(set interface{}) *gomock.Call
- func (mr *MockServiceEntrySetMockRecorder) Keys() *gomock.Call
- func (mr *MockServiceEntrySetMockRecorder) Length() *gomock.Call
- func (mr *MockServiceEntrySetMockRecorder) List() *gomock.Call
- func (mr *MockServiceEntrySetMockRecorder) Map() *gomock.Call
- func (mr *MockServiceEntrySetMockRecorder) Union(set interface{}) *gomock.Call
- type MockVirtualServiceSet
- func (m *MockVirtualServiceSet) Delete(virtualService *v1alpha3.VirtualService)
- func (m *MockVirtualServiceSet) Difference(set v1alpha3sets.VirtualServiceSet) v1alpha3sets.VirtualServiceSet
- func (m *MockVirtualServiceSet) EXPECT() *MockVirtualServiceSetMockRecorder
- func (m *MockVirtualServiceSet) Equal(virtualServiceSet v1alpha3sets.VirtualServiceSet) bool
- func (m *MockVirtualServiceSet) Find(id ezkube.ResourceId) (*v1alpha3.VirtualService, error)
- func (m *MockVirtualServiceSet) Has(virtualService *v1alpha3.VirtualService) bool
- func (m *MockVirtualServiceSet) Insert(virtualService ...*v1alpha3.VirtualService)
- func (m *MockVirtualServiceSet) Intersection(set v1alpha3sets.VirtualServiceSet) v1alpha3sets.VirtualServiceSet
- func (m *MockVirtualServiceSet) Keys() sets.String
- func (m *MockVirtualServiceSet) Length() int
- func (m *MockVirtualServiceSet) List() []*v1alpha3.VirtualService
- func (m *MockVirtualServiceSet) Map() map[string]*v1alpha3.VirtualService
- func (m *MockVirtualServiceSet) Union(set v1alpha3sets.VirtualServiceSet) v1alpha3sets.VirtualServiceSet
- type MockVirtualServiceSetMockRecorder
- func (mr *MockVirtualServiceSetMockRecorder) Delete(virtualService interface{}) *gomock.Call
- func (mr *MockVirtualServiceSetMockRecorder) Difference(set interface{}) *gomock.Call
- func (mr *MockVirtualServiceSetMockRecorder) Equal(virtualServiceSet interface{}) *gomock.Call
- func (mr *MockVirtualServiceSetMockRecorder) Find(id interface{}) *gomock.Call
- func (mr *MockVirtualServiceSetMockRecorder) Has(virtualService interface{}) *gomock.Call
- func (mr *MockVirtualServiceSetMockRecorder) Insert(virtualService ...interface{}) *gomock.Call
- func (mr *MockVirtualServiceSetMockRecorder) Intersection(set interface{}) *gomock.Call
- func (mr *MockVirtualServiceSetMockRecorder) Keys() *gomock.Call
- func (mr *MockVirtualServiceSetMockRecorder) Length() *gomock.Call
- func (mr *MockVirtualServiceSetMockRecorder) List() *gomock.Call
- func (mr *MockVirtualServiceSetMockRecorder) Map() *gomock.Call
- func (mr *MockVirtualServiceSetMockRecorder) Union(set interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockDestinationRuleSet ¶
type MockDestinationRuleSet struct {
// contains filtered or unexported fields
}
MockDestinationRuleSet is a mock of DestinationRuleSet interface
func NewMockDestinationRuleSet ¶
func NewMockDestinationRuleSet(ctrl *gomock.Controller) *MockDestinationRuleSet
NewMockDestinationRuleSet creates a new mock instance
func (*MockDestinationRuleSet) Delete ¶
func (m *MockDestinationRuleSet) Delete(destinationRule *v1alpha3.DestinationRule)
Delete mocks base method
func (*MockDestinationRuleSet) Difference ¶
func (m *MockDestinationRuleSet) Difference(set v1alpha3sets.DestinationRuleSet) v1alpha3sets.DestinationRuleSet
Difference mocks base method
func (*MockDestinationRuleSet) EXPECT ¶
func (m *MockDestinationRuleSet) EXPECT() *MockDestinationRuleSetMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockDestinationRuleSet) Equal ¶
func (m *MockDestinationRuleSet) Equal(destinationRuleSet v1alpha3sets.DestinationRuleSet) bool
Equal mocks base method
func (*MockDestinationRuleSet) Find ¶
func (m *MockDestinationRuleSet) Find(id ezkube.ResourceId) (*v1alpha3.DestinationRule, error)
Find mocks base method
func (*MockDestinationRuleSet) Has ¶
func (m *MockDestinationRuleSet) Has(destinationRule *v1alpha3.DestinationRule) bool
Has mocks base method
func (*MockDestinationRuleSet) Insert ¶
func (m *MockDestinationRuleSet) Insert(destinationRule ...*v1alpha3.DestinationRule)
Insert mocks base method
func (*MockDestinationRuleSet) Intersection ¶
func (m *MockDestinationRuleSet) Intersection(set v1alpha3sets.DestinationRuleSet) v1alpha3sets.DestinationRuleSet
Intersection mocks base method
func (*MockDestinationRuleSet) Keys ¶
func (m *MockDestinationRuleSet) Keys() sets.String
Keys mocks base method
func (*MockDestinationRuleSet) Length ¶
func (m *MockDestinationRuleSet) Length() int
Length mocks base method
func (*MockDestinationRuleSet) List ¶
func (m *MockDestinationRuleSet) List() []*v1alpha3.DestinationRule
List mocks base method
func (*MockDestinationRuleSet) Map ¶
func (m *MockDestinationRuleSet) Map() map[string]*v1alpha3.DestinationRule
Map mocks base method
func (*MockDestinationRuleSet) Union ¶
func (m *MockDestinationRuleSet) Union(set v1alpha3sets.DestinationRuleSet) v1alpha3sets.DestinationRuleSet
Union mocks base method
type MockDestinationRuleSetMockRecorder ¶
type MockDestinationRuleSetMockRecorder struct {
// contains filtered or unexported fields
}
MockDestinationRuleSetMockRecorder is the mock recorder for MockDestinationRuleSet
func (*MockDestinationRuleSetMockRecorder) Delete ¶
func (mr *MockDestinationRuleSetMockRecorder) Delete(destinationRule interface{}) *gomock.Call
Delete indicates an expected call of Delete
func (*MockDestinationRuleSetMockRecorder) Difference ¶
func (mr *MockDestinationRuleSetMockRecorder) Difference(set interface{}) *gomock.Call
Difference indicates an expected call of Difference
func (*MockDestinationRuleSetMockRecorder) Equal ¶
func (mr *MockDestinationRuleSetMockRecorder) Equal(destinationRuleSet interface{}) *gomock.Call
Equal indicates an expected call of Equal
func (*MockDestinationRuleSetMockRecorder) Find ¶
func (mr *MockDestinationRuleSetMockRecorder) Find(id interface{}) *gomock.Call
Find indicates an expected call of Find
func (*MockDestinationRuleSetMockRecorder) Has ¶
func (mr *MockDestinationRuleSetMockRecorder) Has(destinationRule interface{}) *gomock.Call
Has indicates an expected call of Has
func (*MockDestinationRuleSetMockRecorder) Insert ¶
func (mr *MockDestinationRuleSetMockRecorder) Insert(destinationRule ...interface{}) *gomock.Call
Insert indicates an expected call of Insert
func (*MockDestinationRuleSetMockRecorder) Intersection ¶
func (mr *MockDestinationRuleSetMockRecorder) Intersection(set interface{}) *gomock.Call
Intersection indicates an expected call of Intersection
func (*MockDestinationRuleSetMockRecorder) Keys ¶
func (mr *MockDestinationRuleSetMockRecorder) Keys() *gomock.Call
Keys indicates an expected call of Keys
func (*MockDestinationRuleSetMockRecorder) Length ¶
func (mr *MockDestinationRuleSetMockRecorder) Length() *gomock.Call
Length indicates an expected call of Length
func (*MockDestinationRuleSetMockRecorder) List ¶
func (mr *MockDestinationRuleSetMockRecorder) List() *gomock.Call
List indicates an expected call of List
func (*MockDestinationRuleSetMockRecorder) Map ¶
func (mr *MockDestinationRuleSetMockRecorder) Map() *gomock.Call
Map indicates an expected call of Map
func (*MockDestinationRuleSetMockRecorder) Union ¶
func (mr *MockDestinationRuleSetMockRecorder) Union(set interface{}) *gomock.Call
Union indicates an expected call of Union
type MockEnvoyFilterSet ¶
type MockEnvoyFilterSet struct {
// contains filtered or unexported fields
}
MockEnvoyFilterSet is a mock of EnvoyFilterSet interface
func NewMockEnvoyFilterSet ¶
func NewMockEnvoyFilterSet(ctrl *gomock.Controller) *MockEnvoyFilterSet
NewMockEnvoyFilterSet creates a new mock instance
func (*MockEnvoyFilterSet) Delete ¶
func (m *MockEnvoyFilterSet) Delete(envoyFilter *v1alpha3.EnvoyFilter)
Delete mocks base method
func (*MockEnvoyFilterSet) Difference ¶
func (m *MockEnvoyFilterSet) Difference(set v1alpha3sets.EnvoyFilterSet) v1alpha3sets.EnvoyFilterSet
Difference mocks base method
func (*MockEnvoyFilterSet) EXPECT ¶
func (m *MockEnvoyFilterSet) EXPECT() *MockEnvoyFilterSetMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockEnvoyFilterSet) Equal ¶
func (m *MockEnvoyFilterSet) Equal(envoyFilterSet v1alpha3sets.EnvoyFilterSet) bool
Equal mocks base method
func (*MockEnvoyFilterSet) Find ¶
func (m *MockEnvoyFilterSet) Find(id ezkube.ResourceId) (*v1alpha3.EnvoyFilter, error)
Find mocks base method
func (*MockEnvoyFilterSet) Has ¶
func (m *MockEnvoyFilterSet) Has(envoyFilter *v1alpha3.EnvoyFilter) bool
Has mocks base method
func (*MockEnvoyFilterSet) Insert ¶
func (m *MockEnvoyFilterSet) Insert(envoyFilter ...*v1alpha3.EnvoyFilter)
Insert mocks base method
func (*MockEnvoyFilterSet) Intersection ¶
func (m *MockEnvoyFilterSet) Intersection(set v1alpha3sets.EnvoyFilterSet) v1alpha3sets.EnvoyFilterSet
Intersection mocks base method
func (*MockEnvoyFilterSet) Keys ¶
func (m *MockEnvoyFilterSet) Keys() sets.String
Keys mocks base method
func (*MockEnvoyFilterSet) Length ¶
func (m *MockEnvoyFilterSet) Length() int
Length mocks base method
func (*MockEnvoyFilterSet) List ¶
func (m *MockEnvoyFilterSet) List() []*v1alpha3.EnvoyFilter
List mocks base method
func (*MockEnvoyFilterSet) Map ¶
func (m *MockEnvoyFilterSet) Map() map[string]*v1alpha3.EnvoyFilter
Map mocks base method
func (*MockEnvoyFilterSet) Union ¶
func (m *MockEnvoyFilterSet) Union(set v1alpha3sets.EnvoyFilterSet) v1alpha3sets.EnvoyFilterSet
Union mocks base method
type MockEnvoyFilterSetMockRecorder ¶
type MockEnvoyFilterSetMockRecorder struct {
// contains filtered or unexported fields
}
MockEnvoyFilterSetMockRecorder is the mock recorder for MockEnvoyFilterSet
func (*MockEnvoyFilterSetMockRecorder) Delete ¶
func (mr *MockEnvoyFilterSetMockRecorder) Delete(envoyFilter interface{}) *gomock.Call
Delete indicates an expected call of Delete
func (*MockEnvoyFilterSetMockRecorder) Difference ¶
func (mr *MockEnvoyFilterSetMockRecorder) Difference(set interface{}) *gomock.Call
Difference indicates an expected call of Difference
func (*MockEnvoyFilterSetMockRecorder) Equal ¶
func (mr *MockEnvoyFilterSetMockRecorder) Equal(envoyFilterSet interface{}) *gomock.Call
Equal indicates an expected call of Equal
func (*MockEnvoyFilterSetMockRecorder) Find ¶
func (mr *MockEnvoyFilterSetMockRecorder) Find(id interface{}) *gomock.Call
Find indicates an expected call of Find
func (*MockEnvoyFilterSetMockRecorder) Has ¶
func (mr *MockEnvoyFilterSetMockRecorder) Has(envoyFilter interface{}) *gomock.Call
Has indicates an expected call of Has
func (*MockEnvoyFilterSetMockRecorder) Insert ¶
func (mr *MockEnvoyFilterSetMockRecorder) Insert(envoyFilter ...interface{}) *gomock.Call
Insert indicates an expected call of Insert
func (*MockEnvoyFilterSetMockRecorder) Intersection ¶
func (mr *MockEnvoyFilterSetMockRecorder) Intersection(set interface{}) *gomock.Call
Intersection indicates an expected call of Intersection
func (*MockEnvoyFilterSetMockRecorder) Keys ¶
func (mr *MockEnvoyFilterSetMockRecorder) Keys() *gomock.Call
Keys indicates an expected call of Keys
func (*MockEnvoyFilterSetMockRecorder) Length ¶
func (mr *MockEnvoyFilterSetMockRecorder) Length() *gomock.Call
Length indicates an expected call of Length
func (*MockEnvoyFilterSetMockRecorder) List ¶
func (mr *MockEnvoyFilterSetMockRecorder) List() *gomock.Call
List indicates an expected call of List
func (*MockEnvoyFilterSetMockRecorder) Map ¶
func (mr *MockEnvoyFilterSetMockRecorder) Map() *gomock.Call
Map indicates an expected call of Map
func (*MockEnvoyFilterSetMockRecorder) Union ¶
func (mr *MockEnvoyFilterSetMockRecorder) Union(set interface{}) *gomock.Call
Union indicates an expected call of Union
type MockGatewaySet ¶
type MockGatewaySet struct {
// contains filtered or unexported fields
}
MockGatewaySet is a mock of GatewaySet interface
func NewMockGatewaySet ¶
func NewMockGatewaySet(ctrl *gomock.Controller) *MockGatewaySet
NewMockGatewaySet creates a new mock instance
func (*MockGatewaySet) Delete ¶
func (m *MockGatewaySet) Delete(gateway *v1alpha3.Gateway)
Delete mocks base method
func (*MockGatewaySet) Difference ¶
func (m *MockGatewaySet) Difference(set v1alpha3sets.GatewaySet) v1alpha3sets.GatewaySet
Difference mocks base method
func (*MockGatewaySet) EXPECT ¶
func (m *MockGatewaySet) EXPECT() *MockGatewaySetMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockGatewaySet) Equal ¶
func (m *MockGatewaySet) Equal(gatewaySet v1alpha3sets.GatewaySet) bool
Equal mocks base method
func (*MockGatewaySet) Find ¶
func (m *MockGatewaySet) Find(id ezkube.ResourceId) (*v1alpha3.Gateway, error)
Find mocks base method
func (*MockGatewaySet) Has ¶
func (m *MockGatewaySet) Has(gateway *v1alpha3.Gateway) bool
Has mocks base method
func (*MockGatewaySet) Insert ¶
func (m *MockGatewaySet) Insert(gateway ...*v1alpha3.Gateway)
Insert mocks base method
func (*MockGatewaySet) Intersection ¶
func (m *MockGatewaySet) Intersection(set v1alpha3sets.GatewaySet) v1alpha3sets.GatewaySet
Intersection mocks base method
func (*MockGatewaySet) List ¶
func (m *MockGatewaySet) List() []*v1alpha3.Gateway
List mocks base method
func (*MockGatewaySet) Map ¶
func (m *MockGatewaySet) Map() map[string]*v1alpha3.Gateway
Map mocks base method
func (*MockGatewaySet) Union ¶
func (m *MockGatewaySet) Union(set v1alpha3sets.GatewaySet) v1alpha3sets.GatewaySet
Union mocks base method
type MockGatewaySetMockRecorder ¶
type MockGatewaySetMockRecorder struct {
// contains filtered or unexported fields
}
MockGatewaySetMockRecorder is the mock recorder for MockGatewaySet
func (*MockGatewaySetMockRecorder) Delete ¶
func (mr *MockGatewaySetMockRecorder) Delete(gateway interface{}) *gomock.Call
Delete indicates an expected call of Delete
func (*MockGatewaySetMockRecorder) Difference ¶
func (mr *MockGatewaySetMockRecorder) Difference(set interface{}) *gomock.Call
Difference indicates an expected call of Difference
func (*MockGatewaySetMockRecorder) Equal ¶
func (mr *MockGatewaySetMockRecorder) Equal(gatewaySet interface{}) *gomock.Call
Equal indicates an expected call of Equal
func (*MockGatewaySetMockRecorder) Find ¶
func (mr *MockGatewaySetMockRecorder) Find(id interface{}) *gomock.Call
Find indicates an expected call of Find
func (*MockGatewaySetMockRecorder) Has ¶
func (mr *MockGatewaySetMockRecorder) Has(gateway interface{}) *gomock.Call
Has indicates an expected call of Has
func (*MockGatewaySetMockRecorder) Insert ¶
func (mr *MockGatewaySetMockRecorder) Insert(gateway ...interface{}) *gomock.Call
Insert indicates an expected call of Insert
func (*MockGatewaySetMockRecorder) Intersection ¶
func (mr *MockGatewaySetMockRecorder) Intersection(set interface{}) *gomock.Call
Intersection indicates an expected call of Intersection
func (*MockGatewaySetMockRecorder) Keys ¶
func (mr *MockGatewaySetMockRecorder) Keys() *gomock.Call
Keys indicates an expected call of Keys
func (*MockGatewaySetMockRecorder) Length ¶
func (mr *MockGatewaySetMockRecorder) Length() *gomock.Call
Length indicates an expected call of Length
func (*MockGatewaySetMockRecorder) List ¶
func (mr *MockGatewaySetMockRecorder) List() *gomock.Call
List indicates an expected call of List
func (*MockGatewaySetMockRecorder) Map ¶
func (mr *MockGatewaySetMockRecorder) Map() *gomock.Call
Map indicates an expected call of Map
func (*MockGatewaySetMockRecorder) Union ¶
func (mr *MockGatewaySetMockRecorder) Union(set interface{}) *gomock.Call
Union indicates an expected call of Union
type MockServiceEntrySet ¶
type MockServiceEntrySet struct {
// contains filtered or unexported fields
}
MockServiceEntrySet is a mock of ServiceEntrySet interface
func NewMockServiceEntrySet ¶
func NewMockServiceEntrySet(ctrl *gomock.Controller) *MockServiceEntrySet
NewMockServiceEntrySet creates a new mock instance
func (*MockServiceEntrySet) Delete ¶
func (m *MockServiceEntrySet) Delete(serviceEntry *v1alpha3.ServiceEntry)
Delete mocks base method
func (*MockServiceEntrySet) Difference ¶
func (m *MockServiceEntrySet) Difference(set v1alpha3sets.ServiceEntrySet) v1alpha3sets.ServiceEntrySet
Difference mocks base method
func (*MockServiceEntrySet) EXPECT ¶
func (m *MockServiceEntrySet) EXPECT() *MockServiceEntrySetMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockServiceEntrySet) Equal ¶
func (m *MockServiceEntrySet) Equal(serviceEntrySet v1alpha3sets.ServiceEntrySet) bool
Equal mocks base method
func (*MockServiceEntrySet) Find ¶
func (m *MockServiceEntrySet) Find(id ezkube.ResourceId) (*v1alpha3.ServiceEntry, error)
Find mocks base method
func (*MockServiceEntrySet) Has ¶
func (m *MockServiceEntrySet) Has(serviceEntry *v1alpha3.ServiceEntry) bool
Has mocks base method
func (*MockServiceEntrySet) Insert ¶
func (m *MockServiceEntrySet) Insert(serviceEntry ...*v1alpha3.ServiceEntry)
Insert mocks base method
func (*MockServiceEntrySet) Intersection ¶
func (m *MockServiceEntrySet) Intersection(set v1alpha3sets.ServiceEntrySet) v1alpha3sets.ServiceEntrySet
Intersection mocks base method
func (*MockServiceEntrySet) Keys ¶
func (m *MockServiceEntrySet) Keys() sets.String
Keys mocks base method
func (*MockServiceEntrySet) Length ¶
func (m *MockServiceEntrySet) Length() int
Length mocks base method
func (*MockServiceEntrySet) List ¶
func (m *MockServiceEntrySet) List() []*v1alpha3.ServiceEntry
List mocks base method
func (*MockServiceEntrySet) Map ¶
func (m *MockServiceEntrySet) Map() map[string]*v1alpha3.ServiceEntry
Map mocks base method
func (*MockServiceEntrySet) Union ¶
func (m *MockServiceEntrySet) Union(set v1alpha3sets.ServiceEntrySet) v1alpha3sets.ServiceEntrySet
Union mocks base method
type MockServiceEntrySetMockRecorder ¶
type MockServiceEntrySetMockRecorder struct {
// contains filtered or unexported fields
}
MockServiceEntrySetMockRecorder is the mock recorder for MockServiceEntrySet
func (*MockServiceEntrySetMockRecorder) Delete ¶
func (mr *MockServiceEntrySetMockRecorder) Delete(serviceEntry interface{}) *gomock.Call
Delete indicates an expected call of Delete
func (*MockServiceEntrySetMockRecorder) Difference ¶
func (mr *MockServiceEntrySetMockRecorder) Difference(set interface{}) *gomock.Call
Difference indicates an expected call of Difference
func (*MockServiceEntrySetMockRecorder) Equal ¶
func (mr *MockServiceEntrySetMockRecorder) Equal(serviceEntrySet interface{}) *gomock.Call
Equal indicates an expected call of Equal
func (*MockServiceEntrySetMockRecorder) Find ¶
func (mr *MockServiceEntrySetMockRecorder) Find(id interface{}) *gomock.Call
Find indicates an expected call of Find
func (*MockServiceEntrySetMockRecorder) Has ¶
func (mr *MockServiceEntrySetMockRecorder) Has(serviceEntry interface{}) *gomock.Call
Has indicates an expected call of Has
func (*MockServiceEntrySetMockRecorder) Insert ¶
func (mr *MockServiceEntrySetMockRecorder) Insert(serviceEntry ...interface{}) *gomock.Call
Insert indicates an expected call of Insert
func (*MockServiceEntrySetMockRecorder) Intersection ¶
func (mr *MockServiceEntrySetMockRecorder) Intersection(set interface{}) *gomock.Call
Intersection indicates an expected call of Intersection
func (*MockServiceEntrySetMockRecorder) Keys ¶
func (mr *MockServiceEntrySetMockRecorder) Keys() *gomock.Call
Keys indicates an expected call of Keys
func (*MockServiceEntrySetMockRecorder) Length ¶
func (mr *MockServiceEntrySetMockRecorder) Length() *gomock.Call
Length indicates an expected call of Length
func (*MockServiceEntrySetMockRecorder) List ¶
func (mr *MockServiceEntrySetMockRecorder) List() *gomock.Call
List indicates an expected call of List
func (*MockServiceEntrySetMockRecorder) Map ¶
func (mr *MockServiceEntrySetMockRecorder) Map() *gomock.Call
Map indicates an expected call of Map
func (*MockServiceEntrySetMockRecorder) Union ¶
func (mr *MockServiceEntrySetMockRecorder) Union(set interface{}) *gomock.Call
Union indicates an expected call of Union
type MockVirtualServiceSet ¶
type MockVirtualServiceSet struct {
// contains filtered or unexported fields
}
MockVirtualServiceSet is a mock of VirtualServiceSet interface
func NewMockVirtualServiceSet ¶
func NewMockVirtualServiceSet(ctrl *gomock.Controller) *MockVirtualServiceSet
NewMockVirtualServiceSet creates a new mock instance
func (*MockVirtualServiceSet) Delete ¶
func (m *MockVirtualServiceSet) Delete(virtualService *v1alpha3.VirtualService)
Delete mocks base method
func (*MockVirtualServiceSet) Difference ¶
func (m *MockVirtualServiceSet) Difference(set v1alpha3sets.VirtualServiceSet) v1alpha3sets.VirtualServiceSet
Difference mocks base method
func (*MockVirtualServiceSet) EXPECT ¶
func (m *MockVirtualServiceSet) EXPECT() *MockVirtualServiceSetMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockVirtualServiceSet) Equal ¶
func (m *MockVirtualServiceSet) Equal(virtualServiceSet v1alpha3sets.VirtualServiceSet) bool
Equal mocks base method
func (*MockVirtualServiceSet) Find ¶
func (m *MockVirtualServiceSet) Find(id ezkube.ResourceId) (*v1alpha3.VirtualService, error)
Find mocks base method
func (*MockVirtualServiceSet) Has ¶
func (m *MockVirtualServiceSet) Has(virtualService *v1alpha3.VirtualService) bool
Has mocks base method
func (*MockVirtualServiceSet) Insert ¶
func (m *MockVirtualServiceSet) Insert(virtualService ...*v1alpha3.VirtualService)
Insert mocks base method
func (*MockVirtualServiceSet) Intersection ¶
func (m *MockVirtualServiceSet) Intersection(set v1alpha3sets.VirtualServiceSet) v1alpha3sets.VirtualServiceSet
Intersection mocks base method
func (*MockVirtualServiceSet) Keys ¶
func (m *MockVirtualServiceSet) Keys() sets.String
Keys mocks base method
func (*MockVirtualServiceSet) Length ¶
func (m *MockVirtualServiceSet) Length() int
Length mocks base method
func (*MockVirtualServiceSet) List ¶
func (m *MockVirtualServiceSet) List() []*v1alpha3.VirtualService
List mocks base method
func (*MockVirtualServiceSet) Map ¶
func (m *MockVirtualServiceSet) Map() map[string]*v1alpha3.VirtualService
Map mocks base method
func (*MockVirtualServiceSet) Union ¶
func (m *MockVirtualServiceSet) Union(set v1alpha3sets.VirtualServiceSet) v1alpha3sets.VirtualServiceSet
Union mocks base method
type MockVirtualServiceSetMockRecorder ¶
type MockVirtualServiceSetMockRecorder struct {
// contains filtered or unexported fields
}
MockVirtualServiceSetMockRecorder is the mock recorder for MockVirtualServiceSet
func (*MockVirtualServiceSetMockRecorder) Delete ¶
func (mr *MockVirtualServiceSetMockRecorder) Delete(virtualService interface{}) *gomock.Call
Delete indicates an expected call of Delete
func (*MockVirtualServiceSetMockRecorder) Difference ¶
func (mr *MockVirtualServiceSetMockRecorder) Difference(set interface{}) *gomock.Call
Difference indicates an expected call of Difference
func (*MockVirtualServiceSetMockRecorder) Equal ¶
func (mr *MockVirtualServiceSetMockRecorder) Equal(virtualServiceSet interface{}) *gomock.Call
Equal indicates an expected call of Equal
func (*MockVirtualServiceSetMockRecorder) Find ¶
func (mr *MockVirtualServiceSetMockRecorder) Find(id interface{}) *gomock.Call
Find indicates an expected call of Find
func (*MockVirtualServiceSetMockRecorder) Has ¶
func (mr *MockVirtualServiceSetMockRecorder) Has(virtualService interface{}) *gomock.Call
Has indicates an expected call of Has
func (*MockVirtualServiceSetMockRecorder) Insert ¶
func (mr *MockVirtualServiceSetMockRecorder) Insert(virtualService ...interface{}) *gomock.Call
Insert indicates an expected call of Insert
func (*MockVirtualServiceSetMockRecorder) Intersection ¶
func (mr *MockVirtualServiceSetMockRecorder) Intersection(set interface{}) *gomock.Call
Intersection indicates an expected call of Intersection
func (*MockVirtualServiceSetMockRecorder) Keys ¶
func (mr *MockVirtualServiceSetMockRecorder) Keys() *gomock.Call
Keys indicates an expected call of Keys
func (*MockVirtualServiceSetMockRecorder) Length ¶
func (mr *MockVirtualServiceSetMockRecorder) Length() *gomock.Call
Length indicates an expected call of Length
func (*MockVirtualServiceSetMockRecorder) List ¶
func (mr *MockVirtualServiceSetMockRecorder) List() *gomock.Call
List indicates an expected call of List
func (*MockVirtualServiceSetMockRecorder) Map ¶
func (mr *MockVirtualServiceSetMockRecorder) Map() *gomock.Call
Map indicates an expected call of Map
func (*MockVirtualServiceSetMockRecorder) Union ¶
func (mr *MockVirtualServiceSetMockRecorder) Union(set interface{}) *gomock.Call
Union indicates an expected call of Union