mock_v1sets

package
v1.0.13 Latest Latest
Warning

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

Go to latest
Published: Aug 26, 2021 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 MockDestinationSet

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

MockDestinationSet is a mock of DestinationSet interface

func NewMockDestinationSet

func NewMockDestinationSet(ctrl *gomock.Controller) *MockDestinationSet

NewMockDestinationSet creates a new mock instance

func (*MockDestinationSet) Delete

func (m *MockDestinationSet) Delete(destination ezkube.ResourceId)

Delete mocks base method

func (*MockDestinationSet) Delta

Delta mocks base method

func (*MockDestinationSet) Difference

Difference mocks base method

func (*MockDestinationSet) EXPECT

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

func (*MockDestinationSet) Equal

func (m *MockDestinationSet) Equal(destinationSet v1sets.DestinationSet) bool

Equal mocks base method

func (*MockDestinationSet) Find

Find mocks base method

func (*MockDestinationSet) Generic

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

Generic mocks base method

func (*MockDestinationSet) Has

func (m *MockDestinationSet) Has(destination ezkube.ResourceId) bool

Has mocks base method

func (*MockDestinationSet) Insert

func (m *MockDestinationSet) Insert(destination ...*v1.Destination)

Insert mocks base method

func (*MockDestinationSet) Intersection

Intersection mocks base method

func (*MockDestinationSet) Keys

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

Keys mocks base method

func (*MockDestinationSet) Length

func (m *MockDestinationSet) Length() int

Length mocks base method

func (*MockDestinationSet) List

func (m *MockDestinationSet) List(filterResource ...func(*v1.Destination) bool) []*v1.Destination

List mocks base method

func (*MockDestinationSet) Map

func (m *MockDestinationSet) Map() map[string]*v1.Destination

Map mocks base method

func (*MockDestinationSet) Union

Union mocks base method

func (*MockDestinationSet) UnsortedList added in v1.0.4

func (m *MockDestinationSet) UnsortedList(filterResource ...func(*v1.Destination) bool) []*v1.Destination

UnsortedList mocks base method

type MockDestinationSetMockRecorder

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

MockDestinationSetMockRecorder is the mock recorder for MockDestinationSet

func (*MockDestinationSetMockRecorder) Delete

func (mr *MockDestinationSetMockRecorder) Delete(destination interface{}) *gomock.Call

Delete indicates an expected call of Delete

func (*MockDestinationSetMockRecorder) Delta

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

Delta indicates an expected call of Delta

func (*MockDestinationSetMockRecorder) Difference

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

Difference indicates an expected call of Difference

func (*MockDestinationSetMockRecorder) Equal

func (mr *MockDestinationSetMockRecorder) Equal(destinationSet interface{}) *gomock.Call

Equal indicates an expected call of Equal

func (*MockDestinationSetMockRecorder) Find

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

Find indicates an expected call of Find

func (*MockDestinationSetMockRecorder) Generic

Generic indicates an expected call of Generic

func (*MockDestinationSetMockRecorder) Has

func (mr *MockDestinationSetMockRecorder) Has(destination interface{}) *gomock.Call

Has indicates an expected call of Has

func (*MockDestinationSetMockRecorder) Insert

func (mr *MockDestinationSetMockRecorder) Insert(destination ...interface{}) *gomock.Call

Insert indicates an expected call of Insert

func (*MockDestinationSetMockRecorder) Intersection

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

Intersection indicates an expected call of Intersection

func (*MockDestinationSetMockRecorder) Keys

Keys indicates an expected call of Keys

func (*MockDestinationSetMockRecorder) Length

Length indicates an expected call of Length

func (*MockDestinationSetMockRecorder) List

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

List indicates an expected call of List

func (*MockDestinationSetMockRecorder) Map

Map indicates an expected call of Map

func (*MockDestinationSetMockRecorder) Union

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

Union indicates an expected call of Union

func (*MockDestinationSetMockRecorder) UnsortedList added in v1.0.4

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

UnsortedList indicates an expected call of UnsortedList

type MockMeshSet

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

MockMeshSet is a mock of MeshSet interface

func NewMockMeshSet

func NewMockMeshSet(ctrl *gomock.Controller) *MockMeshSet

NewMockMeshSet creates a new mock instance

func (*MockMeshSet) Delete

func (m *MockMeshSet) Delete(mesh ezkube.ResourceId)

Delete mocks base method

func (*MockMeshSet) Delta

func (m *MockMeshSet) Delta(newSet v1sets.MeshSet) sets.ResourceDelta

Delta mocks base method

func (*MockMeshSet) Difference

func (m *MockMeshSet) Difference(set v1sets.MeshSet) v1sets.MeshSet

Difference mocks base method

func (*MockMeshSet) EXPECT

func (m *MockMeshSet) EXPECT() *MockMeshSetMockRecorder

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

func (*MockMeshSet) Equal

func (m *MockMeshSet) Equal(meshSet v1sets.MeshSet) bool

Equal mocks base method

func (*MockMeshSet) Find

func (m *MockMeshSet) Find(id ezkube.ResourceId) (*v1.Mesh, error)

Find mocks base method

func (*MockMeshSet) Generic

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

Generic mocks base method

func (*MockMeshSet) Has

func (m *MockMeshSet) Has(mesh ezkube.ResourceId) bool

Has mocks base method

func (*MockMeshSet) Insert

func (m *MockMeshSet) Insert(mesh ...*v1.Mesh)

Insert mocks base method

func (*MockMeshSet) Intersection

func (m *MockMeshSet) Intersection(set v1sets.MeshSet) v1sets.MeshSet

Intersection mocks base method

func (*MockMeshSet) Keys

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

Keys mocks base method

func (*MockMeshSet) Length

func (m *MockMeshSet) Length() int

Length mocks base method

func (*MockMeshSet) List

func (m *MockMeshSet) List(filterResource ...func(*v1.Mesh) bool) []*v1.Mesh

List mocks base method

func (*MockMeshSet) Map

func (m *MockMeshSet) Map() map[string]*v1.Mesh

Map mocks base method

func (*MockMeshSet) Union

func (m *MockMeshSet) Union(set v1sets.MeshSet) v1sets.MeshSet

Union mocks base method

func (*MockMeshSet) UnsortedList added in v1.0.4

func (m *MockMeshSet) UnsortedList(filterResource ...func(*v1.Mesh) bool) []*v1.Mesh

UnsortedList mocks base method

type MockMeshSetMockRecorder

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

MockMeshSetMockRecorder is the mock recorder for MockMeshSet

func (*MockMeshSetMockRecorder) Delete

func (mr *MockMeshSetMockRecorder) Delete(mesh interface{}) *gomock.Call

Delete indicates an expected call of Delete

func (*MockMeshSetMockRecorder) Delta

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

Delta indicates an expected call of Delta

func (*MockMeshSetMockRecorder) Difference

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

Difference indicates an expected call of Difference

func (*MockMeshSetMockRecorder) Equal

func (mr *MockMeshSetMockRecorder) Equal(meshSet interface{}) *gomock.Call

Equal indicates an expected call of Equal

func (*MockMeshSetMockRecorder) Find

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

Find indicates an expected call of Find

func (*MockMeshSetMockRecorder) Generic

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

Generic indicates an expected call of Generic

func (*MockMeshSetMockRecorder) Has

func (mr *MockMeshSetMockRecorder) Has(mesh interface{}) *gomock.Call

Has indicates an expected call of Has

func (*MockMeshSetMockRecorder) Insert

func (mr *MockMeshSetMockRecorder) Insert(mesh ...interface{}) *gomock.Call

Insert indicates an expected call of Insert

func (*MockMeshSetMockRecorder) Intersection

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

Intersection indicates an expected call of Intersection

func (*MockMeshSetMockRecorder) Keys

func (mr *MockMeshSetMockRecorder) Keys() *gomock.Call

Keys indicates an expected call of Keys

func (*MockMeshSetMockRecorder) Length

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

Length indicates an expected call of Length

func (*MockMeshSetMockRecorder) List

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

List indicates an expected call of List

func (*MockMeshSetMockRecorder) Map

func (mr *MockMeshSetMockRecorder) Map() *gomock.Call

Map indicates an expected call of Map

func (*MockMeshSetMockRecorder) Union

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

Union indicates an expected call of Union

func (*MockMeshSetMockRecorder) UnsortedList added in v1.0.4

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

UnsortedList indicates an expected call of UnsortedList

type MockWorkloadSet

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

MockWorkloadSet is a mock of WorkloadSet interface

func NewMockWorkloadSet

func NewMockWorkloadSet(ctrl *gomock.Controller) *MockWorkloadSet

NewMockWorkloadSet creates a new mock instance

func (*MockWorkloadSet) Delete

func (m *MockWorkloadSet) Delete(workload ezkube.ResourceId)

Delete mocks base method

func (*MockWorkloadSet) Delta

Delta mocks base method

func (*MockWorkloadSet) Difference

Difference mocks base method

func (*MockWorkloadSet) EXPECT

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

func (*MockWorkloadSet) Equal

func (m *MockWorkloadSet) Equal(workloadSet v1sets.WorkloadSet) bool

Equal mocks base method

func (*MockWorkloadSet) Find

Find mocks base method

func (*MockWorkloadSet) Generic

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

Generic mocks base method

func (*MockWorkloadSet) Has

func (m *MockWorkloadSet) Has(workload ezkube.ResourceId) bool

Has mocks base method

func (*MockWorkloadSet) Insert

func (m *MockWorkloadSet) Insert(workload ...*v1.Workload)

Insert mocks base method

func (*MockWorkloadSet) Intersection

func (m *MockWorkloadSet) Intersection(set v1sets.WorkloadSet) v1sets.WorkloadSet

Intersection mocks base method

func (*MockWorkloadSet) Keys

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

Keys mocks base method

func (*MockWorkloadSet) Length

func (m *MockWorkloadSet) Length() int

Length mocks base method

func (*MockWorkloadSet) List

func (m *MockWorkloadSet) List(filterResource ...func(*v1.Workload) bool) []*v1.Workload

List mocks base method

func (*MockWorkloadSet) Map

func (m *MockWorkloadSet) Map() map[string]*v1.Workload

Map mocks base method

func (*MockWorkloadSet) Union

Union mocks base method

func (*MockWorkloadSet) UnsortedList added in v1.0.4

func (m *MockWorkloadSet) UnsortedList(filterResource ...func(*v1.Workload) bool) []*v1.Workload

UnsortedList mocks base method

type MockWorkloadSetMockRecorder

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

MockWorkloadSetMockRecorder is the mock recorder for MockWorkloadSet

func (*MockWorkloadSetMockRecorder) Delete

func (mr *MockWorkloadSetMockRecorder) Delete(workload interface{}) *gomock.Call

Delete indicates an expected call of Delete

func (*MockWorkloadSetMockRecorder) Delta

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

Delta indicates an expected call of Delta

func (*MockWorkloadSetMockRecorder) Difference

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

Difference indicates an expected call of Difference

func (*MockWorkloadSetMockRecorder) Equal

func (mr *MockWorkloadSetMockRecorder) Equal(workloadSet interface{}) *gomock.Call

Equal indicates an expected call of Equal

func (*MockWorkloadSetMockRecorder) Find

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

Find indicates an expected call of Find

func (*MockWorkloadSetMockRecorder) Generic

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

Generic indicates an expected call of Generic

func (*MockWorkloadSetMockRecorder) Has

func (mr *MockWorkloadSetMockRecorder) Has(workload interface{}) *gomock.Call

Has indicates an expected call of Has

func (*MockWorkloadSetMockRecorder) Insert

func (mr *MockWorkloadSetMockRecorder) Insert(workload ...interface{}) *gomock.Call

Insert indicates an expected call of Insert

func (*MockWorkloadSetMockRecorder) Intersection

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

Intersection indicates an expected call of Intersection

func (*MockWorkloadSetMockRecorder) Keys

Keys indicates an expected call of Keys

func (*MockWorkloadSetMockRecorder) Length

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

Length indicates an expected call of Length

func (*MockWorkloadSetMockRecorder) List

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

List indicates an expected call of List

func (*MockWorkloadSetMockRecorder) Map

Map indicates an expected call of Map

func (*MockWorkloadSetMockRecorder) Union

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

Union indicates an expected call of Union

func (*MockWorkloadSetMockRecorder) UnsortedList added in v1.0.4

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