mock_v1

package
v1.1.2 Latest Latest
Warning

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

Go to latest
Published: Sep 29, 2021 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package mock_v1 is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockClientset

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

MockClientset is a mock of Clientset interface.

func NewMockClientset

func NewMockClientset(ctrl *gomock.Controller) *MockClientset

NewMockClientset creates a new mock instance.

func (*MockClientset) Destinations

func (m *MockClientset) Destinations() v1.DestinationClient

Destinations mocks base method.

func (*MockClientset) EXPECT

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

func (*MockClientset) Meshes

func (m *MockClientset) Meshes() v1.MeshClient

Meshes mocks base method.

func (*MockClientset) Workloads

func (m *MockClientset) Workloads() v1.WorkloadClient

Workloads mocks base method.

type MockClientsetMockRecorder

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

MockClientsetMockRecorder is the mock recorder for MockClientset.

func (*MockClientsetMockRecorder) Destinations

func (mr *MockClientsetMockRecorder) Destinations() *gomock.Call

Destinations indicates an expected call of Destinations.

func (*MockClientsetMockRecorder) Meshes

func (mr *MockClientsetMockRecorder) Meshes() *gomock.Call

Meshes indicates an expected call of Meshes.

func (*MockClientsetMockRecorder) Workloads

func (mr *MockClientsetMockRecorder) Workloads() *gomock.Call

Workloads indicates an expected call of Workloads.

type MockDestinationClient

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

MockDestinationClient is a mock of DestinationClient interface.

func NewMockDestinationClient

func NewMockDestinationClient(ctrl *gomock.Controller) *MockDestinationClient

NewMockDestinationClient creates a new mock instance.

func (*MockDestinationClient) CreateDestination

func (m *MockDestinationClient) CreateDestination(ctx context.Context, obj *v1.Destination, opts ...client.CreateOption) error

CreateDestination mocks base method.

func (*MockDestinationClient) DeleteAllOfDestination

func (m *MockDestinationClient) DeleteAllOfDestination(ctx context.Context, opts ...client.DeleteAllOfOption) error

DeleteAllOfDestination mocks base method.

func (*MockDestinationClient) DeleteDestination

func (m *MockDestinationClient) DeleteDestination(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error

DeleteDestination mocks base method.

func (*MockDestinationClient) EXPECT

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

func (*MockDestinationClient) GetDestination

func (m *MockDestinationClient) GetDestination(ctx context.Context, key client.ObjectKey) (*v1.Destination, error)

GetDestination mocks base method.

func (*MockDestinationClient) ListDestination

func (m *MockDestinationClient) ListDestination(ctx context.Context, opts ...client.ListOption) (*v1.DestinationList, error)

ListDestination mocks base method.

func (*MockDestinationClient) PatchDestination

func (m *MockDestinationClient) PatchDestination(ctx context.Context, obj *v1.Destination, patch client.Patch, opts ...client.PatchOption) error

PatchDestination mocks base method.

func (*MockDestinationClient) PatchDestinationStatus

func (m *MockDestinationClient) PatchDestinationStatus(ctx context.Context, obj *v1.Destination, patch client.Patch, opts ...client.PatchOption) error

PatchDestinationStatus mocks base method.

func (*MockDestinationClient) UpdateDestination

func (m *MockDestinationClient) UpdateDestination(ctx context.Context, obj *v1.Destination, opts ...client.UpdateOption) error

UpdateDestination mocks base method.

func (*MockDestinationClient) UpdateDestinationStatus

func (m *MockDestinationClient) UpdateDestinationStatus(ctx context.Context, obj *v1.Destination, opts ...client.UpdateOption) error

UpdateDestinationStatus mocks base method.

func (*MockDestinationClient) UpsertDestination

func (m *MockDestinationClient) UpsertDestination(ctx context.Context, obj *v1.Destination, transitionFuncs ...v1.DestinationTransitionFunction) error

UpsertDestination mocks base method.

type MockDestinationClientMockRecorder

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

MockDestinationClientMockRecorder is the mock recorder for MockDestinationClient.

func (*MockDestinationClientMockRecorder) CreateDestination

func (mr *MockDestinationClientMockRecorder) CreateDestination(ctx, obj interface{}, opts ...interface{}) *gomock.Call

CreateDestination indicates an expected call of CreateDestination.

func (*MockDestinationClientMockRecorder) DeleteAllOfDestination

func (mr *MockDestinationClientMockRecorder) DeleteAllOfDestination(ctx interface{}, opts ...interface{}) *gomock.Call

DeleteAllOfDestination indicates an expected call of DeleteAllOfDestination.

func (*MockDestinationClientMockRecorder) DeleteDestination

func (mr *MockDestinationClientMockRecorder) DeleteDestination(ctx, key interface{}, opts ...interface{}) *gomock.Call

DeleteDestination indicates an expected call of DeleteDestination.

func (*MockDestinationClientMockRecorder) GetDestination

func (mr *MockDestinationClientMockRecorder) GetDestination(ctx, key interface{}) *gomock.Call

GetDestination indicates an expected call of GetDestination.

func (*MockDestinationClientMockRecorder) ListDestination

func (mr *MockDestinationClientMockRecorder) ListDestination(ctx interface{}, opts ...interface{}) *gomock.Call

ListDestination indicates an expected call of ListDestination.

func (*MockDestinationClientMockRecorder) PatchDestination

func (mr *MockDestinationClientMockRecorder) PatchDestination(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call

PatchDestination indicates an expected call of PatchDestination.

func (*MockDestinationClientMockRecorder) PatchDestinationStatus

func (mr *MockDestinationClientMockRecorder) PatchDestinationStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call

PatchDestinationStatus indicates an expected call of PatchDestinationStatus.

func (*MockDestinationClientMockRecorder) UpdateDestination

func (mr *MockDestinationClientMockRecorder) UpdateDestination(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateDestination indicates an expected call of UpdateDestination.

func (*MockDestinationClientMockRecorder) UpdateDestinationStatus

func (mr *MockDestinationClientMockRecorder) UpdateDestinationStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateDestinationStatus indicates an expected call of UpdateDestinationStatus.

func (*MockDestinationClientMockRecorder) UpsertDestination

func (mr *MockDestinationClientMockRecorder) UpsertDestination(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call

UpsertDestination indicates an expected call of UpsertDestination.

type MockDestinationReader

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

MockDestinationReader is a mock of DestinationReader interface.

func NewMockDestinationReader

func NewMockDestinationReader(ctrl *gomock.Controller) *MockDestinationReader

NewMockDestinationReader creates a new mock instance.

func (*MockDestinationReader) EXPECT

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

func (*MockDestinationReader) GetDestination

func (m *MockDestinationReader) GetDestination(ctx context.Context, key client.ObjectKey) (*v1.Destination, error)

GetDestination mocks base method.

func (*MockDestinationReader) ListDestination

func (m *MockDestinationReader) ListDestination(ctx context.Context, opts ...client.ListOption) (*v1.DestinationList, error)

ListDestination mocks base method.

type MockDestinationReaderMockRecorder

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

MockDestinationReaderMockRecorder is the mock recorder for MockDestinationReader.

func (*MockDestinationReaderMockRecorder) GetDestination

func (mr *MockDestinationReaderMockRecorder) GetDestination(ctx, key interface{}) *gomock.Call

GetDestination indicates an expected call of GetDestination.

func (*MockDestinationReaderMockRecorder) ListDestination

func (mr *MockDestinationReaderMockRecorder) ListDestination(ctx interface{}, opts ...interface{}) *gomock.Call

ListDestination indicates an expected call of ListDestination.

type MockDestinationStatusWriter

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

MockDestinationStatusWriter is a mock of DestinationStatusWriter interface.

func NewMockDestinationStatusWriter

func NewMockDestinationStatusWriter(ctrl *gomock.Controller) *MockDestinationStatusWriter

NewMockDestinationStatusWriter creates a new mock instance.

func (*MockDestinationStatusWriter) EXPECT

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

func (*MockDestinationStatusWriter) PatchDestinationStatus

func (m *MockDestinationStatusWriter) PatchDestinationStatus(ctx context.Context, obj *v1.Destination, patch client.Patch, opts ...client.PatchOption) error

PatchDestinationStatus mocks base method.

func (*MockDestinationStatusWriter) UpdateDestinationStatus

func (m *MockDestinationStatusWriter) UpdateDestinationStatus(ctx context.Context, obj *v1.Destination, opts ...client.UpdateOption) error

UpdateDestinationStatus mocks base method.

type MockDestinationStatusWriterMockRecorder

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

MockDestinationStatusWriterMockRecorder is the mock recorder for MockDestinationStatusWriter.

func (*MockDestinationStatusWriterMockRecorder) PatchDestinationStatus

func (mr *MockDestinationStatusWriterMockRecorder) PatchDestinationStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call

PatchDestinationStatus indicates an expected call of PatchDestinationStatus.

func (*MockDestinationStatusWriterMockRecorder) UpdateDestinationStatus

func (mr *MockDestinationStatusWriterMockRecorder) UpdateDestinationStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateDestinationStatus indicates an expected call of UpdateDestinationStatus.

type MockDestinationWriter

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

MockDestinationWriter is a mock of DestinationWriter interface.

func NewMockDestinationWriter

func NewMockDestinationWriter(ctrl *gomock.Controller) *MockDestinationWriter

NewMockDestinationWriter creates a new mock instance.

func (*MockDestinationWriter) CreateDestination

func (m *MockDestinationWriter) CreateDestination(ctx context.Context, obj *v1.Destination, opts ...client.CreateOption) error

CreateDestination mocks base method.

func (*MockDestinationWriter) DeleteAllOfDestination

func (m *MockDestinationWriter) DeleteAllOfDestination(ctx context.Context, opts ...client.DeleteAllOfOption) error

DeleteAllOfDestination mocks base method.

func (*MockDestinationWriter) DeleteDestination

func (m *MockDestinationWriter) DeleteDestination(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error

DeleteDestination mocks base method.

func (*MockDestinationWriter) EXPECT

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

func (*MockDestinationWriter) PatchDestination

func (m *MockDestinationWriter) PatchDestination(ctx context.Context, obj *v1.Destination, patch client.Patch, opts ...client.PatchOption) error

PatchDestination mocks base method.

func (*MockDestinationWriter) UpdateDestination

func (m *MockDestinationWriter) UpdateDestination(ctx context.Context, obj *v1.Destination, opts ...client.UpdateOption) error

UpdateDestination mocks base method.

func (*MockDestinationWriter) UpsertDestination

func (m *MockDestinationWriter) UpsertDestination(ctx context.Context, obj *v1.Destination, transitionFuncs ...v1.DestinationTransitionFunction) error

UpsertDestination mocks base method.

type MockDestinationWriterMockRecorder

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

MockDestinationWriterMockRecorder is the mock recorder for MockDestinationWriter.

func (*MockDestinationWriterMockRecorder) CreateDestination

func (mr *MockDestinationWriterMockRecorder) CreateDestination(ctx, obj interface{}, opts ...interface{}) *gomock.Call

CreateDestination indicates an expected call of CreateDestination.

func (*MockDestinationWriterMockRecorder) DeleteAllOfDestination

func (mr *MockDestinationWriterMockRecorder) DeleteAllOfDestination(ctx interface{}, opts ...interface{}) *gomock.Call

DeleteAllOfDestination indicates an expected call of DeleteAllOfDestination.

func (*MockDestinationWriterMockRecorder) DeleteDestination

func (mr *MockDestinationWriterMockRecorder) DeleteDestination(ctx, key interface{}, opts ...interface{}) *gomock.Call

DeleteDestination indicates an expected call of DeleteDestination.

func (*MockDestinationWriterMockRecorder) PatchDestination

func (mr *MockDestinationWriterMockRecorder) PatchDestination(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call

PatchDestination indicates an expected call of PatchDestination.

func (*MockDestinationWriterMockRecorder) UpdateDestination

func (mr *MockDestinationWriterMockRecorder) UpdateDestination(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateDestination indicates an expected call of UpdateDestination.

func (*MockDestinationWriterMockRecorder) UpsertDestination

func (mr *MockDestinationWriterMockRecorder) UpsertDestination(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call

UpsertDestination indicates an expected call of UpsertDestination.

type MockMeshClient

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

MockMeshClient is a mock of MeshClient interface.

func NewMockMeshClient

func NewMockMeshClient(ctrl *gomock.Controller) *MockMeshClient

NewMockMeshClient creates a new mock instance.

func (*MockMeshClient) CreateMesh

func (m *MockMeshClient) CreateMesh(ctx context.Context, obj *v1.Mesh, opts ...client.CreateOption) error

CreateMesh mocks base method.

func (*MockMeshClient) DeleteAllOfMesh

func (m *MockMeshClient) DeleteAllOfMesh(ctx context.Context, opts ...client.DeleteAllOfOption) error

DeleteAllOfMesh mocks base method.

func (*MockMeshClient) DeleteMesh

func (m *MockMeshClient) DeleteMesh(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error

DeleteMesh mocks base method.

func (*MockMeshClient) EXPECT

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

func (*MockMeshClient) GetMesh

func (m *MockMeshClient) GetMesh(ctx context.Context, key client.ObjectKey) (*v1.Mesh, error)

GetMesh mocks base method.

func (*MockMeshClient) ListMesh

func (m *MockMeshClient) ListMesh(ctx context.Context, opts ...client.ListOption) (*v1.MeshList, error)

ListMesh mocks base method.

func (*MockMeshClient) PatchMesh

func (m *MockMeshClient) PatchMesh(ctx context.Context, obj *v1.Mesh, patch client.Patch, opts ...client.PatchOption) error

PatchMesh mocks base method.

func (*MockMeshClient) PatchMeshStatus

func (m *MockMeshClient) PatchMeshStatus(ctx context.Context, obj *v1.Mesh, patch client.Patch, opts ...client.PatchOption) error

PatchMeshStatus mocks base method.

func (*MockMeshClient) UpdateMesh

func (m *MockMeshClient) UpdateMesh(ctx context.Context, obj *v1.Mesh, opts ...client.UpdateOption) error

UpdateMesh mocks base method.

func (*MockMeshClient) UpdateMeshStatus

func (m *MockMeshClient) UpdateMeshStatus(ctx context.Context, obj *v1.Mesh, opts ...client.UpdateOption) error

UpdateMeshStatus mocks base method.

func (*MockMeshClient) UpsertMesh

func (m *MockMeshClient) UpsertMesh(ctx context.Context, obj *v1.Mesh, transitionFuncs ...v1.MeshTransitionFunction) error

UpsertMesh mocks base method.

type MockMeshClientMockRecorder

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

MockMeshClientMockRecorder is the mock recorder for MockMeshClient.

func (*MockMeshClientMockRecorder) CreateMesh

func (mr *MockMeshClientMockRecorder) CreateMesh(ctx, obj interface{}, opts ...interface{}) *gomock.Call

CreateMesh indicates an expected call of CreateMesh.

func (*MockMeshClientMockRecorder) DeleteAllOfMesh

func (mr *MockMeshClientMockRecorder) DeleteAllOfMesh(ctx interface{}, opts ...interface{}) *gomock.Call

DeleteAllOfMesh indicates an expected call of DeleteAllOfMesh.

func (*MockMeshClientMockRecorder) DeleteMesh

func (mr *MockMeshClientMockRecorder) DeleteMesh(ctx, key interface{}, opts ...interface{}) *gomock.Call

DeleteMesh indicates an expected call of DeleteMesh.

func (*MockMeshClientMockRecorder) GetMesh

func (mr *MockMeshClientMockRecorder) GetMesh(ctx, key interface{}) *gomock.Call

GetMesh indicates an expected call of GetMesh.

func (*MockMeshClientMockRecorder) ListMesh

func (mr *MockMeshClientMockRecorder) ListMesh(ctx interface{}, opts ...interface{}) *gomock.Call

ListMesh indicates an expected call of ListMesh.

func (*MockMeshClientMockRecorder) PatchMesh

func (mr *MockMeshClientMockRecorder) PatchMesh(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call

PatchMesh indicates an expected call of PatchMesh.

func (*MockMeshClientMockRecorder) PatchMeshStatus

func (mr *MockMeshClientMockRecorder) PatchMeshStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call

PatchMeshStatus indicates an expected call of PatchMeshStatus.

func (*MockMeshClientMockRecorder) UpdateMesh

func (mr *MockMeshClientMockRecorder) UpdateMesh(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateMesh indicates an expected call of UpdateMesh.

func (*MockMeshClientMockRecorder) UpdateMeshStatus

func (mr *MockMeshClientMockRecorder) UpdateMeshStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateMeshStatus indicates an expected call of UpdateMeshStatus.

func (*MockMeshClientMockRecorder) UpsertMesh

func (mr *MockMeshClientMockRecorder) UpsertMesh(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call

UpsertMesh indicates an expected call of UpsertMesh.

type MockMeshReader

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

MockMeshReader is a mock of MeshReader interface.

func NewMockMeshReader

func NewMockMeshReader(ctrl *gomock.Controller) *MockMeshReader

NewMockMeshReader creates a new mock instance.

func (*MockMeshReader) EXPECT

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

func (*MockMeshReader) GetMesh

func (m *MockMeshReader) GetMesh(ctx context.Context, key client.ObjectKey) (*v1.Mesh, error)

GetMesh mocks base method.

func (*MockMeshReader) ListMesh

func (m *MockMeshReader) ListMesh(ctx context.Context, opts ...client.ListOption) (*v1.MeshList, error)

ListMesh mocks base method.

type MockMeshReaderMockRecorder

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

MockMeshReaderMockRecorder is the mock recorder for MockMeshReader.

func (*MockMeshReaderMockRecorder) GetMesh

func (mr *MockMeshReaderMockRecorder) GetMesh(ctx, key interface{}) *gomock.Call

GetMesh indicates an expected call of GetMesh.

func (*MockMeshReaderMockRecorder) ListMesh

func (mr *MockMeshReaderMockRecorder) ListMesh(ctx interface{}, opts ...interface{}) *gomock.Call

ListMesh indicates an expected call of ListMesh.

type MockMeshStatusWriter

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

MockMeshStatusWriter is a mock of MeshStatusWriter interface.

func NewMockMeshStatusWriter

func NewMockMeshStatusWriter(ctrl *gomock.Controller) *MockMeshStatusWriter

NewMockMeshStatusWriter creates a new mock instance.

func (*MockMeshStatusWriter) EXPECT

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

func (*MockMeshStatusWriter) PatchMeshStatus

func (m *MockMeshStatusWriter) PatchMeshStatus(ctx context.Context, obj *v1.Mesh, patch client.Patch, opts ...client.PatchOption) error

PatchMeshStatus mocks base method.

func (*MockMeshStatusWriter) UpdateMeshStatus

func (m *MockMeshStatusWriter) UpdateMeshStatus(ctx context.Context, obj *v1.Mesh, opts ...client.UpdateOption) error

UpdateMeshStatus mocks base method.

type MockMeshStatusWriterMockRecorder

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

MockMeshStatusWriterMockRecorder is the mock recorder for MockMeshStatusWriter.

func (*MockMeshStatusWriterMockRecorder) PatchMeshStatus

func (mr *MockMeshStatusWriterMockRecorder) PatchMeshStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call

PatchMeshStatus indicates an expected call of PatchMeshStatus.

func (*MockMeshStatusWriterMockRecorder) UpdateMeshStatus

func (mr *MockMeshStatusWriterMockRecorder) UpdateMeshStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateMeshStatus indicates an expected call of UpdateMeshStatus.

type MockMeshWriter

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

MockMeshWriter is a mock of MeshWriter interface.

func NewMockMeshWriter

func NewMockMeshWriter(ctrl *gomock.Controller) *MockMeshWriter

NewMockMeshWriter creates a new mock instance.

func (*MockMeshWriter) CreateMesh

func (m *MockMeshWriter) CreateMesh(ctx context.Context, obj *v1.Mesh, opts ...client.CreateOption) error

CreateMesh mocks base method.

func (*MockMeshWriter) DeleteAllOfMesh

func (m *MockMeshWriter) DeleteAllOfMesh(ctx context.Context, opts ...client.DeleteAllOfOption) error

DeleteAllOfMesh mocks base method.

func (*MockMeshWriter) DeleteMesh

func (m *MockMeshWriter) DeleteMesh(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error

DeleteMesh mocks base method.

func (*MockMeshWriter) EXPECT

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

func (*MockMeshWriter) PatchMesh

func (m *MockMeshWriter) PatchMesh(ctx context.Context, obj *v1.Mesh, patch client.Patch, opts ...client.PatchOption) error

PatchMesh mocks base method.

func (*MockMeshWriter) UpdateMesh

func (m *MockMeshWriter) UpdateMesh(ctx context.Context, obj *v1.Mesh, opts ...client.UpdateOption) error

UpdateMesh mocks base method.

func (*MockMeshWriter) UpsertMesh

func (m *MockMeshWriter) UpsertMesh(ctx context.Context, obj *v1.Mesh, transitionFuncs ...v1.MeshTransitionFunction) error

UpsertMesh mocks base method.

type MockMeshWriterMockRecorder

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

MockMeshWriterMockRecorder is the mock recorder for MockMeshWriter.

func (*MockMeshWriterMockRecorder) CreateMesh

func (mr *MockMeshWriterMockRecorder) CreateMesh(ctx, obj interface{}, opts ...interface{}) *gomock.Call

CreateMesh indicates an expected call of CreateMesh.

func (*MockMeshWriterMockRecorder) DeleteAllOfMesh

func (mr *MockMeshWriterMockRecorder) DeleteAllOfMesh(ctx interface{}, opts ...interface{}) *gomock.Call

DeleteAllOfMesh indicates an expected call of DeleteAllOfMesh.

func (*MockMeshWriterMockRecorder) DeleteMesh

func (mr *MockMeshWriterMockRecorder) DeleteMesh(ctx, key interface{}, opts ...interface{}) *gomock.Call

DeleteMesh indicates an expected call of DeleteMesh.

func (*MockMeshWriterMockRecorder) PatchMesh

func (mr *MockMeshWriterMockRecorder) PatchMesh(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call

PatchMesh indicates an expected call of PatchMesh.

func (*MockMeshWriterMockRecorder) UpdateMesh

func (mr *MockMeshWriterMockRecorder) UpdateMesh(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateMesh indicates an expected call of UpdateMesh.

func (*MockMeshWriterMockRecorder) UpsertMesh

func (mr *MockMeshWriterMockRecorder) UpsertMesh(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call

UpsertMesh indicates an expected call of UpsertMesh.

type MockMulticlusterClientset

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

MockMulticlusterClientset is a mock of MulticlusterClientset interface.

func NewMockMulticlusterClientset

func NewMockMulticlusterClientset(ctrl *gomock.Controller) *MockMulticlusterClientset

NewMockMulticlusterClientset creates a new mock instance.

func (*MockMulticlusterClientset) Cluster

func (m *MockMulticlusterClientset) Cluster(cluster string) (v1.Clientset, error)

Cluster mocks base method.

func (*MockMulticlusterClientset) EXPECT

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

type MockMulticlusterClientsetMockRecorder

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

MockMulticlusterClientsetMockRecorder is the mock recorder for MockMulticlusterClientset.

func (*MockMulticlusterClientsetMockRecorder) Cluster

func (mr *MockMulticlusterClientsetMockRecorder) Cluster(cluster interface{}) *gomock.Call

Cluster indicates an expected call of Cluster.

type MockMulticlusterDestinationClient

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

MockMulticlusterDestinationClient is a mock of MulticlusterDestinationClient interface.

func NewMockMulticlusterDestinationClient

func NewMockMulticlusterDestinationClient(ctrl *gomock.Controller) *MockMulticlusterDestinationClient

NewMockMulticlusterDestinationClient creates a new mock instance.

func (*MockMulticlusterDestinationClient) Cluster

Cluster mocks base method.

func (*MockMulticlusterDestinationClient) EXPECT

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

type MockMulticlusterDestinationClientMockRecorder

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

MockMulticlusterDestinationClientMockRecorder is the mock recorder for MockMulticlusterDestinationClient.

func (*MockMulticlusterDestinationClientMockRecorder) Cluster

func (mr *MockMulticlusterDestinationClientMockRecorder) Cluster(cluster interface{}) *gomock.Call

Cluster indicates an expected call of Cluster.

type MockMulticlusterMeshClient

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

MockMulticlusterMeshClient is a mock of MulticlusterMeshClient interface.

func NewMockMulticlusterMeshClient

func NewMockMulticlusterMeshClient(ctrl *gomock.Controller) *MockMulticlusterMeshClient

NewMockMulticlusterMeshClient creates a new mock instance.

func (*MockMulticlusterMeshClient) Cluster

func (m *MockMulticlusterMeshClient) Cluster(cluster string) (v1.MeshClient, error)

Cluster mocks base method.

func (*MockMulticlusterMeshClient) EXPECT

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

type MockMulticlusterMeshClientMockRecorder

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

MockMulticlusterMeshClientMockRecorder is the mock recorder for MockMulticlusterMeshClient.

func (*MockMulticlusterMeshClientMockRecorder) Cluster

func (mr *MockMulticlusterMeshClientMockRecorder) Cluster(cluster interface{}) *gomock.Call

Cluster indicates an expected call of Cluster.

type MockMulticlusterWorkloadClient

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

MockMulticlusterWorkloadClient is a mock of MulticlusterWorkloadClient interface.

func NewMockMulticlusterWorkloadClient

func NewMockMulticlusterWorkloadClient(ctrl *gomock.Controller) *MockMulticlusterWorkloadClient

NewMockMulticlusterWorkloadClient creates a new mock instance.

func (*MockMulticlusterWorkloadClient) Cluster

Cluster mocks base method.

func (*MockMulticlusterWorkloadClient) EXPECT

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

type MockMulticlusterWorkloadClientMockRecorder

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

MockMulticlusterWorkloadClientMockRecorder is the mock recorder for MockMulticlusterWorkloadClient.

func (*MockMulticlusterWorkloadClientMockRecorder) Cluster

func (mr *MockMulticlusterWorkloadClientMockRecorder) Cluster(cluster interface{}) *gomock.Call

Cluster indicates an expected call of Cluster.

type MockWorkloadClient

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

MockWorkloadClient is a mock of WorkloadClient interface.

func NewMockWorkloadClient

func NewMockWorkloadClient(ctrl *gomock.Controller) *MockWorkloadClient

NewMockWorkloadClient creates a new mock instance.

func (*MockWorkloadClient) CreateWorkload

func (m *MockWorkloadClient) CreateWorkload(ctx context.Context, obj *v1.Workload, opts ...client.CreateOption) error

CreateWorkload mocks base method.

func (*MockWorkloadClient) DeleteAllOfWorkload

func (m *MockWorkloadClient) DeleteAllOfWorkload(ctx context.Context, opts ...client.DeleteAllOfOption) error

DeleteAllOfWorkload mocks base method.

func (*MockWorkloadClient) DeleteWorkload

func (m *MockWorkloadClient) DeleteWorkload(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error

DeleteWorkload mocks base method.

func (*MockWorkloadClient) EXPECT

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

func (*MockWorkloadClient) GetWorkload

func (m *MockWorkloadClient) GetWorkload(ctx context.Context, key client.ObjectKey) (*v1.Workload, error)

GetWorkload mocks base method.

func (*MockWorkloadClient) ListWorkload

func (m *MockWorkloadClient) ListWorkload(ctx context.Context, opts ...client.ListOption) (*v1.WorkloadList, error)

ListWorkload mocks base method.

func (*MockWorkloadClient) PatchWorkload

func (m *MockWorkloadClient) PatchWorkload(ctx context.Context, obj *v1.Workload, patch client.Patch, opts ...client.PatchOption) error

PatchWorkload mocks base method.

func (*MockWorkloadClient) PatchWorkloadStatus

func (m *MockWorkloadClient) PatchWorkloadStatus(ctx context.Context, obj *v1.Workload, patch client.Patch, opts ...client.PatchOption) error

PatchWorkloadStatus mocks base method.

func (*MockWorkloadClient) UpdateWorkload

func (m *MockWorkloadClient) UpdateWorkload(ctx context.Context, obj *v1.Workload, opts ...client.UpdateOption) error

UpdateWorkload mocks base method.

func (*MockWorkloadClient) UpdateWorkloadStatus

func (m *MockWorkloadClient) UpdateWorkloadStatus(ctx context.Context, obj *v1.Workload, opts ...client.UpdateOption) error

UpdateWorkloadStatus mocks base method.

func (*MockWorkloadClient) UpsertWorkload

func (m *MockWorkloadClient) UpsertWorkload(ctx context.Context, obj *v1.Workload, transitionFuncs ...v1.WorkloadTransitionFunction) error

UpsertWorkload mocks base method.

type MockWorkloadClientMockRecorder

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

MockWorkloadClientMockRecorder is the mock recorder for MockWorkloadClient.

func (*MockWorkloadClientMockRecorder) CreateWorkload

func (mr *MockWorkloadClientMockRecorder) CreateWorkload(ctx, obj interface{}, opts ...interface{}) *gomock.Call

CreateWorkload indicates an expected call of CreateWorkload.

func (*MockWorkloadClientMockRecorder) DeleteAllOfWorkload

func (mr *MockWorkloadClientMockRecorder) DeleteAllOfWorkload(ctx interface{}, opts ...interface{}) *gomock.Call

DeleteAllOfWorkload indicates an expected call of DeleteAllOfWorkload.

func (*MockWorkloadClientMockRecorder) DeleteWorkload

func (mr *MockWorkloadClientMockRecorder) DeleteWorkload(ctx, key interface{}, opts ...interface{}) *gomock.Call

DeleteWorkload indicates an expected call of DeleteWorkload.

func (*MockWorkloadClientMockRecorder) GetWorkload

func (mr *MockWorkloadClientMockRecorder) GetWorkload(ctx, key interface{}) *gomock.Call

GetWorkload indicates an expected call of GetWorkload.

func (*MockWorkloadClientMockRecorder) ListWorkload

func (mr *MockWorkloadClientMockRecorder) ListWorkload(ctx interface{}, opts ...interface{}) *gomock.Call

ListWorkload indicates an expected call of ListWorkload.

func (*MockWorkloadClientMockRecorder) PatchWorkload

func (mr *MockWorkloadClientMockRecorder) PatchWorkload(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call

PatchWorkload indicates an expected call of PatchWorkload.

func (*MockWorkloadClientMockRecorder) PatchWorkloadStatus

func (mr *MockWorkloadClientMockRecorder) PatchWorkloadStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call

PatchWorkloadStatus indicates an expected call of PatchWorkloadStatus.

func (*MockWorkloadClientMockRecorder) UpdateWorkload

func (mr *MockWorkloadClientMockRecorder) UpdateWorkload(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateWorkload indicates an expected call of UpdateWorkload.

func (*MockWorkloadClientMockRecorder) UpdateWorkloadStatus

func (mr *MockWorkloadClientMockRecorder) UpdateWorkloadStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateWorkloadStatus indicates an expected call of UpdateWorkloadStatus.

func (*MockWorkloadClientMockRecorder) UpsertWorkload

func (mr *MockWorkloadClientMockRecorder) UpsertWorkload(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call

UpsertWorkload indicates an expected call of UpsertWorkload.

type MockWorkloadReader

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

MockWorkloadReader is a mock of WorkloadReader interface.

func NewMockWorkloadReader

func NewMockWorkloadReader(ctrl *gomock.Controller) *MockWorkloadReader

NewMockWorkloadReader creates a new mock instance.

func (*MockWorkloadReader) EXPECT

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

func (*MockWorkloadReader) GetWorkload

func (m *MockWorkloadReader) GetWorkload(ctx context.Context, key client.ObjectKey) (*v1.Workload, error)

GetWorkload mocks base method.

func (*MockWorkloadReader) ListWorkload

func (m *MockWorkloadReader) ListWorkload(ctx context.Context, opts ...client.ListOption) (*v1.WorkloadList, error)

ListWorkload mocks base method.

type MockWorkloadReaderMockRecorder

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

MockWorkloadReaderMockRecorder is the mock recorder for MockWorkloadReader.

func (*MockWorkloadReaderMockRecorder) GetWorkload

func (mr *MockWorkloadReaderMockRecorder) GetWorkload(ctx, key interface{}) *gomock.Call

GetWorkload indicates an expected call of GetWorkload.

func (*MockWorkloadReaderMockRecorder) ListWorkload

func (mr *MockWorkloadReaderMockRecorder) ListWorkload(ctx interface{}, opts ...interface{}) *gomock.Call

ListWorkload indicates an expected call of ListWorkload.

type MockWorkloadStatusWriter

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

MockWorkloadStatusWriter is a mock of WorkloadStatusWriter interface.

func NewMockWorkloadStatusWriter

func NewMockWorkloadStatusWriter(ctrl *gomock.Controller) *MockWorkloadStatusWriter

NewMockWorkloadStatusWriter creates a new mock instance.

func (*MockWorkloadStatusWriter) EXPECT

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

func (*MockWorkloadStatusWriter) PatchWorkloadStatus

func (m *MockWorkloadStatusWriter) PatchWorkloadStatus(ctx context.Context, obj *v1.Workload, patch client.Patch, opts ...client.PatchOption) error

PatchWorkloadStatus mocks base method.

func (*MockWorkloadStatusWriter) UpdateWorkloadStatus

func (m *MockWorkloadStatusWriter) UpdateWorkloadStatus(ctx context.Context, obj *v1.Workload, opts ...client.UpdateOption) error

UpdateWorkloadStatus mocks base method.

type MockWorkloadStatusWriterMockRecorder

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

MockWorkloadStatusWriterMockRecorder is the mock recorder for MockWorkloadStatusWriter.

func (*MockWorkloadStatusWriterMockRecorder) PatchWorkloadStatus

func (mr *MockWorkloadStatusWriterMockRecorder) PatchWorkloadStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call

PatchWorkloadStatus indicates an expected call of PatchWorkloadStatus.

func (*MockWorkloadStatusWriterMockRecorder) UpdateWorkloadStatus

func (mr *MockWorkloadStatusWriterMockRecorder) UpdateWorkloadStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateWorkloadStatus indicates an expected call of UpdateWorkloadStatus.

type MockWorkloadWriter

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

MockWorkloadWriter is a mock of WorkloadWriter interface.

func NewMockWorkloadWriter

func NewMockWorkloadWriter(ctrl *gomock.Controller) *MockWorkloadWriter

NewMockWorkloadWriter creates a new mock instance.

func (*MockWorkloadWriter) CreateWorkload

func (m *MockWorkloadWriter) CreateWorkload(ctx context.Context, obj *v1.Workload, opts ...client.CreateOption) error

CreateWorkload mocks base method.

func (*MockWorkloadWriter) DeleteAllOfWorkload

func (m *MockWorkloadWriter) DeleteAllOfWorkload(ctx context.Context, opts ...client.DeleteAllOfOption) error

DeleteAllOfWorkload mocks base method.

func (*MockWorkloadWriter) DeleteWorkload

func (m *MockWorkloadWriter) DeleteWorkload(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error

DeleteWorkload mocks base method.

func (*MockWorkloadWriter) EXPECT

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

func (*MockWorkloadWriter) PatchWorkload

func (m *MockWorkloadWriter) PatchWorkload(ctx context.Context, obj *v1.Workload, patch client.Patch, opts ...client.PatchOption) error

PatchWorkload mocks base method.

func (*MockWorkloadWriter) UpdateWorkload

func (m *MockWorkloadWriter) UpdateWorkload(ctx context.Context, obj *v1.Workload, opts ...client.UpdateOption) error

UpdateWorkload mocks base method.

func (*MockWorkloadWriter) UpsertWorkload

func (m *MockWorkloadWriter) UpsertWorkload(ctx context.Context, obj *v1.Workload, transitionFuncs ...v1.WorkloadTransitionFunction) error

UpsertWorkload mocks base method.

type MockWorkloadWriterMockRecorder

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

MockWorkloadWriterMockRecorder is the mock recorder for MockWorkloadWriter.

func (*MockWorkloadWriterMockRecorder) CreateWorkload

func (mr *MockWorkloadWriterMockRecorder) CreateWorkload(ctx, obj interface{}, opts ...interface{}) *gomock.Call

CreateWorkload indicates an expected call of CreateWorkload.

func (*MockWorkloadWriterMockRecorder) DeleteAllOfWorkload

func (mr *MockWorkloadWriterMockRecorder) DeleteAllOfWorkload(ctx interface{}, opts ...interface{}) *gomock.Call

DeleteAllOfWorkload indicates an expected call of DeleteAllOfWorkload.

func (*MockWorkloadWriterMockRecorder) DeleteWorkload

func (mr *MockWorkloadWriterMockRecorder) DeleteWorkload(ctx, key interface{}, opts ...interface{}) *gomock.Call

DeleteWorkload indicates an expected call of DeleteWorkload.

func (*MockWorkloadWriterMockRecorder) PatchWorkload

func (mr *MockWorkloadWriterMockRecorder) PatchWorkload(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call

PatchWorkload indicates an expected call of PatchWorkload.

func (*MockWorkloadWriterMockRecorder) UpdateWorkload

func (mr *MockWorkloadWriterMockRecorder) UpdateWorkload(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateWorkload indicates an expected call of UpdateWorkload.

func (*MockWorkloadWriterMockRecorder) UpsertWorkload

func (mr *MockWorkloadWriterMockRecorder) UpsertWorkload(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call

UpsertWorkload indicates an expected call of UpsertWorkload.

Jump to

Keyboard shortcuts

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