mock_v1sets

package
v0.2.5 Latest Latest
Warning

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

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

Documentation

Overview

Package mock_v1sets is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockGatewayClassSet

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

MockGatewayClassSet is a mock of GatewayClassSet interface.

func NewMockGatewayClassSet

func NewMockGatewayClassSet(ctrl *gomock.Controller) *MockGatewayClassSet

NewMockGatewayClassSet creates a new mock instance.

func (*MockGatewayClassSet) Clone

Clone mocks base method.

func (*MockGatewayClassSet) Delete

func (m *MockGatewayClassSet) Delete(gatewayClass ezkube.ResourceId)

Delete mocks base method.

func (*MockGatewayClassSet) Delta

Delta mocks base method.

func (*MockGatewayClassSet) Difference

Difference mocks base method.

func (*MockGatewayClassSet) EXPECT

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

func (*MockGatewayClassSet) Equal

func (m *MockGatewayClassSet) Equal(gatewayClassSet v1sets.GatewayClassSet) bool

Equal mocks base method.

func (*MockGatewayClassSet) Find

Find mocks base method.

func (*MockGatewayClassSet) Generic

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

Generic mocks base method.

func (*MockGatewayClassSet) Has

func (m *MockGatewayClassSet) Has(gatewayClass ezkube.ResourceId) bool

Has mocks base method.

func (*MockGatewayClassSet) Insert

func (m *MockGatewayClassSet) Insert(gatewayClass ...*v1.GatewayClass)

Insert mocks base method.

func (*MockGatewayClassSet) Intersection

Intersection mocks base method.

func (*MockGatewayClassSet) Keys

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

Keys mocks base method.

func (*MockGatewayClassSet) Length

func (m *MockGatewayClassSet) Length() int

Length mocks base method.

func (*MockGatewayClassSet) List

func (m *MockGatewayClassSet) List(filterResource ...func(*v1.GatewayClass) bool) []*v1.GatewayClass

List mocks base method.

func (*MockGatewayClassSet) Map

func (m *MockGatewayClassSet) Map() map[string]*v1.GatewayClass

Map mocks base method.

func (*MockGatewayClassSet) Union

Union mocks base method.

func (*MockGatewayClassSet) UnsortedList

func (m *MockGatewayClassSet) UnsortedList(filterResource ...func(*v1.GatewayClass) bool) []*v1.GatewayClass

UnsortedList mocks base method.

type MockGatewayClassSetMockRecorder

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

MockGatewayClassSetMockRecorder is the mock recorder for MockGatewayClassSet.

func (*MockGatewayClassSetMockRecorder) Clone

Clone indicates an expected call of Clone.

func (*MockGatewayClassSetMockRecorder) Delete

func (mr *MockGatewayClassSetMockRecorder) Delete(gatewayClass interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockGatewayClassSetMockRecorder) Delta

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

Delta indicates an expected call of Delta.

func (*MockGatewayClassSetMockRecorder) Difference

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

Difference indicates an expected call of Difference.

func (*MockGatewayClassSetMockRecorder) Equal

func (mr *MockGatewayClassSetMockRecorder) Equal(gatewayClassSet interface{}) *gomock.Call

Equal indicates an expected call of Equal.

func (*MockGatewayClassSetMockRecorder) Find

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

Find indicates an expected call of Find.

func (*MockGatewayClassSetMockRecorder) Generic

Generic indicates an expected call of Generic.

func (*MockGatewayClassSetMockRecorder) Has

func (mr *MockGatewayClassSetMockRecorder) Has(gatewayClass interface{}) *gomock.Call

Has indicates an expected call of Has.

func (*MockGatewayClassSetMockRecorder) Insert

func (mr *MockGatewayClassSetMockRecorder) Insert(gatewayClass ...interface{}) *gomock.Call

Insert indicates an expected call of Insert.

func (*MockGatewayClassSetMockRecorder) Intersection

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

Intersection indicates an expected call of Intersection.

func (*MockGatewayClassSetMockRecorder) Keys

Keys indicates an expected call of Keys.

func (*MockGatewayClassSetMockRecorder) Length

Length indicates an expected call of Length.

func (*MockGatewayClassSetMockRecorder) List

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

List indicates an expected call of List.

func (*MockGatewayClassSetMockRecorder) Map

Map indicates an expected call of Map.

func (*MockGatewayClassSetMockRecorder) Union

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

Union indicates an expected call of Union.

func (*MockGatewayClassSetMockRecorder) UnsortedList

func (mr *MockGatewayClassSetMockRecorder) 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

func (m *MockGatewaySet) Clone() v1sets.GatewaySet

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

func (m *MockGatewaySet) Difference(set v1sets.GatewaySet) v1sets.GatewaySet

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

Equal mocks base method.

func (*MockGatewaySet) Find

func (m *MockGatewaySet) Find(id ezkube.ResourceId) (*v1.Gateway, error)

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 ...*v1.Gateway)

Insert mocks base method.

func (*MockGatewaySet) Intersection

func (m *MockGatewaySet) Intersection(set v1sets.GatewaySet) v1sets.GatewaySet

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(*v1.Gateway) bool) []*v1.Gateway

List mocks base method.

func (*MockGatewaySet) Map

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

Map mocks base method.

func (*MockGatewaySet) Union

Union mocks base method.

func (*MockGatewaySet) UnsortedList

func (m *MockGatewaySet) UnsortedList(filterResource ...func(*v1.Gateway) bool) []*v1.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 MockHTTPRouteSet

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

MockHTTPRouteSet is a mock of HTTPRouteSet interface.

func NewMockHTTPRouteSet

func NewMockHTTPRouteSet(ctrl *gomock.Controller) *MockHTTPRouteSet

NewMockHTTPRouteSet creates a new mock instance.

func (*MockHTTPRouteSet) Clone

Clone mocks base method.

func (*MockHTTPRouteSet) Delete

func (m *MockHTTPRouteSet) Delete(hTTPRoute ezkube.ResourceId)

Delete mocks base method.

func (*MockHTTPRouteSet) Delta

Delta mocks base method.

func (*MockHTTPRouteSet) Difference

Difference mocks base method.

func (*MockHTTPRouteSet) EXPECT

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

func (*MockHTTPRouteSet) Equal

func (m *MockHTTPRouteSet) Equal(hTTPRouteSet v1sets.HTTPRouteSet) bool

Equal mocks base method.

func (*MockHTTPRouteSet) Find

Find mocks base method.

func (*MockHTTPRouteSet) Generic

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

Generic mocks base method.

func (*MockHTTPRouteSet) Has

func (m *MockHTTPRouteSet) Has(hTTPRoute ezkube.ResourceId) bool

Has mocks base method.

func (*MockHTTPRouteSet) Insert

func (m *MockHTTPRouteSet) Insert(hTTPRoute ...*v1.HTTPRoute)

Insert mocks base method.

func (*MockHTTPRouteSet) Intersection

Intersection mocks base method.

func (*MockHTTPRouteSet) Keys

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

Keys mocks base method.

func (*MockHTTPRouteSet) Length

func (m *MockHTTPRouteSet) Length() int

Length mocks base method.

func (*MockHTTPRouteSet) List

func (m *MockHTTPRouteSet) List(filterResource ...func(*v1.HTTPRoute) bool) []*v1.HTTPRoute

List mocks base method.

func (*MockHTTPRouteSet) Map

func (m *MockHTTPRouteSet) Map() map[string]*v1.HTTPRoute

Map mocks base method.

func (*MockHTTPRouteSet) Union

Union mocks base method.

func (*MockHTTPRouteSet) UnsortedList

func (m *MockHTTPRouteSet) UnsortedList(filterResource ...func(*v1.HTTPRoute) bool) []*v1.HTTPRoute

UnsortedList mocks base method.

type MockHTTPRouteSetMockRecorder

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

MockHTTPRouteSetMockRecorder is the mock recorder for MockHTTPRouteSet.

func (*MockHTTPRouteSetMockRecorder) Clone

Clone indicates an expected call of Clone.

func (*MockHTTPRouteSetMockRecorder) Delete

func (mr *MockHTTPRouteSetMockRecorder) Delete(hTTPRoute interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockHTTPRouteSetMockRecorder) Delta

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

Delta indicates an expected call of Delta.

func (*MockHTTPRouteSetMockRecorder) Difference

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

Difference indicates an expected call of Difference.

func (*MockHTTPRouteSetMockRecorder) Equal

func (mr *MockHTTPRouteSetMockRecorder) Equal(hTTPRouteSet interface{}) *gomock.Call

Equal indicates an expected call of Equal.

func (*MockHTTPRouteSetMockRecorder) Find

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

Find indicates an expected call of Find.

func (*MockHTTPRouteSetMockRecorder) Generic

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

Generic indicates an expected call of Generic.

func (*MockHTTPRouteSetMockRecorder) Has

func (mr *MockHTTPRouteSetMockRecorder) Has(hTTPRoute interface{}) *gomock.Call

Has indicates an expected call of Has.

func (*MockHTTPRouteSetMockRecorder) Insert

func (mr *MockHTTPRouteSetMockRecorder) Insert(hTTPRoute ...interface{}) *gomock.Call

Insert indicates an expected call of Insert.

func (*MockHTTPRouteSetMockRecorder) Intersection

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

Intersection indicates an expected call of Intersection.

func (*MockHTTPRouteSetMockRecorder) Keys

Keys indicates an expected call of Keys.

func (*MockHTTPRouteSetMockRecorder) Length

Length indicates an expected call of Length.

func (*MockHTTPRouteSetMockRecorder) List

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

List indicates an expected call of List.

func (*MockHTTPRouteSetMockRecorder) Map

Map indicates an expected call of Map.

func (*MockHTTPRouteSetMockRecorder) Union

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

Union indicates an expected call of Union.

func (*MockHTTPRouteSetMockRecorder) UnsortedList

func (mr *MockHTTPRouteSetMockRecorder) 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