mock_v1alpha3sets

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: Aug 10, 2020 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Package mock_v1alpha3sets 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) Delete

func (m *MockDestinationRuleSet) Delete(destinationRule *v1alpha3.DestinationRule)

Delete 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 v1alpha3sets.DestinationRuleSet) bool

Equal mocks base method

func (*MockDestinationRuleSet) Find

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

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

List mocks base method

func (*MockDestinationRuleSet) Map

Map mocks base method

func (*MockDestinationRuleSet) Union

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

Keys indicates an expected call of Keys

func (*MockDestinationRuleSetMockRecorder) Length

Length indicates an expected call of Length

func (*MockDestinationRuleSetMockRecorder) List

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

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

Difference mocks base method

func (*MockEnvoyFilterSet) EXPECT

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

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

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

List mocks base method

func (*MockEnvoyFilterSet) Map

Map mocks base method

func (*MockEnvoyFilterSet) Union

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

Keys indicates an expected call of Keys

func (*MockEnvoyFilterSetMockRecorder) Length

Length indicates an expected call of Length

func (*MockEnvoyFilterSetMockRecorder) List

List indicates an expected call of List

func (*MockEnvoyFilterSetMockRecorder) Map

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

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 v1alpha3sets.GatewaySet) bool

Equal mocks base method

func (*MockGatewaySet) Find

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

Intersection mocks base method

func (*MockGatewaySet) Keys

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

Keys mocks base method

func (*MockGatewaySet) Length

func (m *MockGatewaySet) Length() int

Length 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

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

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

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

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

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 v1alpha3sets.ServiceEntrySet) bool

Equal mocks base method

func (*MockServiceEntrySet) Find

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

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

List mocks base method

func (*MockServiceEntrySet) Map

Map mocks base method

func (*MockServiceEntrySet) Union

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

Keys indicates an expected call of Keys

func (*MockServiceEntrySetMockRecorder) Length

Length indicates an expected call of Length

func (*MockServiceEntrySetMockRecorder) List

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

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

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 v1alpha3sets.VirtualServiceSet) bool

Equal mocks base method

func (*MockVirtualServiceSet) Find

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

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

List mocks base method

func (*MockVirtualServiceSet) Map

Map mocks base method

func (*MockVirtualServiceSet) Union

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

Keys indicates an expected call of Keys

func (*MockVirtualServiceSetMockRecorder) Length

Length indicates an expected call of Length

func (*MockVirtualServiceSetMockRecorder) List

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

Jump to

Keyboard shortcuts

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