mock_v1

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Feb 13, 2025 License: Apache-2.0 Imports: 6 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 MockAuthorizationPolicyClient

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

MockAuthorizationPolicyClient is a mock of AuthorizationPolicyClient interface.

func NewMockAuthorizationPolicyClient

func NewMockAuthorizationPolicyClient(ctrl *gomock.Controller) *MockAuthorizationPolicyClient

NewMockAuthorizationPolicyClient creates a new mock instance.

func (*MockAuthorizationPolicyClient) CreateAuthorizationPolicy

func (m *MockAuthorizationPolicyClient) CreateAuthorizationPolicy(ctx context.Context, obj *v10.AuthorizationPolicy, opts ...client.CreateOption) error

CreateAuthorizationPolicy mocks base method.

func (*MockAuthorizationPolicyClient) DeleteAllOfAuthorizationPolicy

func (m *MockAuthorizationPolicyClient) DeleteAllOfAuthorizationPolicy(ctx context.Context, opts ...client.DeleteAllOfOption) error

DeleteAllOfAuthorizationPolicy mocks base method.

func (*MockAuthorizationPolicyClient) DeleteAuthorizationPolicy

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

DeleteAuthorizationPolicy mocks base method.

func (*MockAuthorizationPolicyClient) EXPECT

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

func (*MockAuthorizationPolicyClient) GetAuthorizationPolicy

GetAuthorizationPolicy mocks base method.

func (*MockAuthorizationPolicyClient) ListAuthorizationPolicy

func (m *MockAuthorizationPolicyClient) ListAuthorizationPolicy(ctx context.Context, opts ...client.ListOption) (*v10.AuthorizationPolicyList, error)

ListAuthorizationPolicy mocks base method.

func (*MockAuthorizationPolicyClient) PatchAuthorizationPolicy

func (m *MockAuthorizationPolicyClient) PatchAuthorizationPolicy(ctx context.Context, obj *v10.AuthorizationPolicy, patch client.Patch, opts ...client.PatchOption) error

PatchAuthorizationPolicy mocks base method.

func (*MockAuthorizationPolicyClient) PatchAuthorizationPolicyStatus

func (m *MockAuthorizationPolicyClient) PatchAuthorizationPolicyStatus(ctx context.Context, obj *v10.AuthorizationPolicy, patch client.Patch, opts ...client.SubResourcePatchOption) error

PatchAuthorizationPolicyStatus mocks base method.

func (*MockAuthorizationPolicyClient) UpdateAuthorizationPolicy

func (m *MockAuthorizationPolicyClient) UpdateAuthorizationPolicy(ctx context.Context, obj *v10.AuthorizationPolicy, opts ...client.UpdateOption) error

UpdateAuthorizationPolicy mocks base method.

func (*MockAuthorizationPolicyClient) UpdateAuthorizationPolicyStatus

func (m *MockAuthorizationPolicyClient) UpdateAuthorizationPolicyStatus(ctx context.Context, obj *v10.AuthorizationPolicy, opts ...client.SubResourceUpdateOption) error

UpdateAuthorizationPolicyStatus mocks base method.

func (*MockAuthorizationPolicyClient) UpsertAuthorizationPolicy

func (m *MockAuthorizationPolicyClient) UpsertAuthorizationPolicy(ctx context.Context, obj *v10.AuthorizationPolicy, transitionFuncs ...v1.AuthorizationPolicyTransitionFunction) error

UpsertAuthorizationPolicy mocks base method.

type MockAuthorizationPolicyClientMockRecorder

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

MockAuthorizationPolicyClientMockRecorder is the mock recorder for MockAuthorizationPolicyClient.

func (*MockAuthorizationPolicyClientMockRecorder) CreateAuthorizationPolicy

func (mr *MockAuthorizationPolicyClientMockRecorder) CreateAuthorizationPolicy(ctx, obj interface{}, opts ...interface{}) *gomock.Call

CreateAuthorizationPolicy indicates an expected call of CreateAuthorizationPolicy.

func (*MockAuthorizationPolicyClientMockRecorder) DeleteAllOfAuthorizationPolicy

func (mr *MockAuthorizationPolicyClientMockRecorder) DeleteAllOfAuthorizationPolicy(ctx interface{}, opts ...interface{}) *gomock.Call

DeleteAllOfAuthorizationPolicy indicates an expected call of DeleteAllOfAuthorizationPolicy.

func (*MockAuthorizationPolicyClientMockRecorder) DeleteAuthorizationPolicy

func (mr *MockAuthorizationPolicyClientMockRecorder) DeleteAuthorizationPolicy(ctx, key interface{}, opts ...interface{}) *gomock.Call

DeleteAuthorizationPolicy indicates an expected call of DeleteAuthorizationPolicy.

func (*MockAuthorizationPolicyClientMockRecorder) GetAuthorizationPolicy

func (mr *MockAuthorizationPolicyClientMockRecorder) GetAuthorizationPolicy(ctx, key interface{}) *gomock.Call

GetAuthorizationPolicy indicates an expected call of GetAuthorizationPolicy.

func (*MockAuthorizationPolicyClientMockRecorder) ListAuthorizationPolicy

func (mr *MockAuthorizationPolicyClientMockRecorder) ListAuthorizationPolicy(ctx interface{}, opts ...interface{}) *gomock.Call

ListAuthorizationPolicy indicates an expected call of ListAuthorizationPolicy.

func (*MockAuthorizationPolicyClientMockRecorder) PatchAuthorizationPolicy

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

PatchAuthorizationPolicy indicates an expected call of PatchAuthorizationPolicy.

func (*MockAuthorizationPolicyClientMockRecorder) PatchAuthorizationPolicyStatus

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

PatchAuthorizationPolicyStatus indicates an expected call of PatchAuthorizationPolicyStatus.

func (*MockAuthorizationPolicyClientMockRecorder) UpdateAuthorizationPolicy

func (mr *MockAuthorizationPolicyClientMockRecorder) UpdateAuthorizationPolicy(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateAuthorizationPolicy indicates an expected call of UpdateAuthorizationPolicy.

func (*MockAuthorizationPolicyClientMockRecorder) UpdateAuthorizationPolicyStatus

func (mr *MockAuthorizationPolicyClientMockRecorder) UpdateAuthorizationPolicyStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateAuthorizationPolicyStatus indicates an expected call of UpdateAuthorizationPolicyStatus.

func (*MockAuthorizationPolicyClientMockRecorder) UpsertAuthorizationPolicy

func (mr *MockAuthorizationPolicyClientMockRecorder) UpsertAuthorizationPolicy(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call

UpsertAuthorizationPolicy indicates an expected call of UpsertAuthorizationPolicy.

type MockAuthorizationPolicyReader

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

MockAuthorizationPolicyReader is a mock of AuthorizationPolicyReader interface.

func NewMockAuthorizationPolicyReader

func NewMockAuthorizationPolicyReader(ctrl *gomock.Controller) *MockAuthorizationPolicyReader

NewMockAuthorizationPolicyReader creates a new mock instance.

func (*MockAuthorizationPolicyReader) EXPECT

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

func (*MockAuthorizationPolicyReader) GetAuthorizationPolicy

GetAuthorizationPolicy mocks base method.

func (*MockAuthorizationPolicyReader) ListAuthorizationPolicy

func (m *MockAuthorizationPolicyReader) ListAuthorizationPolicy(ctx context.Context, opts ...client.ListOption) (*v10.AuthorizationPolicyList, error)

ListAuthorizationPolicy mocks base method.

type MockAuthorizationPolicyReaderMockRecorder

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

MockAuthorizationPolicyReaderMockRecorder is the mock recorder for MockAuthorizationPolicyReader.

func (*MockAuthorizationPolicyReaderMockRecorder) GetAuthorizationPolicy

func (mr *MockAuthorizationPolicyReaderMockRecorder) GetAuthorizationPolicy(ctx, key interface{}) *gomock.Call

GetAuthorizationPolicy indicates an expected call of GetAuthorizationPolicy.

func (*MockAuthorizationPolicyReaderMockRecorder) ListAuthorizationPolicy

func (mr *MockAuthorizationPolicyReaderMockRecorder) ListAuthorizationPolicy(ctx interface{}, opts ...interface{}) *gomock.Call

ListAuthorizationPolicy indicates an expected call of ListAuthorizationPolicy.

type MockAuthorizationPolicyStatusWriter

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

MockAuthorizationPolicyStatusWriter is a mock of AuthorizationPolicyStatusWriter interface.

func NewMockAuthorizationPolicyStatusWriter

func NewMockAuthorizationPolicyStatusWriter(ctrl *gomock.Controller) *MockAuthorizationPolicyStatusWriter

NewMockAuthorizationPolicyStatusWriter creates a new mock instance.

func (*MockAuthorizationPolicyStatusWriter) EXPECT

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

func (*MockAuthorizationPolicyStatusWriter) PatchAuthorizationPolicyStatus

func (m *MockAuthorizationPolicyStatusWriter) PatchAuthorizationPolicyStatus(ctx context.Context, obj *v10.AuthorizationPolicy, patch client.Patch, opts ...client.SubResourcePatchOption) error

PatchAuthorizationPolicyStatus mocks base method.

func (*MockAuthorizationPolicyStatusWriter) UpdateAuthorizationPolicyStatus

func (m *MockAuthorizationPolicyStatusWriter) UpdateAuthorizationPolicyStatus(ctx context.Context, obj *v10.AuthorizationPolicy, opts ...client.SubResourceUpdateOption) error

UpdateAuthorizationPolicyStatus mocks base method.

type MockAuthorizationPolicyStatusWriterMockRecorder

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

MockAuthorizationPolicyStatusWriterMockRecorder is the mock recorder for MockAuthorizationPolicyStatusWriter.

func (*MockAuthorizationPolicyStatusWriterMockRecorder) PatchAuthorizationPolicyStatus

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

PatchAuthorizationPolicyStatus indicates an expected call of PatchAuthorizationPolicyStatus.

func (*MockAuthorizationPolicyStatusWriterMockRecorder) UpdateAuthorizationPolicyStatus

func (mr *MockAuthorizationPolicyStatusWriterMockRecorder) UpdateAuthorizationPolicyStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateAuthorizationPolicyStatus indicates an expected call of UpdateAuthorizationPolicyStatus.

type MockAuthorizationPolicyWriter

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

MockAuthorizationPolicyWriter is a mock of AuthorizationPolicyWriter interface.

func NewMockAuthorizationPolicyWriter

func NewMockAuthorizationPolicyWriter(ctrl *gomock.Controller) *MockAuthorizationPolicyWriter

NewMockAuthorizationPolicyWriter creates a new mock instance.

func (*MockAuthorizationPolicyWriter) CreateAuthorizationPolicy

func (m *MockAuthorizationPolicyWriter) CreateAuthorizationPolicy(ctx context.Context, obj *v10.AuthorizationPolicy, opts ...client.CreateOption) error

CreateAuthorizationPolicy mocks base method.

func (*MockAuthorizationPolicyWriter) DeleteAllOfAuthorizationPolicy

func (m *MockAuthorizationPolicyWriter) DeleteAllOfAuthorizationPolicy(ctx context.Context, opts ...client.DeleteAllOfOption) error

DeleteAllOfAuthorizationPolicy mocks base method.

func (*MockAuthorizationPolicyWriter) DeleteAuthorizationPolicy

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

DeleteAuthorizationPolicy mocks base method.

func (*MockAuthorizationPolicyWriter) EXPECT

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

func (*MockAuthorizationPolicyWriter) PatchAuthorizationPolicy

func (m *MockAuthorizationPolicyWriter) PatchAuthorizationPolicy(ctx context.Context, obj *v10.AuthorizationPolicy, patch client.Patch, opts ...client.PatchOption) error

PatchAuthorizationPolicy mocks base method.

func (*MockAuthorizationPolicyWriter) UpdateAuthorizationPolicy

func (m *MockAuthorizationPolicyWriter) UpdateAuthorizationPolicy(ctx context.Context, obj *v10.AuthorizationPolicy, opts ...client.UpdateOption) error

UpdateAuthorizationPolicy mocks base method.

func (*MockAuthorizationPolicyWriter) UpsertAuthorizationPolicy

func (m *MockAuthorizationPolicyWriter) UpsertAuthorizationPolicy(ctx context.Context, obj *v10.AuthorizationPolicy, transitionFuncs ...v1.AuthorizationPolicyTransitionFunction) error

UpsertAuthorizationPolicy mocks base method.

type MockAuthorizationPolicyWriterMockRecorder

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

MockAuthorizationPolicyWriterMockRecorder is the mock recorder for MockAuthorizationPolicyWriter.

func (*MockAuthorizationPolicyWriterMockRecorder) CreateAuthorizationPolicy

func (mr *MockAuthorizationPolicyWriterMockRecorder) CreateAuthorizationPolicy(ctx, obj interface{}, opts ...interface{}) *gomock.Call

CreateAuthorizationPolicy indicates an expected call of CreateAuthorizationPolicy.

func (*MockAuthorizationPolicyWriterMockRecorder) DeleteAllOfAuthorizationPolicy

func (mr *MockAuthorizationPolicyWriterMockRecorder) DeleteAllOfAuthorizationPolicy(ctx interface{}, opts ...interface{}) *gomock.Call

DeleteAllOfAuthorizationPolicy indicates an expected call of DeleteAllOfAuthorizationPolicy.

func (*MockAuthorizationPolicyWriterMockRecorder) DeleteAuthorizationPolicy

func (mr *MockAuthorizationPolicyWriterMockRecorder) DeleteAuthorizationPolicy(ctx, key interface{}, opts ...interface{}) *gomock.Call

DeleteAuthorizationPolicy indicates an expected call of DeleteAuthorizationPolicy.

func (*MockAuthorizationPolicyWriterMockRecorder) PatchAuthorizationPolicy

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

PatchAuthorizationPolicy indicates an expected call of PatchAuthorizationPolicy.

func (*MockAuthorizationPolicyWriterMockRecorder) UpdateAuthorizationPolicy

func (mr *MockAuthorizationPolicyWriterMockRecorder) UpdateAuthorizationPolicy(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateAuthorizationPolicy indicates an expected call of UpdateAuthorizationPolicy.

func (*MockAuthorizationPolicyWriterMockRecorder) UpsertAuthorizationPolicy

func (mr *MockAuthorizationPolicyWriterMockRecorder) UpsertAuthorizationPolicy(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call

UpsertAuthorizationPolicy indicates an expected call of UpsertAuthorizationPolicy.

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) AuthorizationPolicies

func (m *MockClientset) AuthorizationPolicies() v1.AuthorizationPolicyClient

AuthorizationPolicies mocks base method.

func (*MockClientset) EXPECT

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

func (*MockClientset) PeerAuthentications

func (m *MockClientset) PeerAuthentications() v1.PeerAuthenticationClient

PeerAuthentications mocks base method.

func (*MockClientset) RequestAuthentications

func (m *MockClientset) RequestAuthentications() v1.RequestAuthenticationClient

RequestAuthentications mocks base method.

type MockClientsetMockRecorder

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

MockClientsetMockRecorder is the mock recorder for MockClientset.

func (*MockClientsetMockRecorder) AuthorizationPolicies

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

AuthorizationPolicies indicates an expected call of AuthorizationPolicies.

func (*MockClientsetMockRecorder) PeerAuthentications

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

PeerAuthentications indicates an expected call of PeerAuthentications.

func (*MockClientsetMockRecorder) RequestAuthentications

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

RequestAuthentications indicates an expected call of RequestAuthentications.

type MockMulticlusterAuthorizationPolicyClient

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

MockMulticlusterAuthorizationPolicyClient is a mock of MulticlusterAuthorizationPolicyClient interface.

func NewMockMulticlusterAuthorizationPolicyClient

func NewMockMulticlusterAuthorizationPolicyClient(ctrl *gomock.Controller) *MockMulticlusterAuthorizationPolicyClient

NewMockMulticlusterAuthorizationPolicyClient creates a new mock instance.

func (*MockMulticlusterAuthorizationPolicyClient) Cluster

Cluster mocks base method.

func (*MockMulticlusterAuthorizationPolicyClient) EXPECT

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

type MockMulticlusterAuthorizationPolicyClientMockRecorder

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

MockMulticlusterAuthorizationPolicyClientMockRecorder is the mock recorder for MockMulticlusterAuthorizationPolicyClient.

func (*MockMulticlusterAuthorizationPolicyClientMockRecorder) Cluster

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

Cluster indicates an expected call of Cluster.

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 MockMulticlusterPeerAuthenticationClient

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

MockMulticlusterPeerAuthenticationClient is a mock of MulticlusterPeerAuthenticationClient interface.

func NewMockMulticlusterPeerAuthenticationClient

func NewMockMulticlusterPeerAuthenticationClient(ctrl *gomock.Controller) *MockMulticlusterPeerAuthenticationClient

NewMockMulticlusterPeerAuthenticationClient creates a new mock instance.

func (*MockMulticlusterPeerAuthenticationClient) Cluster

Cluster mocks base method.

func (*MockMulticlusterPeerAuthenticationClient) EXPECT

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

type MockMulticlusterPeerAuthenticationClientMockRecorder

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

MockMulticlusterPeerAuthenticationClientMockRecorder is the mock recorder for MockMulticlusterPeerAuthenticationClient.

func (*MockMulticlusterPeerAuthenticationClientMockRecorder) Cluster

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

Cluster indicates an expected call of Cluster.

type MockMulticlusterRequestAuthenticationClient

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

MockMulticlusterRequestAuthenticationClient is a mock of MulticlusterRequestAuthenticationClient interface.

func NewMockMulticlusterRequestAuthenticationClient

func NewMockMulticlusterRequestAuthenticationClient(ctrl *gomock.Controller) *MockMulticlusterRequestAuthenticationClient

NewMockMulticlusterRequestAuthenticationClient creates a new mock instance.

func (*MockMulticlusterRequestAuthenticationClient) Cluster

Cluster mocks base method.

func (*MockMulticlusterRequestAuthenticationClient) EXPECT

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

type MockMulticlusterRequestAuthenticationClientMockRecorder

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

MockMulticlusterRequestAuthenticationClientMockRecorder is the mock recorder for MockMulticlusterRequestAuthenticationClient.

func (*MockMulticlusterRequestAuthenticationClientMockRecorder) Cluster

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

Cluster indicates an expected call of Cluster.

type MockPeerAuthenticationClient

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

MockPeerAuthenticationClient is a mock of PeerAuthenticationClient interface.

func NewMockPeerAuthenticationClient

func NewMockPeerAuthenticationClient(ctrl *gomock.Controller) *MockPeerAuthenticationClient

NewMockPeerAuthenticationClient creates a new mock instance.

func (*MockPeerAuthenticationClient) CreatePeerAuthentication

func (m *MockPeerAuthenticationClient) CreatePeerAuthentication(ctx context.Context, obj *v10.PeerAuthentication, opts ...client.CreateOption) error

CreatePeerAuthentication mocks base method.

func (*MockPeerAuthenticationClient) DeleteAllOfPeerAuthentication

func (m *MockPeerAuthenticationClient) DeleteAllOfPeerAuthentication(ctx context.Context, opts ...client.DeleteAllOfOption) error

DeleteAllOfPeerAuthentication mocks base method.

func (*MockPeerAuthenticationClient) DeletePeerAuthentication

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

DeletePeerAuthentication mocks base method.

func (*MockPeerAuthenticationClient) EXPECT

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

func (*MockPeerAuthenticationClient) GetPeerAuthentication

GetPeerAuthentication mocks base method.

func (*MockPeerAuthenticationClient) ListPeerAuthentication

func (m *MockPeerAuthenticationClient) ListPeerAuthentication(ctx context.Context, opts ...client.ListOption) (*v10.PeerAuthenticationList, error)

ListPeerAuthentication mocks base method.

func (*MockPeerAuthenticationClient) PatchPeerAuthentication

func (m *MockPeerAuthenticationClient) PatchPeerAuthentication(ctx context.Context, obj *v10.PeerAuthentication, patch client.Patch, opts ...client.PatchOption) error

PatchPeerAuthentication mocks base method.

func (*MockPeerAuthenticationClient) PatchPeerAuthenticationStatus

func (m *MockPeerAuthenticationClient) PatchPeerAuthenticationStatus(ctx context.Context, obj *v10.PeerAuthentication, patch client.Patch, opts ...client.SubResourcePatchOption) error

PatchPeerAuthenticationStatus mocks base method.

func (*MockPeerAuthenticationClient) UpdatePeerAuthentication

func (m *MockPeerAuthenticationClient) UpdatePeerAuthentication(ctx context.Context, obj *v10.PeerAuthentication, opts ...client.UpdateOption) error

UpdatePeerAuthentication mocks base method.

func (*MockPeerAuthenticationClient) UpdatePeerAuthenticationStatus

func (m *MockPeerAuthenticationClient) UpdatePeerAuthenticationStatus(ctx context.Context, obj *v10.PeerAuthentication, opts ...client.SubResourceUpdateOption) error

UpdatePeerAuthenticationStatus mocks base method.

func (*MockPeerAuthenticationClient) UpsertPeerAuthentication

func (m *MockPeerAuthenticationClient) UpsertPeerAuthentication(ctx context.Context, obj *v10.PeerAuthentication, transitionFuncs ...v1.PeerAuthenticationTransitionFunction) error

UpsertPeerAuthentication mocks base method.

type MockPeerAuthenticationClientMockRecorder

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

MockPeerAuthenticationClientMockRecorder is the mock recorder for MockPeerAuthenticationClient.

func (*MockPeerAuthenticationClientMockRecorder) CreatePeerAuthentication

func (mr *MockPeerAuthenticationClientMockRecorder) CreatePeerAuthentication(ctx, obj interface{}, opts ...interface{}) *gomock.Call

CreatePeerAuthentication indicates an expected call of CreatePeerAuthentication.

func (*MockPeerAuthenticationClientMockRecorder) DeleteAllOfPeerAuthentication

func (mr *MockPeerAuthenticationClientMockRecorder) DeleteAllOfPeerAuthentication(ctx interface{}, opts ...interface{}) *gomock.Call

DeleteAllOfPeerAuthentication indicates an expected call of DeleteAllOfPeerAuthentication.

func (*MockPeerAuthenticationClientMockRecorder) DeletePeerAuthentication

func (mr *MockPeerAuthenticationClientMockRecorder) DeletePeerAuthentication(ctx, key interface{}, opts ...interface{}) *gomock.Call

DeletePeerAuthentication indicates an expected call of DeletePeerAuthentication.

func (*MockPeerAuthenticationClientMockRecorder) GetPeerAuthentication

func (mr *MockPeerAuthenticationClientMockRecorder) GetPeerAuthentication(ctx, key interface{}) *gomock.Call

GetPeerAuthentication indicates an expected call of GetPeerAuthentication.

func (*MockPeerAuthenticationClientMockRecorder) ListPeerAuthentication

func (mr *MockPeerAuthenticationClientMockRecorder) ListPeerAuthentication(ctx interface{}, opts ...interface{}) *gomock.Call

ListPeerAuthentication indicates an expected call of ListPeerAuthentication.

func (*MockPeerAuthenticationClientMockRecorder) PatchPeerAuthentication

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

PatchPeerAuthentication indicates an expected call of PatchPeerAuthentication.

func (*MockPeerAuthenticationClientMockRecorder) PatchPeerAuthenticationStatus

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

PatchPeerAuthenticationStatus indicates an expected call of PatchPeerAuthenticationStatus.

func (*MockPeerAuthenticationClientMockRecorder) UpdatePeerAuthentication

func (mr *MockPeerAuthenticationClientMockRecorder) UpdatePeerAuthentication(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdatePeerAuthentication indicates an expected call of UpdatePeerAuthentication.

func (*MockPeerAuthenticationClientMockRecorder) UpdatePeerAuthenticationStatus

func (mr *MockPeerAuthenticationClientMockRecorder) UpdatePeerAuthenticationStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdatePeerAuthenticationStatus indicates an expected call of UpdatePeerAuthenticationStatus.

func (*MockPeerAuthenticationClientMockRecorder) UpsertPeerAuthentication

func (mr *MockPeerAuthenticationClientMockRecorder) UpsertPeerAuthentication(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call

UpsertPeerAuthentication indicates an expected call of UpsertPeerAuthentication.

type MockPeerAuthenticationReader

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

MockPeerAuthenticationReader is a mock of PeerAuthenticationReader interface.

func NewMockPeerAuthenticationReader

func NewMockPeerAuthenticationReader(ctrl *gomock.Controller) *MockPeerAuthenticationReader

NewMockPeerAuthenticationReader creates a new mock instance.

func (*MockPeerAuthenticationReader) EXPECT

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

func (*MockPeerAuthenticationReader) GetPeerAuthentication

GetPeerAuthentication mocks base method.

func (*MockPeerAuthenticationReader) ListPeerAuthentication

func (m *MockPeerAuthenticationReader) ListPeerAuthentication(ctx context.Context, opts ...client.ListOption) (*v10.PeerAuthenticationList, error)

ListPeerAuthentication mocks base method.

type MockPeerAuthenticationReaderMockRecorder

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

MockPeerAuthenticationReaderMockRecorder is the mock recorder for MockPeerAuthenticationReader.

func (*MockPeerAuthenticationReaderMockRecorder) GetPeerAuthentication

func (mr *MockPeerAuthenticationReaderMockRecorder) GetPeerAuthentication(ctx, key interface{}) *gomock.Call

GetPeerAuthentication indicates an expected call of GetPeerAuthentication.

func (*MockPeerAuthenticationReaderMockRecorder) ListPeerAuthentication

func (mr *MockPeerAuthenticationReaderMockRecorder) ListPeerAuthentication(ctx interface{}, opts ...interface{}) *gomock.Call

ListPeerAuthentication indicates an expected call of ListPeerAuthentication.

type MockPeerAuthenticationStatusWriter

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

MockPeerAuthenticationStatusWriter is a mock of PeerAuthenticationStatusWriter interface.

func NewMockPeerAuthenticationStatusWriter

func NewMockPeerAuthenticationStatusWriter(ctrl *gomock.Controller) *MockPeerAuthenticationStatusWriter

NewMockPeerAuthenticationStatusWriter creates a new mock instance.

func (*MockPeerAuthenticationStatusWriter) EXPECT

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

func (*MockPeerAuthenticationStatusWriter) PatchPeerAuthenticationStatus

func (m *MockPeerAuthenticationStatusWriter) PatchPeerAuthenticationStatus(ctx context.Context, obj *v10.PeerAuthentication, patch client.Patch, opts ...client.SubResourcePatchOption) error

PatchPeerAuthenticationStatus mocks base method.

func (*MockPeerAuthenticationStatusWriter) UpdatePeerAuthenticationStatus

func (m *MockPeerAuthenticationStatusWriter) UpdatePeerAuthenticationStatus(ctx context.Context, obj *v10.PeerAuthentication, opts ...client.SubResourceUpdateOption) error

UpdatePeerAuthenticationStatus mocks base method.

type MockPeerAuthenticationStatusWriterMockRecorder

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

MockPeerAuthenticationStatusWriterMockRecorder is the mock recorder for MockPeerAuthenticationStatusWriter.

func (*MockPeerAuthenticationStatusWriterMockRecorder) PatchPeerAuthenticationStatus

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

PatchPeerAuthenticationStatus indicates an expected call of PatchPeerAuthenticationStatus.

func (*MockPeerAuthenticationStatusWriterMockRecorder) UpdatePeerAuthenticationStatus

func (mr *MockPeerAuthenticationStatusWriterMockRecorder) UpdatePeerAuthenticationStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdatePeerAuthenticationStatus indicates an expected call of UpdatePeerAuthenticationStatus.

type MockPeerAuthenticationWriter

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

MockPeerAuthenticationWriter is a mock of PeerAuthenticationWriter interface.

func NewMockPeerAuthenticationWriter

func NewMockPeerAuthenticationWriter(ctrl *gomock.Controller) *MockPeerAuthenticationWriter

NewMockPeerAuthenticationWriter creates a new mock instance.

func (*MockPeerAuthenticationWriter) CreatePeerAuthentication

func (m *MockPeerAuthenticationWriter) CreatePeerAuthentication(ctx context.Context, obj *v10.PeerAuthentication, opts ...client.CreateOption) error

CreatePeerAuthentication mocks base method.

func (*MockPeerAuthenticationWriter) DeleteAllOfPeerAuthentication

func (m *MockPeerAuthenticationWriter) DeleteAllOfPeerAuthentication(ctx context.Context, opts ...client.DeleteAllOfOption) error

DeleteAllOfPeerAuthentication mocks base method.

func (*MockPeerAuthenticationWriter) DeletePeerAuthentication

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

DeletePeerAuthentication mocks base method.

func (*MockPeerAuthenticationWriter) EXPECT

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

func (*MockPeerAuthenticationWriter) PatchPeerAuthentication

func (m *MockPeerAuthenticationWriter) PatchPeerAuthentication(ctx context.Context, obj *v10.PeerAuthentication, patch client.Patch, opts ...client.PatchOption) error

PatchPeerAuthentication mocks base method.

func (*MockPeerAuthenticationWriter) UpdatePeerAuthentication

func (m *MockPeerAuthenticationWriter) UpdatePeerAuthentication(ctx context.Context, obj *v10.PeerAuthentication, opts ...client.UpdateOption) error

UpdatePeerAuthentication mocks base method.

func (*MockPeerAuthenticationWriter) UpsertPeerAuthentication

func (m *MockPeerAuthenticationWriter) UpsertPeerAuthentication(ctx context.Context, obj *v10.PeerAuthentication, transitionFuncs ...v1.PeerAuthenticationTransitionFunction) error

UpsertPeerAuthentication mocks base method.

type MockPeerAuthenticationWriterMockRecorder

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

MockPeerAuthenticationWriterMockRecorder is the mock recorder for MockPeerAuthenticationWriter.

func (*MockPeerAuthenticationWriterMockRecorder) CreatePeerAuthentication

func (mr *MockPeerAuthenticationWriterMockRecorder) CreatePeerAuthentication(ctx, obj interface{}, opts ...interface{}) *gomock.Call

CreatePeerAuthentication indicates an expected call of CreatePeerAuthentication.

func (*MockPeerAuthenticationWriterMockRecorder) DeleteAllOfPeerAuthentication

func (mr *MockPeerAuthenticationWriterMockRecorder) DeleteAllOfPeerAuthentication(ctx interface{}, opts ...interface{}) *gomock.Call

DeleteAllOfPeerAuthentication indicates an expected call of DeleteAllOfPeerAuthentication.

func (*MockPeerAuthenticationWriterMockRecorder) DeletePeerAuthentication

func (mr *MockPeerAuthenticationWriterMockRecorder) DeletePeerAuthentication(ctx, key interface{}, opts ...interface{}) *gomock.Call

DeletePeerAuthentication indicates an expected call of DeletePeerAuthentication.

func (*MockPeerAuthenticationWriterMockRecorder) PatchPeerAuthentication

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

PatchPeerAuthentication indicates an expected call of PatchPeerAuthentication.

func (*MockPeerAuthenticationWriterMockRecorder) UpdatePeerAuthentication

func (mr *MockPeerAuthenticationWriterMockRecorder) UpdatePeerAuthentication(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdatePeerAuthentication indicates an expected call of UpdatePeerAuthentication.

func (*MockPeerAuthenticationWriterMockRecorder) UpsertPeerAuthentication

func (mr *MockPeerAuthenticationWriterMockRecorder) UpsertPeerAuthentication(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call

UpsertPeerAuthentication indicates an expected call of UpsertPeerAuthentication.

type MockRequestAuthenticationClient

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

MockRequestAuthenticationClient is a mock of RequestAuthenticationClient interface.

func NewMockRequestAuthenticationClient

func NewMockRequestAuthenticationClient(ctrl *gomock.Controller) *MockRequestAuthenticationClient

NewMockRequestAuthenticationClient creates a new mock instance.

func (*MockRequestAuthenticationClient) CreateRequestAuthentication

func (m *MockRequestAuthenticationClient) CreateRequestAuthentication(ctx context.Context, obj *v10.RequestAuthentication, opts ...client.CreateOption) error

CreateRequestAuthentication mocks base method.

func (*MockRequestAuthenticationClient) DeleteAllOfRequestAuthentication

func (m *MockRequestAuthenticationClient) DeleteAllOfRequestAuthentication(ctx context.Context, opts ...client.DeleteAllOfOption) error

DeleteAllOfRequestAuthentication mocks base method.

func (*MockRequestAuthenticationClient) DeleteRequestAuthentication

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

DeleteRequestAuthentication mocks base method.

func (*MockRequestAuthenticationClient) EXPECT

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

func (*MockRequestAuthenticationClient) GetRequestAuthentication

GetRequestAuthentication mocks base method.

func (*MockRequestAuthenticationClient) ListRequestAuthentication

func (m *MockRequestAuthenticationClient) ListRequestAuthentication(ctx context.Context, opts ...client.ListOption) (*v10.RequestAuthenticationList, error)

ListRequestAuthentication mocks base method.

func (*MockRequestAuthenticationClient) PatchRequestAuthentication

func (m *MockRequestAuthenticationClient) PatchRequestAuthentication(ctx context.Context, obj *v10.RequestAuthentication, patch client.Patch, opts ...client.PatchOption) error

PatchRequestAuthentication mocks base method.

func (*MockRequestAuthenticationClient) PatchRequestAuthenticationStatus

func (m *MockRequestAuthenticationClient) PatchRequestAuthenticationStatus(ctx context.Context, obj *v10.RequestAuthentication, patch client.Patch, opts ...client.SubResourcePatchOption) error

PatchRequestAuthenticationStatus mocks base method.

func (*MockRequestAuthenticationClient) UpdateRequestAuthentication

func (m *MockRequestAuthenticationClient) UpdateRequestAuthentication(ctx context.Context, obj *v10.RequestAuthentication, opts ...client.UpdateOption) error

UpdateRequestAuthentication mocks base method.

func (*MockRequestAuthenticationClient) UpdateRequestAuthenticationStatus

func (m *MockRequestAuthenticationClient) UpdateRequestAuthenticationStatus(ctx context.Context, obj *v10.RequestAuthentication, opts ...client.SubResourceUpdateOption) error

UpdateRequestAuthenticationStatus mocks base method.

func (*MockRequestAuthenticationClient) UpsertRequestAuthentication

func (m *MockRequestAuthenticationClient) UpsertRequestAuthentication(ctx context.Context, obj *v10.RequestAuthentication, transitionFuncs ...v1.RequestAuthenticationTransitionFunction) error

UpsertRequestAuthentication mocks base method.

type MockRequestAuthenticationClientMockRecorder

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

MockRequestAuthenticationClientMockRecorder is the mock recorder for MockRequestAuthenticationClient.

func (*MockRequestAuthenticationClientMockRecorder) CreateRequestAuthentication

func (mr *MockRequestAuthenticationClientMockRecorder) CreateRequestAuthentication(ctx, obj interface{}, opts ...interface{}) *gomock.Call

CreateRequestAuthentication indicates an expected call of CreateRequestAuthentication.

func (*MockRequestAuthenticationClientMockRecorder) DeleteAllOfRequestAuthentication

func (mr *MockRequestAuthenticationClientMockRecorder) DeleteAllOfRequestAuthentication(ctx interface{}, opts ...interface{}) *gomock.Call

DeleteAllOfRequestAuthentication indicates an expected call of DeleteAllOfRequestAuthentication.

func (*MockRequestAuthenticationClientMockRecorder) DeleteRequestAuthentication

func (mr *MockRequestAuthenticationClientMockRecorder) DeleteRequestAuthentication(ctx, key interface{}, opts ...interface{}) *gomock.Call

DeleteRequestAuthentication indicates an expected call of DeleteRequestAuthentication.

func (*MockRequestAuthenticationClientMockRecorder) GetRequestAuthentication

func (mr *MockRequestAuthenticationClientMockRecorder) GetRequestAuthentication(ctx, key interface{}) *gomock.Call

GetRequestAuthentication indicates an expected call of GetRequestAuthentication.

func (*MockRequestAuthenticationClientMockRecorder) ListRequestAuthentication

func (mr *MockRequestAuthenticationClientMockRecorder) ListRequestAuthentication(ctx interface{}, opts ...interface{}) *gomock.Call

ListRequestAuthentication indicates an expected call of ListRequestAuthentication.

func (*MockRequestAuthenticationClientMockRecorder) PatchRequestAuthentication

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

PatchRequestAuthentication indicates an expected call of PatchRequestAuthentication.

func (*MockRequestAuthenticationClientMockRecorder) PatchRequestAuthenticationStatus

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

PatchRequestAuthenticationStatus indicates an expected call of PatchRequestAuthenticationStatus.

func (*MockRequestAuthenticationClientMockRecorder) UpdateRequestAuthentication

func (mr *MockRequestAuthenticationClientMockRecorder) UpdateRequestAuthentication(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateRequestAuthentication indicates an expected call of UpdateRequestAuthentication.

func (*MockRequestAuthenticationClientMockRecorder) UpdateRequestAuthenticationStatus

func (mr *MockRequestAuthenticationClientMockRecorder) UpdateRequestAuthenticationStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateRequestAuthenticationStatus indicates an expected call of UpdateRequestAuthenticationStatus.

func (*MockRequestAuthenticationClientMockRecorder) UpsertRequestAuthentication

func (mr *MockRequestAuthenticationClientMockRecorder) UpsertRequestAuthentication(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call

UpsertRequestAuthentication indicates an expected call of UpsertRequestAuthentication.

type MockRequestAuthenticationReader

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

MockRequestAuthenticationReader is a mock of RequestAuthenticationReader interface.

func NewMockRequestAuthenticationReader

func NewMockRequestAuthenticationReader(ctrl *gomock.Controller) *MockRequestAuthenticationReader

NewMockRequestAuthenticationReader creates a new mock instance.

func (*MockRequestAuthenticationReader) EXPECT

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

func (*MockRequestAuthenticationReader) GetRequestAuthentication

GetRequestAuthentication mocks base method.

func (*MockRequestAuthenticationReader) ListRequestAuthentication

func (m *MockRequestAuthenticationReader) ListRequestAuthentication(ctx context.Context, opts ...client.ListOption) (*v10.RequestAuthenticationList, error)

ListRequestAuthentication mocks base method.

type MockRequestAuthenticationReaderMockRecorder

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

MockRequestAuthenticationReaderMockRecorder is the mock recorder for MockRequestAuthenticationReader.

func (*MockRequestAuthenticationReaderMockRecorder) GetRequestAuthentication

func (mr *MockRequestAuthenticationReaderMockRecorder) GetRequestAuthentication(ctx, key interface{}) *gomock.Call

GetRequestAuthentication indicates an expected call of GetRequestAuthentication.

func (*MockRequestAuthenticationReaderMockRecorder) ListRequestAuthentication

func (mr *MockRequestAuthenticationReaderMockRecorder) ListRequestAuthentication(ctx interface{}, opts ...interface{}) *gomock.Call

ListRequestAuthentication indicates an expected call of ListRequestAuthentication.

type MockRequestAuthenticationStatusWriter

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

MockRequestAuthenticationStatusWriter is a mock of RequestAuthenticationStatusWriter interface.

func NewMockRequestAuthenticationStatusWriter

func NewMockRequestAuthenticationStatusWriter(ctrl *gomock.Controller) *MockRequestAuthenticationStatusWriter

NewMockRequestAuthenticationStatusWriter creates a new mock instance.

func (*MockRequestAuthenticationStatusWriter) EXPECT

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

func (*MockRequestAuthenticationStatusWriter) PatchRequestAuthenticationStatus

func (m *MockRequestAuthenticationStatusWriter) PatchRequestAuthenticationStatus(ctx context.Context, obj *v10.RequestAuthentication, patch client.Patch, opts ...client.SubResourcePatchOption) error

PatchRequestAuthenticationStatus mocks base method.

func (*MockRequestAuthenticationStatusWriter) UpdateRequestAuthenticationStatus

func (m *MockRequestAuthenticationStatusWriter) UpdateRequestAuthenticationStatus(ctx context.Context, obj *v10.RequestAuthentication, opts ...client.SubResourceUpdateOption) error

UpdateRequestAuthenticationStatus mocks base method.

type MockRequestAuthenticationStatusWriterMockRecorder

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

MockRequestAuthenticationStatusWriterMockRecorder is the mock recorder for MockRequestAuthenticationStatusWriter.

func (*MockRequestAuthenticationStatusWriterMockRecorder) PatchRequestAuthenticationStatus

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

PatchRequestAuthenticationStatus indicates an expected call of PatchRequestAuthenticationStatus.

func (*MockRequestAuthenticationStatusWriterMockRecorder) UpdateRequestAuthenticationStatus

func (mr *MockRequestAuthenticationStatusWriterMockRecorder) UpdateRequestAuthenticationStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateRequestAuthenticationStatus indicates an expected call of UpdateRequestAuthenticationStatus.

type MockRequestAuthenticationWriter

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

MockRequestAuthenticationWriter is a mock of RequestAuthenticationWriter interface.

func NewMockRequestAuthenticationWriter

func NewMockRequestAuthenticationWriter(ctrl *gomock.Controller) *MockRequestAuthenticationWriter

NewMockRequestAuthenticationWriter creates a new mock instance.

func (*MockRequestAuthenticationWriter) CreateRequestAuthentication

func (m *MockRequestAuthenticationWriter) CreateRequestAuthentication(ctx context.Context, obj *v10.RequestAuthentication, opts ...client.CreateOption) error

CreateRequestAuthentication mocks base method.

func (*MockRequestAuthenticationWriter) DeleteAllOfRequestAuthentication

func (m *MockRequestAuthenticationWriter) DeleteAllOfRequestAuthentication(ctx context.Context, opts ...client.DeleteAllOfOption) error

DeleteAllOfRequestAuthentication mocks base method.

func (*MockRequestAuthenticationWriter) DeleteRequestAuthentication

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

DeleteRequestAuthentication mocks base method.

func (*MockRequestAuthenticationWriter) EXPECT

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

func (*MockRequestAuthenticationWriter) PatchRequestAuthentication

func (m *MockRequestAuthenticationWriter) PatchRequestAuthentication(ctx context.Context, obj *v10.RequestAuthentication, patch client.Patch, opts ...client.PatchOption) error

PatchRequestAuthentication mocks base method.

func (*MockRequestAuthenticationWriter) UpdateRequestAuthentication

func (m *MockRequestAuthenticationWriter) UpdateRequestAuthentication(ctx context.Context, obj *v10.RequestAuthentication, opts ...client.UpdateOption) error

UpdateRequestAuthentication mocks base method.

func (*MockRequestAuthenticationWriter) UpsertRequestAuthentication

func (m *MockRequestAuthenticationWriter) UpsertRequestAuthentication(ctx context.Context, obj *v10.RequestAuthentication, transitionFuncs ...v1.RequestAuthenticationTransitionFunction) error

UpsertRequestAuthentication mocks base method.

type MockRequestAuthenticationWriterMockRecorder

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

MockRequestAuthenticationWriterMockRecorder is the mock recorder for MockRequestAuthenticationWriter.

func (*MockRequestAuthenticationWriterMockRecorder) CreateRequestAuthentication

func (mr *MockRequestAuthenticationWriterMockRecorder) CreateRequestAuthentication(ctx, obj interface{}, opts ...interface{}) *gomock.Call

CreateRequestAuthentication indicates an expected call of CreateRequestAuthentication.

func (*MockRequestAuthenticationWriterMockRecorder) DeleteAllOfRequestAuthentication

func (mr *MockRequestAuthenticationWriterMockRecorder) DeleteAllOfRequestAuthentication(ctx interface{}, opts ...interface{}) *gomock.Call

DeleteAllOfRequestAuthentication indicates an expected call of DeleteAllOfRequestAuthentication.

func (*MockRequestAuthenticationWriterMockRecorder) DeleteRequestAuthentication

func (mr *MockRequestAuthenticationWriterMockRecorder) DeleteRequestAuthentication(ctx, key interface{}, opts ...interface{}) *gomock.Call

DeleteRequestAuthentication indicates an expected call of DeleteRequestAuthentication.

func (*MockRequestAuthenticationWriterMockRecorder) PatchRequestAuthentication

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

PatchRequestAuthentication indicates an expected call of PatchRequestAuthentication.

func (*MockRequestAuthenticationWriterMockRecorder) UpdateRequestAuthentication

func (mr *MockRequestAuthenticationWriterMockRecorder) UpdateRequestAuthentication(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateRequestAuthentication indicates an expected call of UpdateRequestAuthentication.

func (*MockRequestAuthenticationWriterMockRecorder) UpsertRequestAuthentication

func (mr *MockRequestAuthenticationWriterMockRecorder) UpsertRequestAuthentication(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call

UpsertRequestAuthentication indicates an expected call of UpsertRequestAuthentication.

Jump to

Keyboard shortcuts

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