mock_v1beta1

package
v1.1.0-beta10 Latest Latest
Warning

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

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

Documentation

Overview

Package mock_v1beta1 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) EXPECT

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

func (*MockClientset) ServiceDependencies added in v1.1.0

func (m *MockClientset) ServiceDependencies() v1beta1.ServiceDependencyClient

ServiceDependencies mocks base method.

func (*MockClientset) VirtualDestinations

func (m *MockClientset) VirtualDestinations() v1beta1.VirtualDestinationClient

VirtualDestinations mocks base method.

func (*MockClientset) WasmDeployments

func (m *MockClientset) WasmDeployments() v1beta1.WasmDeploymentClient

WasmDeployments mocks base method.

type MockClientsetMockRecorder

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

MockClientsetMockRecorder is the mock recorder for MockClientset.

func (*MockClientsetMockRecorder) ServiceDependencies added in v1.1.0

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

ServiceDependencies indicates an expected call of ServiceDependencies.

func (*MockClientsetMockRecorder) VirtualDestinations

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

VirtualDestinations indicates an expected call of VirtualDestinations.

func (*MockClientsetMockRecorder) WasmDeployments

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

WasmDeployments indicates an expected call of WasmDeployments.

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) (v1beta1.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 MockMulticlusterServiceDependencyClient added in v1.1.0

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

MockMulticlusterServiceDependencyClient is a mock of MulticlusterServiceDependencyClient interface.

func NewMockMulticlusterServiceDependencyClient added in v1.1.0

func NewMockMulticlusterServiceDependencyClient(ctrl *gomock.Controller) *MockMulticlusterServiceDependencyClient

NewMockMulticlusterServiceDependencyClient creates a new mock instance.

func (*MockMulticlusterServiceDependencyClient) Cluster added in v1.1.0

Cluster mocks base method.

func (*MockMulticlusterServiceDependencyClient) EXPECT added in v1.1.0

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

type MockMulticlusterServiceDependencyClientMockRecorder added in v1.1.0

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

MockMulticlusterServiceDependencyClientMockRecorder is the mock recorder for MockMulticlusterServiceDependencyClient.

func (*MockMulticlusterServiceDependencyClientMockRecorder) Cluster added in v1.1.0

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

Cluster indicates an expected call of Cluster.

type MockMulticlusterVirtualDestinationClient

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

MockMulticlusterVirtualDestinationClient is a mock of MulticlusterVirtualDestinationClient interface.

func NewMockMulticlusterVirtualDestinationClient

func NewMockMulticlusterVirtualDestinationClient(ctrl *gomock.Controller) *MockMulticlusterVirtualDestinationClient

NewMockMulticlusterVirtualDestinationClient creates a new mock instance.

func (*MockMulticlusterVirtualDestinationClient) Cluster

Cluster mocks base method.

func (*MockMulticlusterVirtualDestinationClient) EXPECT

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

type MockMulticlusterVirtualDestinationClientMockRecorder

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

MockMulticlusterVirtualDestinationClientMockRecorder is the mock recorder for MockMulticlusterVirtualDestinationClient.

func (*MockMulticlusterVirtualDestinationClientMockRecorder) Cluster

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

Cluster indicates an expected call of Cluster.

type MockMulticlusterWasmDeploymentClient

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

MockMulticlusterWasmDeploymentClient is a mock of MulticlusterWasmDeploymentClient interface.

func NewMockMulticlusterWasmDeploymentClient

func NewMockMulticlusterWasmDeploymentClient(ctrl *gomock.Controller) *MockMulticlusterWasmDeploymentClient

NewMockMulticlusterWasmDeploymentClient creates a new mock instance.

func (*MockMulticlusterWasmDeploymentClient) Cluster

Cluster mocks base method.

func (*MockMulticlusterWasmDeploymentClient) EXPECT

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

type MockMulticlusterWasmDeploymentClientMockRecorder

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

MockMulticlusterWasmDeploymentClientMockRecorder is the mock recorder for MockMulticlusterWasmDeploymentClient.

func (*MockMulticlusterWasmDeploymentClientMockRecorder) Cluster

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

Cluster indicates an expected call of Cluster.

type MockServiceDependencyClient added in v1.1.0

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

MockServiceDependencyClient is a mock of ServiceDependencyClient interface.

func NewMockServiceDependencyClient added in v1.1.0

func NewMockServiceDependencyClient(ctrl *gomock.Controller) *MockServiceDependencyClient

NewMockServiceDependencyClient creates a new mock instance.

func (*MockServiceDependencyClient) CreateServiceDependency added in v1.1.0

func (m *MockServiceDependencyClient) CreateServiceDependency(ctx context.Context, obj *v1beta1.ServiceDependency, opts ...client.CreateOption) error

CreateServiceDependency mocks base method.

func (*MockServiceDependencyClient) DeleteAllOfServiceDependency added in v1.1.0

func (m *MockServiceDependencyClient) DeleteAllOfServiceDependency(ctx context.Context, opts ...client.DeleteAllOfOption) error

DeleteAllOfServiceDependency mocks base method.

func (*MockServiceDependencyClient) DeleteServiceDependency added in v1.1.0

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

DeleteServiceDependency mocks base method.

func (*MockServiceDependencyClient) EXPECT added in v1.1.0

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

func (*MockServiceDependencyClient) GetServiceDependency added in v1.1.0

GetServiceDependency mocks base method.

func (*MockServiceDependencyClient) ListServiceDependency added in v1.1.0

ListServiceDependency mocks base method.

func (*MockServiceDependencyClient) PatchServiceDependency added in v1.1.0

func (m *MockServiceDependencyClient) PatchServiceDependency(ctx context.Context, obj *v1beta1.ServiceDependency, patch client.Patch, opts ...client.PatchOption) error

PatchServiceDependency mocks base method.

func (*MockServiceDependencyClient) PatchServiceDependencyStatus added in v1.1.0

func (m *MockServiceDependencyClient) PatchServiceDependencyStatus(ctx context.Context, obj *v1beta1.ServiceDependency, patch client.Patch, opts ...client.PatchOption) error

PatchServiceDependencyStatus mocks base method.

func (*MockServiceDependencyClient) UpdateServiceDependency added in v1.1.0

func (m *MockServiceDependencyClient) UpdateServiceDependency(ctx context.Context, obj *v1beta1.ServiceDependency, opts ...client.UpdateOption) error

UpdateServiceDependency mocks base method.

func (*MockServiceDependencyClient) UpdateServiceDependencyStatus added in v1.1.0

func (m *MockServiceDependencyClient) UpdateServiceDependencyStatus(ctx context.Context, obj *v1beta1.ServiceDependency, opts ...client.UpdateOption) error

UpdateServiceDependencyStatus mocks base method.

func (*MockServiceDependencyClient) UpsertServiceDependency added in v1.1.0

UpsertServiceDependency mocks base method.

type MockServiceDependencyClientMockRecorder added in v1.1.0

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

MockServiceDependencyClientMockRecorder is the mock recorder for MockServiceDependencyClient.

func (*MockServiceDependencyClientMockRecorder) CreateServiceDependency added in v1.1.0

func (mr *MockServiceDependencyClientMockRecorder) CreateServiceDependency(ctx, obj interface{}, opts ...interface{}) *gomock.Call

CreateServiceDependency indicates an expected call of CreateServiceDependency.

func (*MockServiceDependencyClientMockRecorder) DeleteAllOfServiceDependency added in v1.1.0

func (mr *MockServiceDependencyClientMockRecorder) DeleteAllOfServiceDependency(ctx interface{}, opts ...interface{}) *gomock.Call

DeleteAllOfServiceDependency indicates an expected call of DeleteAllOfServiceDependency.

func (*MockServiceDependencyClientMockRecorder) DeleteServiceDependency added in v1.1.0

func (mr *MockServiceDependencyClientMockRecorder) DeleteServiceDependency(ctx, key interface{}, opts ...interface{}) *gomock.Call

DeleteServiceDependency indicates an expected call of DeleteServiceDependency.

func (*MockServiceDependencyClientMockRecorder) GetServiceDependency added in v1.1.0

func (mr *MockServiceDependencyClientMockRecorder) GetServiceDependency(ctx, key interface{}) *gomock.Call

GetServiceDependency indicates an expected call of GetServiceDependency.

func (*MockServiceDependencyClientMockRecorder) ListServiceDependency added in v1.1.0

func (mr *MockServiceDependencyClientMockRecorder) ListServiceDependency(ctx interface{}, opts ...interface{}) *gomock.Call

ListServiceDependency indicates an expected call of ListServiceDependency.

func (*MockServiceDependencyClientMockRecorder) PatchServiceDependency added in v1.1.0

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

PatchServiceDependency indicates an expected call of PatchServiceDependency.

func (*MockServiceDependencyClientMockRecorder) PatchServiceDependencyStatus added in v1.1.0

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

PatchServiceDependencyStatus indicates an expected call of PatchServiceDependencyStatus.

func (*MockServiceDependencyClientMockRecorder) UpdateServiceDependency added in v1.1.0

func (mr *MockServiceDependencyClientMockRecorder) UpdateServiceDependency(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateServiceDependency indicates an expected call of UpdateServiceDependency.

func (*MockServiceDependencyClientMockRecorder) UpdateServiceDependencyStatus added in v1.1.0

func (mr *MockServiceDependencyClientMockRecorder) UpdateServiceDependencyStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateServiceDependencyStatus indicates an expected call of UpdateServiceDependencyStatus.

func (*MockServiceDependencyClientMockRecorder) UpsertServiceDependency added in v1.1.0

func (mr *MockServiceDependencyClientMockRecorder) UpsertServiceDependency(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call

UpsertServiceDependency indicates an expected call of UpsertServiceDependency.

type MockServiceDependencyReader added in v1.1.0

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

MockServiceDependencyReader is a mock of ServiceDependencyReader interface.

func NewMockServiceDependencyReader added in v1.1.0

func NewMockServiceDependencyReader(ctrl *gomock.Controller) *MockServiceDependencyReader

NewMockServiceDependencyReader creates a new mock instance.

func (*MockServiceDependencyReader) EXPECT added in v1.1.0

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

func (*MockServiceDependencyReader) GetServiceDependency added in v1.1.0

GetServiceDependency mocks base method.

func (*MockServiceDependencyReader) ListServiceDependency added in v1.1.0

ListServiceDependency mocks base method.

type MockServiceDependencyReaderMockRecorder added in v1.1.0

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

MockServiceDependencyReaderMockRecorder is the mock recorder for MockServiceDependencyReader.

func (*MockServiceDependencyReaderMockRecorder) GetServiceDependency added in v1.1.0

func (mr *MockServiceDependencyReaderMockRecorder) GetServiceDependency(ctx, key interface{}) *gomock.Call

GetServiceDependency indicates an expected call of GetServiceDependency.

func (*MockServiceDependencyReaderMockRecorder) ListServiceDependency added in v1.1.0

func (mr *MockServiceDependencyReaderMockRecorder) ListServiceDependency(ctx interface{}, opts ...interface{}) *gomock.Call

ListServiceDependency indicates an expected call of ListServiceDependency.

type MockServiceDependencyStatusWriter added in v1.1.0

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

MockServiceDependencyStatusWriter is a mock of ServiceDependencyStatusWriter interface.

func NewMockServiceDependencyStatusWriter added in v1.1.0

func NewMockServiceDependencyStatusWriter(ctrl *gomock.Controller) *MockServiceDependencyStatusWriter

NewMockServiceDependencyStatusWriter creates a new mock instance.

func (*MockServiceDependencyStatusWriter) EXPECT added in v1.1.0

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

func (*MockServiceDependencyStatusWriter) PatchServiceDependencyStatus added in v1.1.0

func (m *MockServiceDependencyStatusWriter) PatchServiceDependencyStatus(ctx context.Context, obj *v1beta1.ServiceDependency, patch client.Patch, opts ...client.PatchOption) error

PatchServiceDependencyStatus mocks base method.

func (*MockServiceDependencyStatusWriter) UpdateServiceDependencyStatus added in v1.1.0

func (m *MockServiceDependencyStatusWriter) UpdateServiceDependencyStatus(ctx context.Context, obj *v1beta1.ServiceDependency, opts ...client.UpdateOption) error

UpdateServiceDependencyStatus mocks base method.

type MockServiceDependencyStatusWriterMockRecorder added in v1.1.0

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

MockServiceDependencyStatusWriterMockRecorder is the mock recorder for MockServiceDependencyStatusWriter.

func (*MockServiceDependencyStatusWriterMockRecorder) PatchServiceDependencyStatus added in v1.1.0

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

PatchServiceDependencyStatus indicates an expected call of PatchServiceDependencyStatus.

func (*MockServiceDependencyStatusWriterMockRecorder) UpdateServiceDependencyStatus added in v1.1.0

func (mr *MockServiceDependencyStatusWriterMockRecorder) UpdateServiceDependencyStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateServiceDependencyStatus indicates an expected call of UpdateServiceDependencyStatus.

type MockServiceDependencyWriter added in v1.1.0

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

MockServiceDependencyWriter is a mock of ServiceDependencyWriter interface.

func NewMockServiceDependencyWriter added in v1.1.0

func NewMockServiceDependencyWriter(ctrl *gomock.Controller) *MockServiceDependencyWriter

NewMockServiceDependencyWriter creates a new mock instance.

func (*MockServiceDependencyWriter) CreateServiceDependency added in v1.1.0

func (m *MockServiceDependencyWriter) CreateServiceDependency(ctx context.Context, obj *v1beta1.ServiceDependency, opts ...client.CreateOption) error

CreateServiceDependency mocks base method.

func (*MockServiceDependencyWriter) DeleteAllOfServiceDependency added in v1.1.0

func (m *MockServiceDependencyWriter) DeleteAllOfServiceDependency(ctx context.Context, opts ...client.DeleteAllOfOption) error

DeleteAllOfServiceDependency mocks base method.

func (*MockServiceDependencyWriter) DeleteServiceDependency added in v1.1.0

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

DeleteServiceDependency mocks base method.

func (*MockServiceDependencyWriter) EXPECT added in v1.1.0

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

func (*MockServiceDependencyWriter) PatchServiceDependency added in v1.1.0

func (m *MockServiceDependencyWriter) PatchServiceDependency(ctx context.Context, obj *v1beta1.ServiceDependency, patch client.Patch, opts ...client.PatchOption) error

PatchServiceDependency mocks base method.

func (*MockServiceDependencyWriter) UpdateServiceDependency added in v1.1.0

func (m *MockServiceDependencyWriter) UpdateServiceDependency(ctx context.Context, obj *v1beta1.ServiceDependency, opts ...client.UpdateOption) error

UpdateServiceDependency mocks base method.

func (*MockServiceDependencyWriter) UpsertServiceDependency added in v1.1.0

UpsertServiceDependency mocks base method.

type MockServiceDependencyWriterMockRecorder added in v1.1.0

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

MockServiceDependencyWriterMockRecorder is the mock recorder for MockServiceDependencyWriter.

func (*MockServiceDependencyWriterMockRecorder) CreateServiceDependency added in v1.1.0

func (mr *MockServiceDependencyWriterMockRecorder) CreateServiceDependency(ctx, obj interface{}, opts ...interface{}) *gomock.Call

CreateServiceDependency indicates an expected call of CreateServiceDependency.

func (*MockServiceDependencyWriterMockRecorder) DeleteAllOfServiceDependency added in v1.1.0

func (mr *MockServiceDependencyWriterMockRecorder) DeleteAllOfServiceDependency(ctx interface{}, opts ...interface{}) *gomock.Call

DeleteAllOfServiceDependency indicates an expected call of DeleteAllOfServiceDependency.

func (*MockServiceDependencyWriterMockRecorder) DeleteServiceDependency added in v1.1.0

func (mr *MockServiceDependencyWriterMockRecorder) DeleteServiceDependency(ctx, key interface{}, opts ...interface{}) *gomock.Call

DeleteServiceDependency indicates an expected call of DeleteServiceDependency.

func (*MockServiceDependencyWriterMockRecorder) PatchServiceDependency added in v1.1.0

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

PatchServiceDependency indicates an expected call of PatchServiceDependency.

func (*MockServiceDependencyWriterMockRecorder) UpdateServiceDependency added in v1.1.0

func (mr *MockServiceDependencyWriterMockRecorder) UpdateServiceDependency(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateServiceDependency indicates an expected call of UpdateServiceDependency.

func (*MockServiceDependencyWriterMockRecorder) UpsertServiceDependency added in v1.1.0

func (mr *MockServiceDependencyWriterMockRecorder) UpsertServiceDependency(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call

UpsertServiceDependency indicates an expected call of UpsertServiceDependency.

type MockVirtualDestinationClient

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

MockVirtualDestinationClient is a mock of VirtualDestinationClient interface.

func NewMockVirtualDestinationClient

func NewMockVirtualDestinationClient(ctrl *gomock.Controller) *MockVirtualDestinationClient

NewMockVirtualDestinationClient creates a new mock instance.

func (*MockVirtualDestinationClient) CreateVirtualDestination

func (m *MockVirtualDestinationClient) CreateVirtualDestination(ctx context.Context, obj *v1beta1.VirtualDestination, opts ...client.CreateOption) error

CreateVirtualDestination mocks base method.

func (*MockVirtualDestinationClient) DeleteAllOfVirtualDestination

func (m *MockVirtualDestinationClient) DeleteAllOfVirtualDestination(ctx context.Context, opts ...client.DeleteAllOfOption) error

DeleteAllOfVirtualDestination mocks base method.

func (*MockVirtualDestinationClient) DeleteVirtualDestination

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

DeleteVirtualDestination mocks base method.

func (*MockVirtualDestinationClient) EXPECT

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

func (*MockVirtualDestinationClient) GetVirtualDestination

GetVirtualDestination mocks base method.

func (*MockVirtualDestinationClient) ListVirtualDestination

ListVirtualDestination mocks base method.

func (*MockVirtualDestinationClient) PatchVirtualDestination

func (m *MockVirtualDestinationClient) PatchVirtualDestination(ctx context.Context, obj *v1beta1.VirtualDestination, patch client.Patch, opts ...client.PatchOption) error

PatchVirtualDestination mocks base method.

func (*MockVirtualDestinationClient) PatchVirtualDestinationStatus

func (m *MockVirtualDestinationClient) PatchVirtualDestinationStatus(ctx context.Context, obj *v1beta1.VirtualDestination, patch client.Patch, opts ...client.PatchOption) error

PatchVirtualDestinationStatus mocks base method.

func (*MockVirtualDestinationClient) UpdateVirtualDestination

func (m *MockVirtualDestinationClient) UpdateVirtualDestination(ctx context.Context, obj *v1beta1.VirtualDestination, opts ...client.UpdateOption) error

UpdateVirtualDestination mocks base method.

func (*MockVirtualDestinationClient) UpdateVirtualDestinationStatus

func (m *MockVirtualDestinationClient) UpdateVirtualDestinationStatus(ctx context.Context, obj *v1beta1.VirtualDestination, opts ...client.UpdateOption) error

UpdateVirtualDestinationStatus mocks base method.

func (*MockVirtualDestinationClient) UpsertVirtualDestination

UpsertVirtualDestination mocks base method.

type MockVirtualDestinationClientMockRecorder

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

MockVirtualDestinationClientMockRecorder is the mock recorder for MockVirtualDestinationClient.

func (*MockVirtualDestinationClientMockRecorder) CreateVirtualDestination

func (mr *MockVirtualDestinationClientMockRecorder) CreateVirtualDestination(ctx, obj interface{}, opts ...interface{}) *gomock.Call

CreateVirtualDestination indicates an expected call of CreateVirtualDestination.

func (*MockVirtualDestinationClientMockRecorder) DeleteAllOfVirtualDestination

func (mr *MockVirtualDestinationClientMockRecorder) DeleteAllOfVirtualDestination(ctx interface{}, opts ...interface{}) *gomock.Call

DeleteAllOfVirtualDestination indicates an expected call of DeleteAllOfVirtualDestination.

func (*MockVirtualDestinationClientMockRecorder) DeleteVirtualDestination

func (mr *MockVirtualDestinationClientMockRecorder) DeleteVirtualDestination(ctx, key interface{}, opts ...interface{}) *gomock.Call

DeleteVirtualDestination indicates an expected call of DeleteVirtualDestination.

func (*MockVirtualDestinationClientMockRecorder) GetVirtualDestination

func (mr *MockVirtualDestinationClientMockRecorder) GetVirtualDestination(ctx, key interface{}) *gomock.Call

GetVirtualDestination indicates an expected call of GetVirtualDestination.

func (*MockVirtualDestinationClientMockRecorder) ListVirtualDestination

func (mr *MockVirtualDestinationClientMockRecorder) ListVirtualDestination(ctx interface{}, opts ...interface{}) *gomock.Call

ListVirtualDestination indicates an expected call of ListVirtualDestination.

func (*MockVirtualDestinationClientMockRecorder) PatchVirtualDestination

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

PatchVirtualDestination indicates an expected call of PatchVirtualDestination.

func (*MockVirtualDestinationClientMockRecorder) PatchVirtualDestinationStatus

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

PatchVirtualDestinationStatus indicates an expected call of PatchVirtualDestinationStatus.

func (*MockVirtualDestinationClientMockRecorder) UpdateVirtualDestination

func (mr *MockVirtualDestinationClientMockRecorder) UpdateVirtualDestination(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateVirtualDestination indicates an expected call of UpdateVirtualDestination.

func (*MockVirtualDestinationClientMockRecorder) UpdateVirtualDestinationStatus

func (mr *MockVirtualDestinationClientMockRecorder) UpdateVirtualDestinationStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateVirtualDestinationStatus indicates an expected call of UpdateVirtualDestinationStatus.

func (*MockVirtualDestinationClientMockRecorder) UpsertVirtualDestination

func (mr *MockVirtualDestinationClientMockRecorder) UpsertVirtualDestination(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call

UpsertVirtualDestination indicates an expected call of UpsertVirtualDestination.

type MockVirtualDestinationReader

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

MockVirtualDestinationReader is a mock of VirtualDestinationReader interface.

func NewMockVirtualDestinationReader

func NewMockVirtualDestinationReader(ctrl *gomock.Controller) *MockVirtualDestinationReader

NewMockVirtualDestinationReader creates a new mock instance.

func (*MockVirtualDestinationReader) EXPECT

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

func (*MockVirtualDestinationReader) GetVirtualDestination

GetVirtualDestination mocks base method.

func (*MockVirtualDestinationReader) ListVirtualDestination

ListVirtualDestination mocks base method.

type MockVirtualDestinationReaderMockRecorder

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

MockVirtualDestinationReaderMockRecorder is the mock recorder for MockVirtualDestinationReader.

func (*MockVirtualDestinationReaderMockRecorder) GetVirtualDestination

func (mr *MockVirtualDestinationReaderMockRecorder) GetVirtualDestination(ctx, key interface{}) *gomock.Call

GetVirtualDestination indicates an expected call of GetVirtualDestination.

func (*MockVirtualDestinationReaderMockRecorder) ListVirtualDestination

func (mr *MockVirtualDestinationReaderMockRecorder) ListVirtualDestination(ctx interface{}, opts ...interface{}) *gomock.Call

ListVirtualDestination indicates an expected call of ListVirtualDestination.

type MockVirtualDestinationStatusWriter

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

MockVirtualDestinationStatusWriter is a mock of VirtualDestinationStatusWriter interface.

func NewMockVirtualDestinationStatusWriter

func NewMockVirtualDestinationStatusWriter(ctrl *gomock.Controller) *MockVirtualDestinationStatusWriter

NewMockVirtualDestinationStatusWriter creates a new mock instance.

func (*MockVirtualDestinationStatusWriter) EXPECT

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

func (*MockVirtualDestinationStatusWriter) PatchVirtualDestinationStatus

func (m *MockVirtualDestinationStatusWriter) PatchVirtualDestinationStatus(ctx context.Context, obj *v1beta1.VirtualDestination, patch client.Patch, opts ...client.PatchOption) error

PatchVirtualDestinationStatus mocks base method.

func (*MockVirtualDestinationStatusWriter) UpdateVirtualDestinationStatus

func (m *MockVirtualDestinationStatusWriter) UpdateVirtualDestinationStatus(ctx context.Context, obj *v1beta1.VirtualDestination, opts ...client.UpdateOption) error

UpdateVirtualDestinationStatus mocks base method.

type MockVirtualDestinationStatusWriterMockRecorder

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

MockVirtualDestinationStatusWriterMockRecorder is the mock recorder for MockVirtualDestinationStatusWriter.

func (*MockVirtualDestinationStatusWriterMockRecorder) PatchVirtualDestinationStatus

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

PatchVirtualDestinationStatus indicates an expected call of PatchVirtualDestinationStatus.

func (*MockVirtualDestinationStatusWriterMockRecorder) UpdateVirtualDestinationStatus

func (mr *MockVirtualDestinationStatusWriterMockRecorder) UpdateVirtualDestinationStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateVirtualDestinationStatus indicates an expected call of UpdateVirtualDestinationStatus.

type MockVirtualDestinationWriter

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

MockVirtualDestinationWriter is a mock of VirtualDestinationWriter interface.

func NewMockVirtualDestinationWriter

func NewMockVirtualDestinationWriter(ctrl *gomock.Controller) *MockVirtualDestinationWriter

NewMockVirtualDestinationWriter creates a new mock instance.

func (*MockVirtualDestinationWriter) CreateVirtualDestination

func (m *MockVirtualDestinationWriter) CreateVirtualDestination(ctx context.Context, obj *v1beta1.VirtualDestination, opts ...client.CreateOption) error

CreateVirtualDestination mocks base method.

func (*MockVirtualDestinationWriter) DeleteAllOfVirtualDestination

func (m *MockVirtualDestinationWriter) DeleteAllOfVirtualDestination(ctx context.Context, opts ...client.DeleteAllOfOption) error

DeleteAllOfVirtualDestination mocks base method.

func (*MockVirtualDestinationWriter) DeleteVirtualDestination

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

DeleteVirtualDestination mocks base method.

func (*MockVirtualDestinationWriter) EXPECT

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

func (*MockVirtualDestinationWriter) PatchVirtualDestination

func (m *MockVirtualDestinationWriter) PatchVirtualDestination(ctx context.Context, obj *v1beta1.VirtualDestination, patch client.Patch, opts ...client.PatchOption) error

PatchVirtualDestination mocks base method.

func (*MockVirtualDestinationWriter) UpdateVirtualDestination

func (m *MockVirtualDestinationWriter) UpdateVirtualDestination(ctx context.Context, obj *v1beta1.VirtualDestination, opts ...client.UpdateOption) error

UpdateVirtualDestination mocks base method.

func (*MockVirtualDestinationWriter) UpsertVirtualDestination

UpsertVirtualDestination mocks base method.

type MockVirtualDestinationWriterMockRecorder

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

MockVirtualDestinationWriterMockRecorder is the mock recorder for MockVirtualDestinationWriter.

func (*MockVirtualDestinationWriterMockRecorder) CreateVirtualDestination

func (mr *MockVirtualDestinationWriterMockRecorder) CreateVirtualDestination(ctx, obj interface{}, opts ...interface{}) *gomock.Call

CreateVirtualDestination indicates an expected call of CreateVirtualDestination.

func (*MockVirtualDestinationWriterMockRecorder) DeleteAllOfVirtualDestination

func (mr *MockVirtualDestinationWriterMockRecorder) DeleteAllOfVirtualDestination(ctx interface{}, opts ...interface{}) *gomock.Call

DeleteAllOfVirtualDestination indicates an expected call of DeleteAllOfVirtualDestination.

func (*MockVirtualDestinationWriterMockRecorder) DeleteVirtualDestination

func (mr *MockVirtualDestinationWriterMockRecorder) DeleteVirtualDestination(ctx, key interface{}, opts ...interface{}) *gomock.Call

DeleteVirtualDestination indicates an expected call of DeleteVirtualDestination.

func (*MockVirtualDestinationWriterMockRecorder) PatchVirtualDestination

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

PatchVirtualDestination indicates an expected call of PatchVirtualDestination.

func (*MockVirtualDestinationWriterMockRecorder) UpdateVirtualDestination

func (mr *MockVirtualDestinationWriterMockRecorder) UpdateVirtualDestination(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateVirtualDestination indicates an expected call of UpdateVirtualDestination.

func (*MockVirtualDestinationWriterMockRecorder) UpsertVirtualDestination

func (mr *MockVirtualDestinationWriterMockRecorder) UpsertVirtualDestination(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call

UpsertVirtualDestination indicates an expected call of UpsertVirtualDestination.

type MockWasmDeploymentClient

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

MockWasmDeploymentClient is a mock of WasmDeploymentClient interface.

func NewMockWasmDeploymentClient

func NewMockWasmDeploymentClient(ctrl *gomock.Controller) *MockWasmDeploymentClient

NewMockWasmDeploymentClient creates a new mock instance.

func (*MockWasmDeploymentClient) CreateWasmDeployment

func (m *MockWasmDeploymentClient) CreateWasmDeployment(ctx context.Context, obj *v1beta1.WasmDeployment, opts ...client.CreateOption) error

CreateWasmDeployment mocks base method.

func (*MockWasmDeploymentClient) DeleteAllOfWasmDeployment

func (m *MockWasmDeploymentClient) DeleteAllOfWasmDeployment(ctx context.Context, opts ...client.DeleteAllOfOption) error

DeleteAllOfWasmDeployment mocks base method.

func (*MockWasmDeploymentClient) DeleteWasmDeployment

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

DeleteWasmDeployment mocks base method.

func (*MockWasmDeploymentClient) EXPECT

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

func (*MockWasmDeploymentClient) GetWasmDeployment

GetWasmDeployment mocks base method.

func (*MockWasmDeploymentClient) ListWasmDeployment

func (m *MockWasmDeploymentClient) ListWasmDeployment(ctx context.Context, opts ...client.ListOption) (*v1beta1.WasmDeploymentList, error)

ListWasmDeployment mocks base method.

func (*MockWasmDeploymentClient) PatchWasmDeployment

func (m *MockWasmDeploymentClient) PatchWasmDeployment(ctx context.Context, obj *v1beta1.WasmDeployment, patch client.Patch, opts ...client.PatchOption) error

PatchWasmDeployment mocks base method.

func (*MockWasmDeploymentClient) PatchWasmDeploymentStatus

func (m *MockWasmDeploymentClient) PatchWasmDeploymentStatus(ctx context.Context, obj *v1beta1.WasmDeployment, patch client.Patch, opts ...client.PatchOption) error

PatchWasmDeploymentStatus mocks base method.

func (*MockWasmDeploymentClient) UpdateWasmDeployment

func (m *MockWasmDeploymentClient) UpdateWasmDeployment(ctx context.Context, obj *v1beta1.WasmDeployment, opts ...client.UpdateOption) error

UpdateWasmDeployment mocks base method.

func (*MockWasmDeploymentClient) UpdateWasmDeploymentStatus

func (m *MockWasmDeploymentClient) UpdateWasmDeploymentStatus(ctx context.Context, obj *v1beta1.WasmDeployment, opts ...client.UpdateOption) error

UpdateWasmDeploymentStatus mocks base method.

func (*MockWasmDeploymentClient) UpsertWasmDeployment

func (m *MockWasmDeploymentClient) UpsertWasmDeployment(ctx context.Context, obj *v1beta1.WasmDeployment, transitionFuncs ...v1beta1.WasmDeploymentTransitionFunction) error

UpsertWasmDeployment mocks base method.

type MockWasmDeploymentClientMockRecorder

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

MockWasmDeploymentClientMockRecorder is the mock recorder for MockWasmDeploymentClient.

func (*MockWasmDeploymentClientMockRecorder) CreateWasmDeployment

func (mr *MockWasmDeploymentClientMockRecorder) CreateWasmDeployment(ctx, obj interface{}, opts ...interface{}) *gomock.Call

CreateWasmDeployment indicates an expected call of CreateWasmDeployment.

func (*MockWasmDeploymentClientMockRecorder) DeleteAllOfWasmDeployment

func (mr *MockWasmDeploymentClientMockRecorder) DeleteAllOfWasmDeployment(ctx interface{}, opts ...interface{}) *gomock.Call

DeleteAllOfWasmDeployment indicates an expected call of DeleteAllOfWasmDeployment.

func (*MockWasmDeploymentClientMockRecorder) DeleteWasmDeployment

func (mr *MockWasmDeploymentClientMockRecorder) DeleteWasmDeployment(ctx, key interface{}, opts ...interface{}) *gomock.Call

DeleteWasmDeployment indicates an expected call of DeleteWasmDeployment.

func (*MockWasmDeploymentClientMockRecorder) GetWasmDeployment

func (mr *MockWasmDeploymentClientMockRecorder) GetWasmDeployment(ctx, key interface{}) *gomock.Call

GetWasmDeployment indicates an expected call of GetWasmDeployment.

func (*MockWasmDeploymentClientMockRecorder) ListWasmDeployment

func (mr *MockWasmDeploymentClientMockRecorder) ListWasmDeployment(ctx interface{}, opts ...interface{}) *gomock.Call

ListWasmDeployment indicates an expected call of ListWasmDeployment.

func (*MockWasmDeploymentClientMockRecorder) PatchWasmDeployment

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

PatchWasmDeployment indicates an expected call of PatchWasmDeployment.

func (*MockWasmDeploymentClientMockRecorder) PatchWasmDeploymentStatus

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

PatchWasmDeploymentStatus indicates an expected call of PatchWasmDeploymentStatus.

func (*MockWasmDeploymentClientMockRecorder) UpdateWasmDeployment

func (mr *MockWasmDeploymentClientMockRecorder) UpdateWasmDeployment(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateWasmDeployment indicates an expected call of UpdateWasmDeployment.

func (*MockWasmDeploymentClientMockRecorder) UpdateWasmDeploymentStatus

func (mr *MockWasmDeploymentClientMockRecorder) UpdateWasmDeploymentStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateWasmDeploymentStatus indicates an expected call of UpdateWasmDeploymentStatus.

func (*MockWasmDeploymentClientMockRecorder) UpsertWasmDeployment

func (mr *MockWasmDeploymentClientMockRecorder) UpsertWasmDeployment(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call

UpsertWasmDeployment indicates an expected call of UpsertWasmDeployment.

type MockWasmDeploymentReader

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

MockWasmDeploymentReader is a mock of WasmDeploymentReader interface.

func NewMockWasmDeploymentReader

func NewMockWasmDeploymentReader(ctrl *gomock.Controller) *MockWasmDeploymentReader

NewMockWasmDeploymentReader creates a new mock instance.

func (*MockWasmDeploymentReader) EXPECT

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

func (*MockWasmDeploymentReader) GetWasmDeployment

GetWasmDeployment mocks base method.

func (*MockWasmDeploymentReader) ListWasmDeployment

func (m *MockWasmDeploymentReader) ListWasmDeployment(ctx context.Context, opts ...client.ListOption) (*v1beta1.WasmDeploymentList, error)

ListWasmDeployment mocks base method.

type MockWasmDeploymentReaderMockRecorder

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

MockWasmDeploymentReaderMockRecorder is the mock recorder for MockWasmDeploymentReader.

func (*MockWasmDeploymentReaderMockRecorder) GetWasmDeployment

func (mr *MockWasmDeploymentReaderMockRecorder) GetWasmDeployment(ctx, key interface{}) *gomock.Call

GetWasmDeployment indicates an expected call of GetWasmDeployment.

func (*MockWasmDeploymentReaderMockRecorder) ListWasmDeployment

func (mr *MockWasmDeploymentReaderMockRecorder) ListWasmDeployment(ctx interface{}, opts ...interface{}) *gomock.Call

ListWasmDeployment indicates an expected call of ListWasmDeployment.

type MockWasmDeploymentStatusWriter

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

MockWasmDeploymentStatusWriter is a mock of WasmDeploymentStatusWriter interface.

func NewMockWasmDeploymentStatusWriter

func NewMockWasmDeploymentStatusWriter(ctrl *gomock.Controller) *MockWasmDeploymentStatusWriter

NewMockWasmDeploymentStatusWriter creates a new mock instance.

func (*MockWasmDeploymentStatusWriter) EXPECT

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

func (*MockWasmDeploymentStatusWriter) PatchWasmDeploymentStatus

func (m *MockWasmDeploymentStatusWriter) PatchWasmDeploymentStatus(ctx context.Context, obj *v1beta1.WasmDeployment, patch client.Patch, opts ...client.PatchOption) error

PatchWasmDeploymentStatus mocks base method.

func (*MockWasmDeploymentStatusWriter) UpdateWasmDeploymentStatus

func (m *MockWasmDeploymentStatusWriter) UpdateWasmDeploymentStatus(ctx context.Context, obj *v1beta1.WasmDeployment, opts ...client.UpdateOption) error

UpdateWasmDeploymentStatus mocks base method.

type MockWasmDeploymentStatusWriterMockRecorder

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

MockWasmDeploymentStatusWriterMockRecorder is the mock recorder for MockWasmDeploymentStatusWriter.

func (*MockWasmDeploymentStatusWriterMockRecorder) PatchWasmDeploymentStatus

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

PatchWasmDeploymentStatus indicates an expected call of PatchWasmDeploymentStatus.

func (*MockWasmDeploymentStatusWriterMockRecorder) UpdateWasmDeploymentStatus

func (mr *MockWasmDeploymentStatusWriterMockRecorder) UpdateWasmDeploymentStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateWasmDeploymentStatus indicates an expected call of UpdateWasmDeploymentStatus.

type MockWasmDeploymentWriter

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

MockWasmDeploymentWriter is a mock of WasmDeploymentWriter interface.

func NewMockWasmDeploymentWriter

func NewMockWasmDeploymentWriter(ctrl *gomock.Controller) *MockWasmDeploymentWriter

NewMockWasmDeploymentWriter creates a new mock instance.

func (*MockWasmDeploymentWriter) CreateWasmDeployment

func (m *MockWasmDeploymentWriter) CreateWasmDeployment(ctx context.Context, obj *v1beta1.WasmDeployment, opts ...client.CreateOption) error

CreateWasmDeployment mocks base method.

func (*MockWasmDeploymentWriter) DeleteAllOfWasmDeployment

func (m *MockWasmDeploymentWriter) DeleteAllOfWasmDeployment(ctx context.Context, opts ...client.DeleteAllOfOption) error

DeleteAllOfWasmDeployment mocks base method.

func (*MockWasmDeploymentWriter) DeleteWasmDeployment

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

DeleteWasmDeployment mocks base method.

func (*MockWasmDeploymentWriter) EXPECT

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

func (*MockWasmDeploymentWriter) PatchWasmDeployment

func (m *MockWasmDeploymentWriter) PatchWasmDeployment(ctx context.Context, obj *v1beta1.WasmDeployment, patch client.Patch, opts ...client.PatchOption) error

PatchWasmDeployment mocks base method.

func (*MockWasmDeploymentWriter) UpdateWasmDeployment

func (m *MockWasmDeploymentWriter) UpdateWasmDeployment(ctx context.Context, obj *v1beta1.WasmDeployment, opts ...client.UpdateOption) error

UpdateWasmDeployment mocks base method.

func (*MockWasmDeploymentWriter) UpsertWasmDeployment

func (m *MockWasmDeploymentWriter) UpsertWasmDeployment(ctx context.Context, obj *v1beta1.WasmDeployment, transitionFuncs ...v1beta1.WasmDeploymentTransitionFunction) error

UpsertWasmDeployment mocks base method.

type MockWasmDeploymentWriterMockRecorder

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

MockWasmDeploymentWriterMockRecorder is the mock recorder for MockWasmDeploymentWriter.

func (*MockWasmDeploymentWriterMockRecorder) CreateWasmDeployment

func (mr *MockWasmDeploymentWriterMockRecorder) CreateWasmDeployment(ctx, obj interface{}, opts ...interface{}) *gomock.Call

CreateWasmDeployment indicates an expected call of CreateWasmDeployment.

func (*MockWasmDeploymentWriterMockRecorder) DeleteAllOfWasmDeployment

func (mr *MockWasmDeploymentWriterMockRecorder) DeleteAllOfWasmDeployment(ctx interface{}, opts ...interface{}) *gomock.Call

DeleteAllOfWasmDeployment indicates an expected call of DeleteAllOfWasmDeployment.

func (*MockWasmDeploymentWriterMockRecorder) DeleteWasmDeployment

func (mr *MockWasmDeploymentWriterMockRecorder) DeleteWasmDeployment(ctx, key interface{}, opts ...interface{}) *gomock.Call

DeleteWasmDeployment indicates an expected call of DeleteWasmDeployment.

func (*MockWasmDeploymentWriterMockRecorder) PatchWasmDeployment

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

PatchWasmDeployment indicates an expected call of PatchWasmDeployment.

func (*MockWasmDeploymentWriterMockRecorder) UpdateWasmDeployment

func (mr *MockWasmDeploymentWriterMockRecorder) UpdateWasmDeployment(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateWasmDeployment indicates an expected call of UpdateWasmDeployment.

func (*MockWasmDeploymentWriterMockRecorder) UpsertWasmDeployment

func (mr *MockWasmDeploymentWriterMockRecorder) UpsertWasmDeployment(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call

UpsertWasmDeployment indicates an expected call of UpsertWasmDeployment.

Jump to

Keyboard shortcuts

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