mock_v1beta1sets

package
v0.2.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 29, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Package mock_v1beta1sets is a generated GoMock package.

Index

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) Clone

Clone mocks base method.

func (*MockDestinationRuleSet) Delete

func (m *MockDestinationRuleSet) Delete(destinationRule ezkube.ResourceId)

Delete mocks base method.

func (*MockDestinationRuleSet) Delta

Delta mocks base method.

func (*MockDestinationRuleSet) Difference

Difference mocks base method.

func (*MockDestinationRuleSet) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockDestinationRuleSet) Equal

func (m *MockDestinationRuleSet) Equal(destinationRuleSet v1beta1sets.DestinationRuleSet) bool

Equal mocks base method.

func (*MockDestinationRuleSet) Find

Find mocks base method.

func (*MockDestinationRuleSet) Generic

Generic mocks base method.

func (*MockDestinationRuleSet) Has

func (m *MockDestinationRuleSet) Has(destinationRule ezkube.ResourceId) bool

Has mocks base method.

func (*MockDestinationRuleSet) Insert

func (m *MockDestinationRuleSet) Insert(destinationRule ...*v1beta1.DestinationRule)

Insert mocks base method.

func (*MockDestinationRuleSet) Intersection

Intersection mocks base method.

func (*MockDestinationRuleSet) Keys

Keys mocks base method.

func (*MockDestinationRuleSet) Length

func (m *MockDestinationRuleSet) Length() int

Length mocks base method.

func (*MockDestinationRuleSet) List

func (m *MockDestinationRuleSet) List(filterResource ...func(*v1beta1.DestinationRule) bool) []*v1beta1.DestinationRule

List mocks base method.

func (*MockDestinationRuleSet) Map

Map mocks base method.

func (*MockDestinationRuleSet) Union

Union mocks base method.

func (*MockDestinationRuleSet) UnsortedList

func (m *MockDestinationRuleSet) UnsortedList(filterResource ...func(*v1beta1.DestinationRule) bool) []*v1beta1.DestinationRule

UnsortedList mocks base method.

type MockDestinationRuleSetMockRecorder

type MockDestinationRuleSetMockRecorder struct {
	// contains filtered or unexported fields
}

MockDestinationRuleSetMockRecorder is the mock recorder for MockDestinationRuleSet.

func (*MockDestinationRuleSetMockRecorder) Clone

Clone indicates an expected call of Clone.

func (*MockDestinationRuleSetMockRecorder) Delete

func (mr *MockDestinationRuleSetMockRecorder) Delete(destinationRule interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockDestinationRuleSetMockRecorder) Delta

func (mr *MockDestinationRuleSetMockRecorder) Delta(newSet interface{}) *gomock.Call

Delta indicates an expected call of Delta.

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) Generic

Generic indicates an expected call of Generic.

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

Keys indicates an expected call of Keys.

func (*MockDestinationRuleSetMockRecorder) Length

Length indicates an expected call of Length.

func (*MockDestinationRuleSetMockRecorder) List

func (mr *MockDestinationRuleSetMockRecorder) List(filterResource ...interface{}) *gomock.Call

List indicates an expected call of List.

func (*MockDestinationRuleSetMockRecorder) Map

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.

func (*MockDestinationRuleSetMockRecorder) UnsortedList

func (mr *MockDestinationRuleSetMockRecorder) UnsortedList(filterResource ...interface{}) *gomock.Call

UnsortedList indicates an expected call of UnsortedList.

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) Clone

Clone mocks base method.

func (*MockGatewaySet) Delete

func (m *MockGatewaySet) Delete(gateway ezkube.ResourceId)

Delete mocks base method.

func (*MockGatewaySet) Delta

Delta mocks base method.

func (*MockGatewaySet) Difference

Difference mocks base method.

func (*MockGatewaySet) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockGatewaySet) Equal

func (m *MockGatewaySet) Equal(gatewaySet v1beta1sets.GatewaySet) bool

Equal mocks base method.

func (*MockGatewaySet) Find

Find mocks base method.

func (*MockGatewaySet) Generic

func (m *MockGatewaySet) Generic() sets.ResourceSet

Generic mocks base method.

func (*MockGatewaySet) Has

func (m *MockGatewaySet) Has(gateway ezkube.ResourceId) bool

Has mocks base method.

func (*MockGatewaySet) Insert

func (m *MockGatewaySet) Insert(gateway ...*v1beta1.Gateway)

Insert mocks base method.

func (*MockGatewaySet) Intersection

Intersection mocks base method.

func (*MockGatewaySet) Keys

func (m *MockGatewaySet) Keys() sets0.String

Keys mocks base method.

func (*MockGatewaySet) Length

func (m *MockGatewaySet) Length() int

Length mocks base method.

func (*MockGatewaySet) List

func (m *MockGatewaySet) List(filterResource ...func(*v1beta1.Gateway) bool) []*v1beta1.Gateway

List mocks base method.

func (*MockGatewaySet) Map

func (m *MockGatewaySet) Map() map[string]*v1beta1.Gateway

Map mocks base method.

func (*MockGatewaySet) Union

Union mocks base method.

func (*MockGatewaySet) UnsortedList

func (m *MockGatewaySet) UnsortedList(filterResource ...func(*v1beta1.Gateway) bool) []*v1beta1.Gateway

UnsortedList mocks base method.

type MockGatewaySetMockRecorder

type MockGatewaySetMockRecorder struct {
	// contains filtered or unexported fields
}

MockGatewaySetMockRecorder is the mock recorder for MockGatewaySet.

func (*MockGatewaySetMockRecorder) Clone

func (mr *MockGatewaySetMockRecorder) Clone() *gomock.Call

Clone indicates an expected call of Clone.

func (*MockGatewaySetMockRecorder) Delete

func (mr *MockGatewaySetMockRecorder) Delete(gateway interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockGatewaySetMockRecorder) Delta

func (mr *MockGatewaySetMockRecorder) Delta(newSet interface{}) *gomock.Call

Delta indicates an expected call of Delta.

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) Generic

func (mr *MockGatewaySetMockRecorder) Generic() *gomock.Call

Generic indicates an expected call of Generic.

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

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(filterResource ...interface{}) *gomock.Call

List indicates an expected call of List.

func (*MockGatewaySetMockRecorder) Map

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.

func (*MockGatewaySetMockRecorder) UnsortedList

func (mr *MockGatewaySetMockRecorder) UnsortedList(filterResource ...interface{}) *gomock.Call

UnsortedList indicates an expected call of UnsortedList.

type MockProxyConfigSet added in v0.2.7

type MockProxyConfigSet struct {
	// contains filtered or unexported fields
}

MockProxyConfigSet is a mock of ProxyConfigSet interface.

func NewMockProxyConfigSet added in v0.2.7

func NewMockProxyConfigSet(ctrl *gomock.Controller) *MockProxyConfigSet

NewMockProxyConfigSet creates a new mock instance.

func (*MockProxyConfigSet) Clone added in v0.2.7

Clone mocks base method.

func (*MockProxyConfigSet) Delete added in v0.2.7

func (m *MockProxyConfigSet) Delete(proxyConfig ezkube.ResourceId)

Delete mocks base method.

func (*MockProxyConfigSet) Delta added in v0.2.7

Delta mocks base method.

func (*MockProxyConfigSet) Difference added in v0.2.7

Difference mocks base method.

func (*MockProxyConfigSet) EXPECT added in v0.2.7

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockProxyConfigSet) Equal added in v0.2.7

func (m *MockProxyConfigSet) Equal(proxyConfigSet v1beta1sets.ProxyConfigSet) bool

Equal mocks base method.

func (*MockProxyConfigSet) Find added in v0.2.7

Find mocks base method.

func (*MockProxyConfigSet) Generic added in v0.2.7

func (m *MockProxyConfigSet) Generic() sets.ResourceSet

Generic mocks base method.

func (*MockProxyConfigSet) Has added in v0.2.7

func (m *MockProxyConfigSet) Has(proxyConfig ezkube.ResourceId) bool

Has mocks base method.

func (*MockProxyConfigSet) Insert added in v0.2.7

func (m *MockProxyConfigSet) Insert(proxyConfig ...*v1beta1.ProxyConfig)

Insert mocks base method.

func (*MockProxyConfigSet) Intersection added in v0.2.7

Intersection mocks base method.

func (*MockProxyConfigSet) Keys added in v0.2.7

func (m *MockProxyConfigSet) Keys() sets0.String

Keys mocks base method.

func (*MockProxyConfigSet) Length added in v0.2.7

func (m *MockProxyConfigSet) Length() int

Length mocks base method.

func (*MockProxyConfigSet) List added in v0.2.7

func (m *MockProxyConfigSet) List(filterResource ...func(*v1beta1.ProxyConfig) bool) []*v1beta1.ProxyConfig

List mocks base method.

func (*MockProxyConfigSet) Map added in v0.2.7

Map mocks base method.

func (*MockProxyConfigSet) Union added in v0.2.7

Union mocks base method.

func (*MockProxyConfigSet) UnsortedList added in v0.2.7

func (m *MockProxyConfigSet) UnsortedList(filterResource ...func(*v1beta1.ProxyConfig) bool) []*v1beta1.ProxyConfig

UnsortedList mocks base method.

type MockProxyConfigSetMockRecorder added in v0.2.7

type MockProxyConfigSetMockRecorder struct {
	// contains filtered or unexported fields
}

MockProxyConfigSetMockRecorder is the mock recorder for MockProxyConfigSet.

func (*MockProxyConfigSetMockRecorder) Clone added in v0.2.7

Clone indicates an expected call of Clone.

func (*MockProxyConfigSetMockRecorder) Delete added in v0.2.7

func (mr *MockProxyConfigSetMockRecorder) Delete(proxyConfig interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockProxyConfigSetMockRecorder) Delta added in v0.2.7

func (mr *MockProxyConfigSetMockRecorder) Delta(newSet interface{}) *gomock.Call

Delta indicates an expected call of Delta.

func (*MockProxyConfigSetMockRecorder) Difference added in v0.2.7

func (mr *MockProxyConfigSetMockRecorder) Difference(set interface{}) *gomock.Call

Difference indicates an expected call of Difference.

func (*MockProxyConfigSetMockRecorder) Equal added in v0.2.7

func (mr *MockProxyConfigSetMockRecorder) Equal(proxyConfigSet interface{}) *gomock.Call

Equal indicates an expected call of Equal.

func (*MockProxyConfigSetMockRecorder) Find added in v0.2.7

func (mr *MockProxyConfigSetMockRecorder) Find(id interface{}) *gomock.Call

Find indicates an expected call of Find.

func (*MockProxyConfigSetMockRecorder) Generic added in v0.2.7

Generic indicates an expected call of Generic.

func (*MockProxyConfigSetMockRecorder) Has added in v0.2.7

func (mr *MockProxyConfigSetMockRecorder) Has(proxyConfig interface{}) *gomock.Call

Has indicates an expected call of Has.

func (*MockProxyConfigSetMockRecorder) Insert added in v0.2.7

func (mr *MockProxyConfigSetMockRecorder) Insert(proxyConfig ...interface{}) *gomock.Call

Insert indicates an expected call of Insert.

func (*MockProxyConfigSetMockRecorder) Intersection added in v0.2.7

func (mr *MockProxyConfigSetMockRecorder) Intersection(set interface{}) *gomock.Call

Intersection indicates an expected call of Intersection.

func (*MockProxyConfigSetMockRecorder) Keys added in v0.2.7

Keys indicates an expected call of Keys.

func (*MockProxyConfigSetMockRecorder) Length added in v0.2.7

Length indicates an expected call of Length.

func (*MockProxyConfigSetMockRecorder) List added in v0.2.7

func (mr *MockProxyConfigSetMockRecorder) List(filterResource ...interface{}) *gomock.Call

List indicates an expected call of List.

func (*MockProxyConfigSetMockRecorder) Map added in v0.2.7

Map indicates an expected call of Map.

func (*MockProxyConfigSetMockRecorder) Union added in v0.2.7

func (mr *MockProxyConfigSetMockRecorder) Union(set interface{}) *gomock.Call

Union indicates an expected call of Union.

func (*MockProxyConfigSetMockRecorder) UnsortedList added in v0.2.7

func (mr *MockProxyConfigSetMockRecorder) UnsortedList(filterResource ...interface{}) *gomock.Call

UnsortedList indicates an expected call of UnsortedList.

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) Clone

Clone mocks base method.

func (*MockServiceEntrySet) Delete

func (m *MockServiceEntrySet) Delete(serviceEntry ezkube.ResourceId)

Delete mocks base method.

func (*MockServiceEntrySet) Delta

Delta mocks base method.

func (*MockServiceEntrySet) Difference

Difference mocks base method.

func (*MockServiceEntrySet) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockServiceEntrySet) Equal

func (m *MockServiceEntrySet) Equal(serviceEntrySet v1beta1sets.ServiceEntrySet) bool

Equal mocks base method.

func (*MockServiceEntrySet) Find

Find mocks base method.

func (*MockServiceEntrySet) Generic

func (m *MockServiceEntrySet) Generic() sets.ResourceSet

Generic mocks base method.

func (*MockServiceEntrySet) Has

func (m *MockServiceEntrySet) Has(serviceEntry ezkube.ResourceId) bool

Has mocks base method.

func (*MockServiceEntrySet) Insert

func (m *MockServiceEntrySet) Insert(serviceEntry ...*v1beta1.ServiceEntry)

Insert mocks base method.

func (*MockServiceEntrySet) Intersection

Intersection mocks base method.

func (*MockServiceEntrySet) Keys

func (m *MockServiceEntrySet) Keys() sets0.String

Keys mocks base method.

func (*MockServiceEntrySet) Length

func (m *MockServiceEntrySet) Length() int

Length mocks base method.

func (*MockServiceEntrySet) List

func (m *MockServiceEntrySet) List(filterResource ...func(*v1beta1.ServiceEntry) bool) []*v1beta1.ServiceEntry

List mocks base method.

func (*MockServiceEntrySet) Map

Map mocks base method.

func (*MockServiceEntrySet) Union

Union mocks base method.

func (*MockServiceEntrySet) UnsortedList

func (m *MockServiceEntrySet) UnsortedList(filterResource ...func(*v1beta1.ServiceEntry) bool) []*v1beta1.ServiceEntry

UnsortedList mocks base method.

type MockServiceEntrySetMockRecorder

type MockServiceEntrySetMockRecorder struct {
	// contains filtered or unexported fields
}

MockServiceEntrySetMockRecorder is the mock recorder for MockServiceEntrySet.

func (*MockServiceEntrySetMockRecorder) Clone

Clone indicates an expected call of Clone.

func (*MockServiceEntrySetMockRecorder) Delete

func (mr *MockServiceEntrySetMockRecorder) Delete(serviceEntry interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockServiceEntrySetMockRecorder) Delta

func (mr *MockServiceEntrySetMockRecorder) Delta(newSet interface{}) *gomock.Call

Delta indicates an expected call of Delta.

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) Generic

Generic indicates an expected call of Generic.

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

Keys indicates an expected call of Keys.

func (*MockServiceEntrySetMockRecorder) Length

Length indicates an expected call of Length.

func (*MockServiceEntrySetMockRecorder) List

func (mr *MockServiceEntrySetMockRecorder) List(filterResource ...interface{}) *gomock.Call

List indicates an expected call of List.

func (*MockServiceEntrySetMockRecorder) Map

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.

func (*MockServiceEntrySetMockRecorder) UnsortedList

func (mr *MockServiceEntrySetMockRecorder) UnsortedList(filterResource ...interface{}) *gomock.Call

UnsortedList indicates an expected call of UnsortedList.

type MockSidecarSet

type MockSidecarSet struct {
	// contains filtered or unexported fields
}

MockSidecarSet is a mock of SidecarSet interface.

func NewMockSidecarSet

func NewMockSidecarSet(ctrl *gomock.Controller) *MockSidecarSet

NewMockSidecarSet creates a new mock instance.

func (*MockSidecarSet) Clone

Clone mocks base method.

func (*MockSidecarSet) Delete

func (m *MockSidecarSet) Delete(sidecar ezkube.ResourceId)

Delete mocks base method.

func (*MockSidecarSet) Delta

Delta mocks base method.

func (*MockSidecarSet) Difference

Difference mocks base method.

func (*MockSidecarSet) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockSidecarSet) Equal

func (m *MockSidecarSet) Equal(sidecarSet v1beta1sets.SidecarSet) bool

Equal mocks base method.

func (*MockSidecarSet) Find

Find mocks base method.

func (*MockSidecarSet) Generic

func (m *MockSidecarSet) Generic() sets.ResourceSet

Generic mocks base method.

func (*MockSidecarSet) Has

func (m *MockSidecarSet) Has(sidecar ezkube.ResourceId) bool

Has mocks base method.

func (*MockSidecarSet) Insert

func (m *MockSidecarSet) Insert(sidecar ...*v1beta1.Sidecar)

Insert mocks base method.

func (*MockSidecarSet) Intersection

Intersection mocks base method.

func (*MockSidecarSet) Keys

func (m *MockSidecarSet) Keys() sets0.String

Keys mocks base method.

func (*MockSidecarSet) Length

func (m *MockSidecarSet) Length() int

Length mocks base method.

func (*MockSidecarSet) List

func (m *MockSidecarSet) List(filterResource ...func(*v1beta1.Sidecar) bool) []*v1beta1.Sidecar

List mocks base method.

func (*MockSidecarSet) Map

func (m *MockSidecarSet) Map() map[string]*v1beta1.Sidecar

Map mocks base method.

func (*MockSidecarSet) Union

Union mocks base method.

func (*MockSidecarSet) UnsortedList

func (m *MockSidecarSet) UnsortedList(filterResource ...func(*v1beta1.Sidecar) bool) []*v1beta1.Sidecar

UnsortedList mocks base method.

type MockSidecarSetMockRecorder

type MockSidecarSetMockRecorder struct {
	// contains filtered or unexported fields
}

MockSidecarSetMockRecorder is the mock recorder for MockSidecarSet.

func (*MockSidecarSetMockRecorder) Clone

func (mr *MockSidecarSetMockRecorder) Clone() *gomock.Call

Clone indicates an expected call of Clone.

func (*MockSidecarSetMockRecorder) Delete

func (mr *MockSidecarSetMockRecorder) Delete(sidecar interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockSidecarSetMockRecorder) Delta

func (mr *MockSidecarSetMockRecorder) Delta(newSet interface{}) *gomock.Call

Delta indicates an expected call of Delta.

func (*MockSidecarSetMockRecorder) Difference

func (mr *MockSidecarSetMockRecorder) Difference(set interface{}) *gomock.Call

Difference indicates an expected call of Difference.

func (*MockSidecarSetMockRecorder) Equal

func (mr *MockSidecarSetMockRecorder) Equal(sidecarSet interface{}) *gomock.Call

Equal indicates an expected call of Equal.

func (*MockSidecarSetMockRecorder) Find

func (mr *MockSidecarSetMockRecorder) Find(id interface{}) *gomock.Call

Find indicates an expected call of Find.

func (*MockSidecarSetMockRecorder) Generic

func (mr *MockSidecarSetMockRecorder) Generic() *gomock.Call

Generic indicates an expected call of Generic.

func (*MockSidecarSetMockRecorder) Has

func (mr *MockSidecarSetMockRecorder) Has(sidecar interface{}) *gomock.Call

Has indicates an expected call of Has.

func (*MockSidecarSetMockRecorder) Insert

func (mr *MockSidecarSetMockRecorder) Insert(sidecar ...interface{}) *gomock.Call

Insert indicates an expected call of Insert.

func (*MockSidecarSetMockRecorder) Intersection

func (mr *MockSidecarSetMockRecorder) Intersection(set interface{}) *gomock.Call

Intersection indicates an expected call of Intersection.

func (*MockSidecarSetMockRecorder) Keys

Keys indicates an expected call of Keys.

func (*MockSidecarSetMockRecorder) Length

func (mr *MockSidecarSetMockRecorder) Length() *gomock.Call

Length indicates an expected call of Length.

func (*MockSidecarSetMockRecorder) List

func (mr *MockSidecarSetMockRecorder) List(filterResource ...interface{}) *gomock.Call

List indicates an expected call of List.

func (*MockSidecarSetMockRecorder) Map

Map indicates an expected call of Map.

func (*MockSidecarSetMockRecorder) Union

func (mr *MockSidecarSetMockRecorder) Union(set interface{}) *gomock.Call

Union indicates an expected call of Union.

func (*MockSidecarSetMockRecorder) UnsortedList

func (mr *MockSidecarSetMockRecorder) UnsortedList(filterResource ...interface{}) *gomock.Call

UnsortedList indicates an expected call of UnsortedList.

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) Clone

Clone mocks base method.

func (*MockVirtualServiceSet) Delete

func (m *MockVirtualServiceSet) Delete(virtualService ezkube.ResourceId)

Delete mocks base method.

func (*MockVirtualServiceSet) Delta

Delta mocks base method.

func (*MockVirtualServiceSet) Difference

Difference mocks base method.

func (*MockVirtualServiceSet) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockVirtualServiceSet) Equal

func (m *MockVirtualServiceSet) Equal(virtualServiceSet v1beta1sets.VirtualServiceSet) bool

Equal mocks base method.

func (*MockVirtualServiceSet) Find

Find mocks base method.

func (*MockVirtualServiceSet) Generic

func (m *MockVirtualServiceSet) Generic() sets.ResourceSet

Generic mocks base method.

func (*MockVirtualServiceSet) Has

func (m *MockVirtualServiceSet) Has(virtualService ezkube.ResourceId) bool

Has mocks base method.

func (*MockVirtualServiceSet) Insert

func (m *MockVirtualServiceSet) Insert(virtualService ...*v1beta1.VirtualService)

Insert mocks base method.

func (*MockVirtualServiceSet) Intersection

Intersection mocks base method.

func (*MockVirtualServiceSet) Keys

Keys mocks base method.

func (*MockVirtualServiceSet) Length

func (m *MockVirtualServiceSet) Length() int

Length mocks base method.

func (*MockVirtualServiceSet) List

func (m *MockVirtualServiceSet) List(filterResource ...func(*v1beta1.VirtualService) bool) []*v1beta1.VirtualService

List mocks base method.

func (*MockVirtualServiceSet) Map

Map mocks base method.

func (*MockVirtualServiceSet) Union

Union mocks base method.

func (*MockVirtualServiceSet) UnsortedList

func (m *MockVirtualServiceSet) UnsortedList(filterResource ...func(*v1beta1.VirtualService) bool) []*v1beta1.VirtualService

UnsortedList mocks base method.

type MockVirtualServiceSetMockRecorder

type MockVirtualServiceSetMockRecorder struct {
	// contains filtered or unexported fields
}

MockVirtualServiceSetMockRecorder is the mock recorder for MockVirtualServiceSet.

func (*MockVirtualServiceSetMockRecorder) Clone

Clone indicates an expected call of Clone.

func (*MockVirtualServiceSetMockRecorder) Delete

func (mr *MockVirtualServiceSetMockRecorder) Delete(virtualService interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockVirtualServiceSetMockRecorder) Delta

func (mr *MockVirtualServiceSetMockRecorder) Delta(newSet interface{}) *gomock.Call

Delta indicates an expected call of Delta.

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) Generic

Generic indicates an expected call of Generic.

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

Keys indicates an expected call of Keys.

func (*MockVirtualServiceSetMockRecorder) Length

Length indicates an expected call of Length.

func (*MockVirtualServiceSetMockRecorder) List

func (mr *MockVirtualServiceSetMockRecorder) List(filterResource ...interface{}) *gomock.Call

List indicates an expected call of List.

func (*MockVirtualServiceSetMockRecorder) Map

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.

func (*MockVirtualServiceSetMockRecorder) UnsortedList

func (mr *MockVirtualServiceSetMockRecorder) UnsortedList(filterResource ...interface{}) *gomock.Call

UnsortedList indicates an expected call of UnsortedList.

type MockWorkloadEntrySet

type MockWorkloadEntrySet struct {
	// contains filtered or unexported fields
}

MockWorkloadEntrySet is a mock of WorkloadEntrySet interface.

func NewMockWorkloadEntrySet

func NewMockWorkloadEntrySet(ctrl *gomock.Controller) *MockWorkloadEntrySet

NewMockWorkloadEntrySet creates a new mock instance.

func (*MockWorkloadEntrySet) Clone

Clone mocks base method.

func (*MockWorkloadEntrySet) Delete

func (m *MockWorkloadEntrySet) Delete(workloadEntry ezkube.ResourceId)

Delete mocks base method.

func (*MockWorkloadEntrySet) Delta

Delta mocks base method.

func (*MockWorkloadEntrySet) Difference

Difference mocks base method.

func (*MockWorkloadEntrySet) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockWorkloadEntrySet) Equal

func (m *MockWorkloadEntrySet) Equal(workloadEntrySet v1beta1sets.WorkloadEntrySet) bool

Equal mocks base method.

func (*MockWorkloadEntrySet) Find

Find mocks base method.

func (*MockWorkloadEntrySet) Generic

func (m *MockWorkloadEntrySet) Generic() sets.ResourceSet

Generic mocks base method.

func (*MockWorkloadEntrySet) Has

func (m *MockWorkloadEntrySet) Has(workloadEntry ezkube.ResourceId) bool

Has mocks base method.

func (*MockWorkloadEntrySet) Insert

func (m *MockWorkloadEntrySet) Insert(workloadEntry ...*v1beta1.WorkloadEntry)

Insert mocks base method.

func (*MockWorkloadEntrySet) Intersection

Intersection mocks base method.

func (*MockWorkloadEntrySet) Keys

func (m *MockWorkloadEntrySet) Keys() sets0.String

Keys mocks base method.

func (*MockWorkloadEntrySet) Length

func (m *MockWorkloadEntrySet) Length() int

Length mocks base method.

func (*MockWorkloadEntrySet) List

func (m *MockWorkloadEntrySet) List(filterResource ...func(*v1beta1.WorkloadEntry) bool) []*v1beta1.WorkloadEntry

List mocks base method.

func (*MockWorkloadEntrySet) Map

Map mocks base method.

func (*MockWorkloadEntrySet) Union

Union mocks base method.

func (*MockWorkloadEntrySet) UnsortedList

func (m *MockWorkloadEntrySet) UnsortedList(filterResource ...func(*v1beta1.WorkloadEntry) bool) []*v1beta1.WorkloadEntry

UnsortedList mocks base method.

type MockWorkloadEntrySetMockRecorder

type MockWorkloadEntrySetMockRecorder struct {
	// contains filtered or unexported fields
}

MockWorkloadEntrySetMockRecorder is the mock recorder for MockWorkloadEntrySet.

func (*MockWorkloadEntrySetMockRecorder) Clone

Clone indicates an expected call of Clone.

func (*MockWorkloadEntrySetMockRecorder) Delete

func (mr *MockWorkloadEntrySetMockRecorder) Delete(workloadEntry interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockWorkloadEntrySetMockRecorder) Delta

func (mr *MockWorkloadEntrySetMockRecorder) Delta(newSet interface{}) *gomock.Call

Delta indicates an expected call of Delta.

func (*MockWorkloadEntrySetMockRecorder) Difference

func (mr *MockWorkloadEntrySetMockRecorder) Difference(set interface{}) *gomock.Call

Difference indicates an expected call of Difference.

func (*MockWorkloadEntrySetMockRecorder) Equal

func (mr *MockWorkloadEntrySetMockRecorder) Equal(workloadEntrySet interface{}) *gomock.Call

Equal indicates an expected call of Equal.

func (*MockWorkloadEntrySetMockRecorder) Find

func (mr *MockWorkloadEntrySetMockRecorder) Find(id interface{}) *gomock.Call

Find indicates an expected call of Find.

func (*MockWorkloadEntrySetMockRecorder) Generic

Generic indicates an expected call of Generic.

func (*MockWorkloadEntrySetMockRecorder) Has

func (mr *MockWorkloadEntrySetMockRecorder) Has(workloadEntry interface{}) *gomock.Call

Has indicates an expected call of Has.

func (*MockWorkloadEntrySetMockRecorder) Insert

func (mr *MockWorkloadEntrySetMockRecorder) Insert(workloadEntry ...interface{}) *gomock.Call

Insert indicates an expected call of Insert.

func (*MockWorkloadEntrySetMockRecorder) Intersection

func (mr *MockWorkloadEntrySetMockRecorder) Intersection(set interface{}) *gomock.Call

Intersection indicates an expected call of Intersection.

func (*MockWorkloadEntrySetMockRecorder) Keys

Keys indicates an expected call of Keys.

func (*MockWorkloadEntrySetMockRecorder) Length

Length indicates an expected call of Length.

func (*MockWorkloadEntrySetMockRecorder) List

func (mr *MockWorkloadEntrySetMockRecorder) List(filterResource ...interface{}) *gomock.Call

List indicates an expected call of List.

func (*MockWorkloadEntrySetMockRecorder) Map

Map indicates an expected call of Map.

func (*MockWorkloadEntrySetMockRecorder) Union

func (mr *MockWorkloadEntrySetMockRecorder) Union(set interface{}) *gomock.Call

Union indicates an expected call of Union.

func (*MockWorkloadEntrySetMockRecorder) UnsortedList

func (mr *MockWorkloadEntrySetMockRecorder) UnsortedList(filterResource ...interface{}) *gomock.Call

UnsortedList indicates an expected call of UnsortedList.

type MockWorkloadGroupSet added in v0.1.18

type MockWorkloadGroupSet struct {
	// contains filtered or unexported fields
}

MockWorkloadGroupSet is a mock of WorkloadGroupSet interface.

func NewMockWorkloadGroupSet added in v0.1.18

func NewMockWorkloadGroupSet(ctrl *gomock.Controller) *MockWorkloadGroupSet

NewMockWorkloadGroupSet creates a new mock instance.

func (*MockWorkloadGroupSet) Clone added in v0.1.18

Clone mocks base method.

func (*MockWorkloadGroupSet) Delete added in v0.1.18

func (m *MockWorkloadGroupSet) Delete(workloadGroup ezkube.ResourceId)

Delete mocks base method.

func (*MockWorkloadGroupSet) Delta added in v0.1.18

Delta mocks base method.

func (*MockWorkloadGroupSet) Difference added in v0.1.18

Difference mocks base method.

func (*MockWorkloadGroupSet) EXPECT added in v0.1.18

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockWorkloadGroupSet) Equal added in v0.1.18

func (m *MockWorkloadGroupSet) Equal(workloadGroupSet v1beta1sets.WorkloadGroupSet) bool

Equal mocks base method.

func (*MockWorkloadGroupSet) Find added in v0.1.18

Find mocks base method.

func (*MockWorkloadGroupSet) Generic added in v0.1.18

func (m *MockWorkloadGroupSet) Generic() sets.ResourceSet

Generic mocks base method.

func (*MockWorkloadGroupSet) Has added in v0.1.18

func (m *MockWorkloadGroupSet) Has(workloadGroup ezkube.ResourceId) bool

Has mocks base method.

func (*MockWorkloadGroupSet) Insert added in v0.1.18

func (m *MockWorkloadGroupSet) Insert(workloadGroup ...*v1beta1.WorkloadGroup)

Insert mocks base method.

func (*MockWorkloadGroupSet) Intersection added in v0.1.18

Intersection mocks base method.

func (*MockWorkloadGroupSet) Keys added in v0.1.18

func (m *MockWorkloadGroupSet) Keys() sets0.String

Keys mocks base method.

func (*MockWorkloadGroupSet) Length added in v0.1.18

func (m *MockWorkloadGroupSet) Length() int

Length mocks base method.

func (*MockWorkloadGroupSet) List added in v0.1.18

func (m *MockWorkloadGroupSet) List(filterResource ...func(*v1beta1.WorkloadGroup) bool) []*v1beta1.WorkloadGroup

List mocks base method.

func (*MockWorkloadGroupSet) Map added in v0.1.18

Map mocks base method.

func (*MockWorkloadGroupSet) Union added in v0.1.18

Union mocks base method.

func (*MockWorkloadGroupSet) UnsortedList added in v0.1.18

func (m *MockWorkloadGroupSet) UnsortedList(filterResource ...func(*v1beta1.WorkloadGroup) bool) []*v1beta1.WorkloadGroup

UnsortedList mocks base method.

type MockWorkloadGroupSetMockRecorder added in v0.1.18

type MockWorkloadGroupSetMockRecorder struct {
	// contains filtered or unexported fields
}

MockWorkloadGroupSetMockRecorder is the mock recorder for MockWorkloadGroupSet.

func (*MockWorkloadGroupSetMockRecorder) Clone added in v0.1.18

Clone indicates an expected call of Clone.

func (*MockWorkloadGroupSetMockRecorder) Delete added in v0.1.18

func (mr *MockWorkloadGroupSetMockRecorder) Delete(workloadGroup interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockWorkloadGroupSetMockRecorder) Delta added in v0.1.18

func (mr *MockWorkloadGroupSetMockRecorder) Delta(newSet interface{}) *gomock.Call

Delta indicates an expected call of Delta.

func (*MockWorkloadGroupSetMockRecorder) Difference added in v0.1.18

func (mr *MockWorkloadGroupSetMockRecorder) Difference(set interface{}) *gomock.Call

Difference indicates an expected call of Difference.

func (*MockWorkloadGroupSetMockRecorder) Equal added in v0.1.18

func (mr *MockWorkloadGroupSetMockRecorder) Equal(workloadGroupSet interface{}) *gomock.Call

Equal indicates an expected call of Equal.

func (*MockWorkloadGroupSetMockRecorder) Find added in v0.1.18

func (mr *MockWorkloadGroupSetMockRecorder) Find(id interface{}) *gomock.Call

Find indicates an expected call of Find.

func (*MockWorkloadGroupSetMockRecorder) Generic added in v0.1.18

Generic indicates an expected call of Generic.

func (*MockWorkloadGroupSetMockRecorder) Has added in v0.1.18

func (mr *MockWorkloadGroupSetMockRecorder) Has(workloadGroup interface{}) *gomock.Call

Has indicates an expected call of Has.

func (*MockWorkloadGroupSetMockRecorder) Insert added in v0.1.18

func (mr *MockWorkloadGroupSetMockRecorder) Insert(workloadGroup ...interface{}) *gomock.Call

Insert indicates an expected call of Insert.

func (*MockWorkloadGroupSetMockRecorder) Intersection added in v0.1.18

func (mr *MockWorkloadGroupSetMockRecorder) Intersection(set interface{}) *gomock.Call

Intersection indicates an expected call of Intersection.

func (*MockWorkloadGroupSetMockRecorder) Keys added in v0.1.18

Keys indicates an expected call of Keys.

func (*MockWorkloadGroupSetMockRecorder) Length added in v0.1.18

Length indicates an expected call of Length.

func (*MockWorkloadGroupSetMockRecorder) List added in v0.1.18

func (mr *MockWorkloadGroupSetMockRecorder) List(filterResource ...interface{}) *gomock.Call

List indicates an expected call of List.

func (*MockWorkloadGroupSetMockRecorder) Map added in v0.1.18

Map indicates an expected call of Map.

func (*MockWorkloadGroupSetMockRecorder) Union added in v0.1.18

func (mr *MockWorkloadGroupSetMockRecorder) Union(set interface{}) *gomock.Call

Union indicates an expected call of Union.

func (*MockWorkloadGroupSetMockRecorder) UnsortedList added in v0.1.18

func (mr *MockWorkloadGroupSetMockRecorder) UnsortedList(filterResource ...interface{}) *gomock.Call

UnsortedList indicates an expected call of UnsortedList.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL