mock_v1beta1

package
v0.2.8 Latest Latest
Warning

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

Go to latest
Published: May 29, 2024 License: Apache-2.0 Imports: 6 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 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 *v1beta10.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

ListAuthorizationPolicy mocks base method.

func (*MockAuthorizationPolicyClient) PatchAuthorizationPolicy

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

PatchAuthorizationPolicy mocks base method.

func (*MockAuthorizationPolicyClient) PatchAuthorizationPolicyStatus

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

PatchAuthorizationPolicyStatus mocks base method.

func (*MockAuthorizationPolicyClient) UpdateAuthorizationPolicy

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

UpdateAuthorizationPolicy mocks base method.

func (*MockAuthorizationPolicyClient) UpdateAuthorizationPolicyStatus

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

UpdateAuthorizationPolicyStatus mocks base method.

func (*MockAuthorizationPolicyClient) UpsertAuthorizationPolicy

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

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

PatchAuthorizationPolicyStatus mocks base method.

func (*MockAuthorizationPolicyStatusWriter) UpdateAuthorizationPolicyStatus

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 *v1beta10.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 *v1beta10.AuthorizationPolicy, patch client.Patch, opts ...client.PatchOption) error

PatchAuthorizationPolicy mocks base method.

func (*MockAuthorizationPolicyWriter) UpdateAuthorizationPolicy

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

UpdateAuthorizationPolicy mocks base method.

func (*MockAuthorizationPolicyWriter) UpsertAuthorizationPolicy

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() v1beta1.AuthorizationPolicyClient

AuthorizationPolicies mocks base method.

func (*MockClientset) EXPECT

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

func (*MockClientset) PeerAuthentications added in v0.1.7

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

PeerAuthentications mocks base method.

func (*MockClientset) RequestAuthentications added in v0.2.7

func (m *MockClientset) RequestAuthentications() v1beta1.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 added in v0.1.7

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

PeerAuthentications indicates an expected call of PeerAuthentications.

func (*MockClientsetMockRecorder) RequestAuthentications added in v0.2.7

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) (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 MockMulticlusterPeerAuthenticationClient added in v0.1.7

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

MockMulticlusterPeerAuthenticationClient is a mock of MulticlusterPeerAuthenticationClient interface.

func NewMockMulticlusterPeerAuthenticationClient added in v0.1.7

func NewMockMulticlusterPeerAuthenticationClient(ctrl *gomock.Controller) *MockMulticlusterPeerAuthenticationClient

NewMockMulticlusterPeerAuthenticationClient creates a new mock instance.

func (*MockMulticlusterPeerAuthenticationClient) Cluster added in v0.1.7

Cluster mocks base method.

func (*MockMulticlusterPeerAuthenticationClient) EXPECT added in v0.1.7

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

type MockMulticlusterPeerAuthenticationClientMockRecorder added in v0.1.7

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

MockMulticlusterPeerAuthenticationClientMockRecorder is the mock recorder for MockMulticlusterPeerAuthenticationClient.

func (*MockMulticlusterPeerAuthenticationClientMockRecorder) Cluster added in v0.1.7

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

Cluster indicates an expected call of Cluster.

type MockMulticlusterRequestAuthenticationClient added in v0.2.7

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

MockMulticlusterRequestAuthenticationClient is a mock of MulticlusterRequestAuthenticationClient interface.

func NewMockMulticlusterRequestAuthenticationClient added in v0.2.7

func NewMockMulticlusterRequestAuthenticationClient(ctrl *gomock.Controller) *MockMulticlusterRequestAuthenticationClient

NewMockMulticlusterRequestAuthenticationClient creates a new mock instance.

func (*MockMulticlusterRequestAuthenticationClient) Cluster added in v0.2.7

Cluster mocks base method.

func (*MockMulticlusterRequestAuthenticationClient) EXPECT added in v0.2.7

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

type MockMulticlusterRequestAuthenticationClientMockRecorder added in v0.2.7

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

MockMulticlusterRequestAuthenticationClientMockRecorder is the mock recorder for MockMulticlusterRequestAuthenticationClient.

func (*MockMulticlusterRequestAuthenticationClientMockRecorder) Cluster added in v0.2.7

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

Cluster indicates an expected call of Cluster.

type MockPeerAuthenticationClient added in v0.1.7

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

MockPeerAuthenticationClient is a mock of PeerAuthenticationClient interface.

func NewMockPeerAuthenticationClient added in v0.1.7

func NewMockPeerAuthenticationClient(ctrl *gomock.Controller) *MockPeerAuthenticationClient

NewMockPeerAuthenticationClient creates a new mock instance.

func (*MockPeerAuthenticationClient) CreatePeerAuthentication added in v0.1.7

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

CreatePeerAuthentication mocks base method.

func (*MockPeerAuthenticationClient) DeleteAllOfPeerAuthentication added in v0.1.7

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

DeleteAllOfPeerAuthentication mocks base method.

func (*MockPeerAuthenticationClient) DeletePeerAuthentication added in v0.1.7

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

DeletePeerAuthentication mocks base method.

func (*MockPeerAuthenticationClient) EXPECT added in v0.1.7

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

func (*MockPeerAuthenticationClient) GetPeerAuthentication added in v0.1.7

GetPeerAuthentication mocks base method.

func (*MockPeerAuthenticationClient) ListPeerAuthentication added in v0.1.7

ListPeerAuthentication mocks base method.

func (*MockPeerAuthenticationClient) PatchPeerAuthentication added in v0.1.7

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

PatchPeerAuthentication mocks base method.

func (*MockPeerAuthenticationClient) PatchPeerAuthenticationStatus added in v0.1.7

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

PatchPeerAuthenticationStatus mocks base method.

func (*MockPeerAuthenticationClient) UpdatePeerAuthentication added in v0.1.7

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

UpdatePeerAuthentication mocks base method.

func (*MockPeerAuthenticationClient) UpdatePeerAuthenticationStatus added in v0.1.7

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

UpdatePeerAuthenticationStatus mocks base method.

func (*MockPeerAuthenticationClient) UpsertPeerAuthentication added in v0.1.7

UpsertPeerAuthentication mocks base method.

type MockPeerAuthenticationClientMockRecorder added in v0.1.7

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

MockPeerAuthenticationClientMockRecorder is the mock recorder for MockPeerAuthenticationClient.

func (*MockPeerAuthenticationClientMockRecorder) CreatePeerAuthentication added in v0.1.7

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

CreatePeerAuthentication indicates an expected call of CreatePeerAuthentication.

func (*MockPeerAuthenticationClientMockRecorder) DeleteAllOfPeerAuthentication added in v0.1.7

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

DeleteAllOfPeerAuthentication indicates an expected call of DeleteAllOfPeerAuthentication.

func (*MockPeerAuthenticationClientMockRecorder) DeletePeerAuthentication added in v0.1.7

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

DeletePeerAuthentication indicates an expected call of DeletePeerAuthentication.

func (*MockPeerAuthenticationClientMockRecorder) GetPeerAuthentication added in v0.1.7

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

GetPeerAuthentication indicates an expected call of GetPeerAuthentication.

func (*MockPeerAuthenticationClientMockRecorder) ListPeerAuthentication added in v0.1.7

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

ListPeerAuthentication indicates an expected call of ListPeerAuthentication.

func (*MockPeerAuthenticationClientMockRecorder) PatchPeerAuthentication added in v0.1.7

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

PatchPeerAuthentication indicates an expected call of PatchPeerAuthentication.

func (*MockPeerAuthenticationClientMockRecorder) PatchPeerAuthenticationStatus added in v0.1.7

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

PatchPeerAuthenticationStatus indicates an expected call of PatchPeerAuthenticationStatus.

func (*MockPeerAuthenticationClientMockRecorder) UpdatePeerAuthentication added in v0.1.7

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

UpdatePeerAuthentication indicates an expected call of UpdatePeerAuthentication.

func (*MockPeerAuthenticationClientMockRecorder) UpdatePeerAuthenticationStatus added in v0.1.7

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

UpdatePeerAuthenticationStatus indicates an expected call of UpdatePeerAuthenticationStatus.

func (*MockPeerAuthenticationClientMockRecorder) UpsertPeerAuthentication added in v0.1.7

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

UpsertPeerAuthentication indicates an expected call of UpsertPeerAuthentication.

type MockPeerAuthenticationReader added in v0.1.7

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

MockPeerAuthenticationReader is a mock of PeerAuthenticationReader interface.

func NewMockPeerAuthenticationReader added in v0.1.7

func NewMockPeerAuthenticationReader(ctrl *gomock.Controller) *MockPeerAuthenticationReader

NewMockPeerAuthenticationReader creates a new mock instance.

func (*MockPeerAuthenticationReader) EXPECT added in v0.1.7

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

func (*MockPeerAuthenticationReader) GetPeerAuthentication added in v0.1.7

GetPeerAuthentication mocks base method.

func (*MockPeerAuthenticationReader) ListPeerAuthentication added in v0.1.7

ListPeerAuthentication mocks base method.

type MockPeerAuthenticationReaderMockRecorder added in v0.1.7

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

MockPeerAuthenticationReaderMockRecorder is the mock recorder for MockPeerAuthenticationReader.

func (*MockPeerAuthenticationReaderMockRecorder) GetPeerAuthentication added in v0.1.7

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

GetPeerAuthentication indicates an expected call of GetPeerAuthentication.

func (*MockPeerAuthenticationReaderMockRecorder) ListPeerAuthentication added in v0.1.7

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

ListPeerAuthentication indicates an expected call of ListPeerAuthentication.

type MockPeerAuthenticationStatusWriter added in v0.1.7

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

MockPeerAuthenticationStatusWriter is a mock of PeerAuthenticationStatusWriter interface.

func NewMockPeerAuthenticationStatusWriter added in v0.1.7

func NewMockPeerAuthenticationStatusWriter(ctrl *gomock.Controller) *MockPeerAuthenticationStatusWriter

NewMockPeerAuthenticationStatusWriter creates a new mock instance.

func (*MockPeerAuthenticationStatusWriter) EXPECT added in v0.1.7

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

func (*MockPeerAuthenticationStatusWriter) PatchPeerAuthenticationStatus added in v0.1.7

PatchPeerAuthenticationStatus mocks base method.

func (*MockPeerAuthenticationStatusWriter) UpdatePeerAuthenticationStatus added in v0.1.7

UpdatePeerAuthenticationStatus mocks base method.

type MockPeerAuthenticationStatusWriterMockRecorder added in v0.1.7

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

MockPeerAuthenticationStatusWriterMockRecorder is the mock recorder for MockPeerAuthenticationStatusWriter.

func (*MockPeerAuthenticationStatusWriterMockRecorder) PatchPeerAuthenticationStatus added in v0.1.7

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

PatchPeerAuthenticationStatus indicates an expected call of PatchPeerAuthenticationStatus.

func (*MockPeerAuthenticationStatusWriterMockRecorder) UpdatePeerAuthenticationStatus added in v0.1.7

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

UpdatePeerAuthenticationStatus indicates an expected call of UpdatePeerAuthenticationStatus.

type MockPeerAuthenticationWriter added in v0.1.7

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

MockPeerAuthenticationWriter is a mock of PeerAuthenticationWriter interface.

func NewMockPeerAuthenticationWriter added in v0.1.7

func NewMockPeerAuthenticationWriter(ctrl *gomock.Controller) *MockPeerAuthenticationWriter

NewMockPeerAuthenticationWriter creates a new mock instance.

func (*MockPeerAuthenticationWriter) CreatePeerAuthentication added in v0.1.7

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

CreatePeerAuthentication mocks base method.

func (*MockPeerAuthenticationWriter) DeleteAllOfPeerAuthentication added in v0.1.7

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

DeleteAllOfPeerAuthentication mocks base method.

func (*MockPeerAuthenticationWriter) DeletePeerAuthentication added in v0.1.7

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

DeletePeerAuthentication mocks base method.

func (*MockPeerAuthenticationWriter) EXPECT added in v0.1.7

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

func (*MockPeerAuthenticationWriter) PatchPeerAuthentication added in v0.1.7

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

PatchPeerAuthentication mocks base method.

func (*MockPeerAuthenticationWriter) UpdatePeerAuthentication added in v0.1.7

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

UpdatePeerAuthentication mocks base method.

func (*MockPeerAuthenticationWriter) UpsertPeerAuthentication added in v0.1.7

UpsertPeerAuthentication mocks base method.

type MockPeerAuthenticationWriterMockRecorder added in v0.1.7

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

MockPeerAuthenticationWriterMockRecorder is the mock recorder for MockPeerAuthenticationWriter.

func (*MockPeerAuthenticationWriterMockRecorder) CreatePeerAuthentication added in v0.1.7

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

CreatePeerAuthentication indicates an expected call of CreatePeerAuthentication.

func (*MockPeerAuthenticationWriterMockRecorder) DeleteAllOfPeerAuthentication added in v0.1.7

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

DeleteAllOfPeerAuthentication indicates an expected call of DeleteAllOfPeerAuthentication.

func (*MockPeerAuthenticationWriterMockRecorder) DeletePeerAuthentication added in v0.1.7

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

DeletePeerAuthentication indicates an expected call of DeletePeerAuthentication.

func (*MockPeerAuthenticationWriterMockRecorder) PatchPeerAuthentication added in v0.1.7

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

PatchPeerAuthentication indicates an expected call of PatchPeerAuthentication.

func (*MockPeerAuthenticationWriterMockRecorder) UpdatePeerAuthentication added in v0.1.7

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

UpdatePeerAuthentication indicates an expected call of UpdatePeerAuthentication.

func (*MockPeerAuthenticationWriterMockRecorder) UpsertPeerAuthentication added in v0.1.7

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

UpsertPeerAuthentication indicates an expected call of UpsertPeerAuthentication.

type MockRequestAuthenticationClient added in v0.2.7

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

MockRequestAuthenticationClient is a mock of RequestAuthenticationClient interface.

func NewMockRequestAuthenticationClient added in v0.2.7

func NewMockRequestAuthenticationClient(ctrl *gomock.Controller) *MockRequestAuthenticationClient

NewMockRequestAuthenticationClient creates a new mock instance.

func (*MockRequestAuthenticationClient) CreateRequestAuthentication added in v0.2.7

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

CreateRequestAuthentication mocks base method.

func (*MockRequestAuthenticationClient) DeleteAllOfRequestAuthentication added in v0.2.7

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

DeleteAllOfRequestAuthentication mocks base method.

func (*MockRequestAuthenticationClient) DeleteRequestAuthentication added in v0.2.7

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

DeleteRequestAuthentication mocks base method.

func (*MockRequestAuthenticationClient) EXPECT added in v0.2.7

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

func (*MockRequestAuthenticationClient) GetRequestAuthentication added in v0.2.7

GetRequestAuthentication mocks base method.

func (*MockRequestAuthenticationClient) ListRequestAuthentication added in v0.2.7

ListRequestAuthentication mocks base method.

func (*MockRequestAuthenticationClient) PatchRequestAuthentication added in v0.2.7

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

PatchRequestAuthentication mocks base method.

func (*MockRequestAuthenticationClient) PatchRequestAuthenticationStatus added in v0.2.7

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

PatchRequestAuthenticationStatus mocks base method.

func (*MockRequestAuthenticationClient) UpdateRequestAuthentication added in v0.2.7

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

UpdateRequestAuthentication mocks base method.

func (*MockRequestAuthenticationClient) UpdateRequestAuthenticationStatus added in v0.2.7

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

UpdateRequestAuthenticationStatus mocks base method.

func (*MockRequestAuthenticationClient) UpsertRequestAuthentication added in v0.2.7

UpsertRequestAuthentication mocks base method.

type MockRequestAuthenticationClientMockRecorder added in v0.2.7

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

MockRequestAuthenticationClientMockRecorder is the mock recorder for MockRequestAuthenticationClient.

func (*MockRequestAuthenticationClientMockRecorder) CreateRequestAuthentication added in v0.2.7

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

CreateRequestAuthentication indicates an expected call of CreateRequestAuthentication.

func (*MockRequestAuthenticationClientMockRecorder) DeleteAllOfRequestAuthentication added in v0.2.7

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

DeleteAllOfRequestAuthentication indicates an expected call of DeleteAllOfRequestAuthentication.

func (*MockRequestAuthenticationClientMockRecorder) DeleteRequestAuthentication added in v0.2.7

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

DeleteRequestAuthentication indicates an expected call of DeleteRequestAuthentication.

func (*MockRequestAuthenticationClientMockRecorder) GetRequestAuthentication added in v0.2.7

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

GetRequestAuthentication indicates an expected call of GetRequestAuthentication.

func (*MockRequestAuthenticationClientMockRecorder) ListRequestAuthentication added in v0.2.7

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

ListRequestAuthentication indicates an expected call of ListRequestAuthentication.

func (*MockRequestAuthenticationClientMockRecorder) PatchRequestAuthentication added in v0.2.7

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

PatchRequestAuthentication indicates an expected call of PatchRequestAuthentication.

func (*MockRequestAuthenticationClientMockRecorder) PatchRequestAuthenticationStatus added in v0.2.7

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

PatchRequestAuthenticationStatus indicates an expected call of PatchRequestAuthenticationStatus.

func (*MockRequestAuthenticationClientMockRecorder) UpdateRequestAuthentication added in v0.2.7

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

UpdateRequestAuthentication indicates an expected call of UpdateRequestAuthentication.

func (*MockRequestAuthenticationClientMockRecorder) UpdateRequestAuthenticationStatus added in v0.2.7

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

UpdateRequestAuthenticationStatus indicates an expected call of UpdateRequestAuthenticationStatus.

func (*MockRequestAuthenticationClientMockRecorder) UpsertRequestAuthentication added in v0.2.7

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

UpsertRequestAuthentication indicates an expected call of UpsertRequestAuthentication.

type MockRequestAuthenticationReader added in v0.2.7

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

MockRequestAuthenticationReader is a mock of RequestAuthenticationReader interface.

func NewMockRequestAuthenticationReader added in v0.2.7

func NewMockRequestAuthenticationReader(ctrl *gomock.Controller) *MockRequestAuthenticationReader

NewMockRequestAuthenticationReader creates a new mock instance.

func (*MockRequestAuthenticationReader) EXPECT added in v0.2.7

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

func (*MockRequestAuthenticationReader) GetRequestAuthentication added in v0.2.7

GetRequestAuthentication mocks base method.

func (*MockRequestAuthenticationReader) ListRequestAuthentication added in v0.2.7

ListRequestAuthentication mocks base method.

type MockRequestAuthenticationReaderMockRecorder added in v0.2.7

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

MockRequestAuthenticationReaderMockRecorder is the mock recorder for MockRequestAuthenticationReader.

func (*MockRequestAuthenticationReaderMockRecorder) GetRequestAuthentication added in v0.2.7

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

GetRequestAuthentication indicates an expected call of GetRequestAuthentication.

func (*MockRequestAuthenticationReaderMockRecorder) ListRequestAuthentication added in v0.2.7

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

ListRequestAuthentication indicates an expected call of ListRequestAuthentication.

type MockRequestAuthenticationStatusWriter added in v0.2.7

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

MockRequestAuthenticationStatusWriter is a mock of RequestAuthenticationStatusWriter interface.

func NewMockRequestAuthenticationStatusWriter added in v0.2.7

func NewMockRequestAuthenticationStatusWriter(ctrl *gomock.Controller) *MockRequestAuthenticationStatusWriter

NewMockRequestAuthenticationStatusWriter creates a new mock instance.

func (*MockRequestAuthenticationStatusWriter) EXPECT added in v0.2.7

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

func (*MockRequestAuthenticationStatusWriter) PatchRequestAuthenticationStatus added in v0.2.7

PatchRequestAuthenticationStatus mocks base method.

func (*MockRequestAuthenticationStatusWriter) UpdateRequestAuthenticationStatus added in v0.2.7

UpdateRequestAuthenticationStatus mocks base method.

type MockRequestAuthenticationStatusWriterMockRecorder added in v0.2.7

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

MockRequestAuthenticationStatusWriterMockRecorder is the mock recorder for MockRequestAuthenticationStatusWriter.

func (*MockRequestAuthenticationStatusWriterMockRecorder) PatchRequestAuthenticationStatus added in v0.2.7

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

PatchRequestAuthenticationStatus indicates an expected call of PatchRequestAuthenticationStatus.

func (*MockRequestAuthenticationStatusWriterMockRecorder) UpdateRequestAuthenticationStatus added in v0.2.7

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

UpdateRequestAuthenticationStatus indicates an expected call of UpdateRequestAuthenticationStatus.

type MockRequestAuthenticationWriter added in v0.2.7

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

MockRequestAuthenticationWriter is a mock of RequestAuthenticationWriter interface.

func NewMockRequestAuthenticationWriter added in v0.2.7

func NewMockRequestAuthenticationWriter(ctrl *gomock.Controller) *MockRequestAuthenticationWriter

NewMockRequestAuthenticationWriter creates a new mock instance.

func (*MockRequestAuthenticationWriter) CreateRequestAuthentication added in v0.2.7

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

CreateRequestAuthentication mocks base method.

func (*MockRequestAuthenticationWriter) DeleteAllOfRequestAuthentication added in v0.2.7

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

DeleteAllOfRequestAuthentication mocks base method.

func (*MockRequestAuthenticationWriter) DeleteRequestAuthentication added in v0.2.7

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

DeleteRequestAuthentication mocks base method.

func (*MockRequestAuthenticationWriter) EXPECT added in v0.2.7

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

func (*MockRequestAuthenticationWriter) PatchRequestAuthentication added in v0.2.7

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

PatchRequestAuthentication mocks base method.

func (*MockRequestAuthenticationWriter) UpdateRequestAuthentication added in v0.2.7

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

UpdateRequestAuthentication mocks base method.

func (*MockRequestAuthenticationWriter) UpsertRequestAuthentication added in v0.2.7

UpsertRequestAuthentication mocks base method.

type MockRequestAuthenticationWriterMockRecorder added in v0.2.7

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

MockRequestAuthenticationWriterMockRecorder is the mock recorder for MockRequestAuthenticationWriter.

func (*MockRequestAuthenticationWriterMockRecorder) CreateRequestAuthentication added in v0.2.7

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

CreateRequestAuthentication indicates an expected call of CreateRequestAuthentication.

func (*MockRequestAuthenticationWriterMockRecorder) DeleteAllOfRequestAuthentication added in v0.2.7

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

DeleteAllOfRequestAuthentication indicates an expected call of DeleteAllOfRequestAuthentication.

func (*MockRequestAuthenticationWriterMockRecorder) DeleteRequestAuthentication added in v0.2.7

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

DeleteRequestAuthentication indicates an expected call of DeleteRequestAuthentication.

func (*MockRequestAuthenticationWriterMockRecorder) PatchRequestAuthentication added in v0.2.7

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

PatchRequestAuthentication indicates an expected call of PatchRequestAuthentication.

func (*MockRequestAuthenticationWriterMockRecorder) UpdateRequestAuthentication added in v0.2.7

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

UpdateRequestAuthentication indicates an expected call of UpdateRequestAuthentication.

func (*MockRequestAuthenticationWriterMockRecorder) UpsertRequestAuthentication added in v0.2.7

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