mock_v1

package
v0.2.7 Latest Latest
Warning

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

Go to latest
Published: Mar 5, 2024 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 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) ClusterRoleBindings

func (m *MockClientset) ClusterRoleBindings() v1.ClusterRoleBindingClient

ClusterRoleBindings mocks base method.

func (*MockClientset) ClusterRoles

func (m *MockClientset) ClusterRoles() v1.ClusterRoleClient

ClusterRoles mocks base method.

func (*MockClientset) EXPECT

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

func (*MockClientset) RoleBindings

func (m *MockClientset) RoleBindings() v1.RoleBindingClient

RoleBindings mocks base method.

func (*MockClientset) Roles

func (m *MockClientset) Roles() v1.RoleClient

Roles mocks base method.

type MockClientsetMockRecorder

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

MockClientsetMockRecorder is the mock recorder for MockClientset.

func (*MockClientsetMockRecorder) ClusterRoleBindings

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

ClusterRoleBindings indicates an expected call of ClusterRoleBindings.

func (*MockClientsetMockRecorder) ClusterRoles

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

ClusterRoles indicates an expected call of ClusterRoles.

func (*MockClientsetMockRecorder) RoleBindings

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

RoleBindings indicates an expected call of RoleBindings.

func (*MockClientsetMockRecorder) Roles

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

Roles indicates an expected call of Roles.

type MockClusterRoleBindingClient

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

MockClusterRoleBindingClient is a mock of ClusterRoleBindingClient interface.

func NewMockClusterRoleBindingClient

func NewMockClusterRoleBindingClient(ctrl *gomock.Controller) *MockClusterRoleBindingClient

NewMockClusterRoleBindingClient creates a new mock instance.

func (*MockClusterRoleBindingClient) CreateClusterRoleBinding

func (m *MockClusterRoleBindingClient) CreateClusterRoleBinding(ctx context.Context, obj *v10.ClusterRoleBinding, opts ...client.CreateOption) error

CreateClusterRoleBinding mocks base method.

func (*MockClusterRoleBindingClient) DeleteAllOfClusterRoleBinding

func (m *MockClusterRoleBindingClient) DeleteAllOfClusterRoleBinding(ctx context.Context, opts ...client.DeleteAllOfOption) error

DeleteAllOfClusterRoleBinding mocks base method.

func (*MockClusterRoleBindingClient) DeleteClusterRoleBinding

func (m *MockClusterRoleBindingClient) DeleteClusterRoleBinding(ctx context.Context, name string, opts ...client.DeleteOption) error

DeleteClusterRoleBinding mocks base method.

func (*MockClusterRoleBindingClient) EXPECT

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

func (*MockClusterRoleBindingClient) GetClusterRoleBinding

func (m *MockClusterRoleBindingClient) GetClusterRoleBinding(ctx context.Context, name string) (*v10.ClusterRoleBinding, error)

GetClusterRoleBinding mocks base method.

func (*MockClusterRoleBindingClient) ListClusterRoleBinding

func (m *MockClusterRoleBindingClient) ListClusterRoleBinding(ctx context.Context, opts ...client.ListOption) (*v10.ClusterRoleBindingList, error)

ListClusterRoleBinding mocks base method.

func (*MockClusterRoleBindingClient) PatchClusterRoleBinding

func (m *MockClusterRoleBindingClient) PatchClusterRoleBinding(ctx context.Context, obj *v10.ClusterRoleBinding, patch client.Patch, opts ...client.PatchOption) error

PatchClusterRoleBinding mocks base method.

func (*MockClusterRoleBindingClient) PatchClusterRoleBindingStatus

func (m *MockClusterRoleBindingClient) PatchClusterRoleBindingStatus(ctx context.Context, obj *v10.ClusterRoleBinding, patch client.Patch, opts ...client.SubResourcePatchOption) error

PatchClusterRoleBindingStatus mocks base method.

func (*MockClusterRoleBindingClient) UpdateClusterRoleBinding

func (m *MockClusterRoleBindingClient) UpdateClusterRoleBinding(ctx context.Context, obj *v10.ClusterRoleBinding, opts ...client.UpdateOption) error

UpdateClusterRoleBinding mocks base method.

func (*MockClusterRoleBindingClient) UpdateClusterRoleBindingStatus

func (m *MockClusterRoleBindingClient) UpdateClusterRoleBindingStatus(ctx context.Context, obj *v10.ClusterRoleBinding, opts ...client.SubResourceUpdateOption) error

UpdateClusterRoleBindingStatus mocks base method.

func (*MockClusterRoleBindingClient) UpsertClusterRoleBinding

func (m *MockClusterRoleBindingClient) UpsertClusterRoleBinding(ctx context.Context, obj *v10.ClusterRoleBinding, transitionFuncs ...v1.ClusterRoleBindingTransitionFunction) error

UpsertClusterRoleBinding mocks base method.

type MockClusterRoleBindingClientMockRecorder

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

MockClusterRoleBindingClientMockRecorder is the mock recorder for MockClusterRoleBindingClient.

func (*MockClusterRoleBindingClientMockRecorder) CreateClusterRoleBinding

func (mr *MockClusterRoleBindingClientMockRecorder) CreateClusterRoleBinding(ctx, obj interface{}, opts ...interface{}) *gomock.Call

CreateClusterRoleBinding indicates an expected call of CreateClusterRoleBinding.

func (*MockClusterRoleBindingClientMockRecorder) DeleteAllOfClusterRoleBinding

func (mr *MockClusterRoleBindingClientMockRecorder) DeleteAllOfClusterRoleBinding(ctx interface{}, opts ...interface{}) *gomock.Call

DeleteAllOfClusterRoleBinding indicates an expected call of DeleteAllOfClusterRoleBinding.

func (*MockClusterRoleBindingClientMockRecorder) DeleteClusterRoleBinding

func (mr *MockClusterRoleBindingClientMockRecorder) DeleteClusterRoleBinding(ctx, name interface{}, opts ...interface{}) *gomock.Call

DeleteClusterRoleBinding indicates an expected call of DeleteClusterRoleBinding.

func (*MockClusterRoleBindingClientMockRecorder) GetClusterRoleBinding

func (mr *MockClusterRoleBindingClientMockRecorder) GetClusterRoleBinding(ctx, name interface{}) *gomock.Call

GetClusterRoleBinding indicates an expected call of GetClusterRoleBinding.

func (*MockClusterRoleBindingClientMockRecorder) ListClusterRoleBinding

func (mr *MockClusterRoleBindingClientMockRecorder) ListClusterRoleBinding(ctx interface{}, opts ...interface{}) *gomock.Call

ListClusterRoleBinding indicates an expected call of ListClusterRoleBinding.

func (*MockClusterRoleBindingClientMockRecorder) PatchClusterRoleBinding

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

PatchClusterRoleBinding indicates an expected call of PatchClusterRoleBinding.

func (*MockClusterRoleBindingClientMockRecorder) PatchClusterRoleBindingStatus

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

PatchClusterRoleBindingStatus indicates an expected call of PatchClusterRoleBindingStatus.

func (*MockClusterRoleBindingClientMockRecorder) UpdateClusterRoleBinding

func (mr *MockClusterRoleBindingClientMockRecorder) UpdateClusterRoleBinding(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateClusterRoleBinding indicates an expected call of UpdateClusterRoleBinding.

func (*MockClusterRoleBindingClientMockRecorder) UpdateClusterRoleBindingStatus

func (mr *MockClusterRoleBindingClientMockRecorder) UpdateClusterRoleBindingStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateClusterRoleBindingStatus indicates an expected call of UpdateClusterRoleBindingStatus.

func (*MockClusterRoleBindingClientMockRecorder) UpsertClusterRoleBinding

func (mr *MockClusterRoleBindingClientMockRecorder) UpsertClusterRoleBinding(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call

UpsertClusterRoleBinding indicates an expected call of UpsertClusterRoleBinding.

type MockClusterRoleBindingReader

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

MockClusterRoleBindingReader is a mock of ClusterRoleBindingReader interface.

func NewMockClusterRoleBindingReader

func NewMockClusterRoleBindingReader(ctrl *gomock.Controller) *MockClusterRoleBindingReader

NewMockClusterRoleBindingReader creates a new mock instance.

func (*MockClusterRoleBindingReader) EXPECT

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

func (*MockClusterRoleBindingReader) GetClusterRoleBinding

func (m *MockClusterRoleBindingReader) GetClusterRoleBinding(ctx context.Context, name string) (*v10.ClusterRoleBinding, error)

GetClusterRoleBinding mocks base method.

func (*MockClusterRoleBindingReader) ListClusterRoleBinding

func (m *MockClusterRoleBindingReader) ListClusterRoleBinding(ctx context.Context, opts ...client.ListOption) (*v10.ClusterRoleBindingList, error)

ListClusterRoleBinding mocks base method.

type MockClusterRoleBindingReaderMockRecorder

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

MockClusterRoleBindingReaderMockRecorder is the mock recorder for MockClusterRoleBindingReader.

func (*MockClusterRoleBindingReaderMockRecorder) GetClusterRoleBinding

func (mr *MockClusterRoleBindingReaderMockRecorder) GetClusterRoleBinding(ctx, name interface{}) *gomock.Call

GetClusterRoleBinding indicates an expected call of GetClusterRoleBinding.

func (*MockClusterRoleBindingReaderMockRecorder) ListClusterRoleBinding

func (mr *MockClusterRoleBindingReaderMockRecorder) ListClusterRoleBinding(ctx interface{}, opts ...interface{}) *gomock.Call

ListClusterRoleBinding indicates an expected call of ListClusterRoleBinding.

type MockClusterRoleBindingStatusWriter

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

MockClusterRoleBindingStatusWriter is a mock of ClusterRoleBindingStatusWriter interface.

func NewMockClusterRoleBindingStatusWriter

func NewMockClusterRoleBindingStatusWriter(ctrl *gomock.Controller) *MockClusterRoleBindingStatusWriter

NewMockClusterRoleBindingStatusWriter creates a new mock instance.

func (*MockClusterRoleBindingStatusWriter) EXPECT

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

func (*MockClusterRoleBindingStatusWriter) PatchClusterRoleBindingStatus

func (m *MockClusterRoleBindingStatusWriter) PatchClusterRoleBindingStatus(ctx context.Context, obj *v10.ClusterRoleBinding, patch client.Patch, opts ...client.SubResourcePatchOption) error

PatchClusterRoleBindingStatus mocks base method.

func (*MockClusterRoleBindingStatusWriter) UpdateClusterRoleBindingStatus

func (m *MockClusterRoleBindingStatusWriter) UpdateClusterRoleBindingStatus(ctx context.Context, obj *v10.ClusterRoleBinding, opts ...client.SubResourceUpdateOption) error

UpdateClusterRoleBindingStatus mocks base method.

type MockClusterRoleBindingStatusWriterMockRecorder

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

MockClusterRoleBindingStatusWriterMockRecorder is the mock recorder for MockClusterRoleBindingStatusWriter.

func (*MockClusterRoleBindingStatusWriterMockRecorder) PatchClusterRoleBindingStatus

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

PatchClusterRoleBindingStatus indicates an expected call of PatchClusterRoleBindingStatus.

func (*MockClusterRoleBindingStatusWriterMockRecorder) UpdateClusterRoleBindingStatus

func (mr *MockClusterRoleBindingStatusWriterMockRecorder) UpdateClusterRoleBindingStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateClusterRoleBindingStatus indicates an expected call of UpdateClusterRoleBindingStatus.

type MockClusterRoleBindingWriter

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

MockClusterRoleBindingWriter is a mock of ClusterRoleBindingWriter interface.

func NewMockClusterRoleBindingWriter

func NewMockClusterRoleBindingWriter(ctrl *gomock.Controller) *MockClusterRoleBindingWriter

NewMockClusterRoleBindingWriter creates a new mock instance.

func (*MockClusterRoleBindingWriter) CreateClusterRoleBinding

func (m *MockClusterRoleBindingWriter) CreateClusterRoleBinding(ctx context.Context, obj *v10.ClusterRoleBinding, opts ...client.CreateOption) error

CreateClusterRoleBinding mocks base method.

func (*MockClusterRoleBindingWriter) DeleteAllOfClusterRoleBinding

func (m *MockClusterRoleBindingWriter) DeleteAllOfClusterRoleBinding(ctx context.Context, opts ...client.DeleteAllOfOption) error

DeleteAllOfClusterRoleBinding mocks base method.

func (*MockClusterRoleBindingWriter) DeleteClusterRoleBinding

func (m *MockClusterRoleBindingWriter) DeleteClusterRoleBinding(ctx context.Context, name string, opts ...client.DeleteOption) error

DeleteClusterRoleBinding mocks base method.

func (*MockClusterRoleBindingWriter) EXPECT

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

func (*MockClusterRoleBindingWriter) PatchClusterRoleBinding

func (m *MockClusterRoleBindingWriter) PatchClusterRoleBinding(ctx context.Context, obj *v10.ClusterRoleBinding, patch client.Patch, opts ...client.PatchOption) error

PatchClusterRoleBinding mocks base method.

func (*MockClusterRoleBindingWriter) UpdateClusterRoleBinding

func (m *MockClusterRoleBindingWriter) UpdateClusterRoleBinding(ctx context.Context, obj *v10.ClusterRoleBinding, opts ...client.UpdateOption) error

UpdateClusterRoleBinding mocks base method.

func (*MockClusterRoleBindingWriter) UpsertClusterRoleBinding

func (m *MockClusterRoleBindingWriter) UpsertClusterRoleBinding(ctx context.Context, obj *v10.ClusterRoleBinding, transitionFuncs ...v1.ClusterRoleBindingTransitionFunction) error

UpsertClusterRoleBinding mocks base method.

type MockClusterRoleBindingWriterMockRecorder

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

MockClusterRoleBindingWriterMockRecorder is the mock recorder for MockClusterRoleBindingWriter.

func (*MockClusterRoleBindingWriterMockRecorder) CreateClusterRoleBinding

func (mr *MockClusterRoleBindingWriterMockRecorder) CreateClusterRoleBinding(ctx, obj interface{}, opts ...interface{}) *gomock.Call

CreateClusterRoleBinding indicates an expected call of CreateClusterRoleBinding.

func (*MockClusterRoleBindingWriterMockRecorder) DeleteAllOfClusterRoleBinding

func (mr *MockClusterRoleBindingWriterMockRecorder) DeleteAllOfClusterRoleBinding(ctx interface{}, opts ...interface{}) *gomock.Call

DeleteAllOfClusterRoleBinding indicates an expected call of DeleteAllOfClusterRoleBinding.

func (*MockClusterRoleBindingWriterMockRecorder) DeleteClusterRoleBinding

func (mr *MockClusterRoleBindingWriterMockRecorder) DeleteClusterRoleBinding(ctx, name interface{}, opts ...interface{}) *gomock.Call

DeleteClusterRoleBinding indicates an expected call of DeleteClusterRoleBinding.

func (*MockClusterRoleBindingWriterMockRecorder) PatchClusterRoleBinding

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

PatchClusterRoleBinding indicates an expected call of PatchClusterRoleBinding.

func (*MockClusterRoleBindingWriterMockRecorder) UpdateClusterRoleBinding

func (mr *MockClusterRoleBindingWriterMockRecorder) UpdateClusterRoleBinding(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateClusterRoleBinding indicates an expected call of UpdateClusterRoleBinding.

func (*MockClusterRoleBindingWriterMockRecorder) UpsertClusterRoleBinding

func (mr *MockClusterRoleBindingWriterMockRecorder) UpsertClusterRoleBinding(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call

UpsertClusterRoleBinding indicates an expected call of UpsertClusterRoleBinding.

type MockClusterRoleClient

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

MockClusterRoleClient is a mock of ClusterRoleClient interface.

func NewMockClusterRoleClient

func NewMockClusterRoleClient(ctrl *gomock.Controller) *MockClusterRoleClient

NewMockClusterRoleClient creates a new mock instance.

func (*MockClusterRoleClient) CreateClusterRole

func (m *MockClusterRoleClient) CreateClusterRole(ctx context.Context, obj *v10.ClusterRole, opts ...client.CreateOption) error

CreateClusterRole mocks base method.

func (*MockClusterRoleClient) DeleteAllOfClusterRole

func (m *MockClusterRoleClient) DeleteAllOfClusterRole(ctx context.Context, opts ...client.DeleteAllOfOption) error

DeleteAllOfClusterRole mocks base method.

func (*MockClusterRoleClient) DeleteClusterRole

func (m *MockClusterRoleClient) DeleteClusterRole(ctx context.Context, name string, opts ...client.DeleteOption) error

DeleteClusterRole mocks base method.

func (*MockClusterRoleClient) EXPECT

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

func (*MockClusterRoleClient) GetClusterRole

func (m *MockClusterRoleClient) GetClusterRole(ctx context.Context, name string) (*v10.ClusterRole, error)

GetClusterRole mocks base method.

func (*MockClusterRoleClient) ListClusterRole

func (m *MockClusterRoleClient) ListClusterRole(ctx context.Context, opts ...client.ListOption) (*v10.ClusterRoleList, error)

ListClusterRole mocks base method.

func (*MockClusterRoleClient) PatchClusterRole

func (m *MockClusterRoleClient) PatchClusterRole(ctx context.Context, obj *v10.ClusterRole, patch client.Patch, opts ...client.PatchOption) error

PatchClusterRole mocks base method.

func (*MockClusterRoleClient) PatchClusterRoleStatus

func (m *MockClusterRoleClient) PatchClusterRoleStatus(ctx context.Context, obj *v10.ClusterRole, patch client.Patch, opts ...client.SubResourcePatchOption) error

PatchClusterRoleStatus mocks base method.

func (*MockClusterRoleClient) UpdateClusterRole

func (m *MockClusterRoleClient) UpdateClusterRole(ctx context.Context, obj *v10.ClusterRole, opts ...client.UpdateOption) error

UpdateClusterRole mocks base method.

func (*MockClusterRoleClient) UpdateClusterRoleStatus

func (m *MockClusterRoleClient) UpdateClusterRoleStatus(ctx context.Context, obj *v10.ClusterRole, opts ...client.SubResourceUpdateOption) error

UpdateClusterRoleStatus mocks base method.

func (*MockClusterRoleClient) UpsertClusterRole

func (m *MockClusterRoleClient) UpsertClusterRole(ctx context.Context, obj *v10.ClusterRole, transitionFuncs ...v1.ClusterRoleTransitionFunction) error

UpsertClusterRole mocks base method.

type MockClusterRoleClientMockRecorder

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

MockClusterRoleClientMockRecorder is the mock recorder for MockClusterRoleClient.

func (*MockClusterRoleClientMockRecorder) CreateClusterRole

func (mr *MockClusterRoleClientMockRecorder) CreateClusterRole(ctx, obj interface{}, opts ...interface{}) *gomock.Call

CreateClusterRole indicates an expected call of CreateClusterRole.

func (*MockClusterRoleClientMockRecorder) DeleteAllOfClusterRole

func (mr *MockClusterRoleClientMockRecorder) DeleteAllOfClusterRole(ctx interface{}, opts ...interface{}) *gomock.Call

DeleteAllOfClusterRole indicates an expected call of DeleteAllOfClusterRole.

func (*MockClusterRoleClientMockRecorder) DeleteClusterRole

func (mr *MockClusterRoleClientMockRecorder) DeleteClusterRole(ctx, name interface{}, opts ...interface{}) *gomock.Call

DeleteClusterRole indicates an expected call of DeleteClusterRole.

func (*MockClusterRoleClientMockRecorder) GetClusterRole

func (mr *MockClusterRoleClientMockRecorder) GetClusterRole(ctx, name interface{}) *gomock.Call

GetClusterRole indicates an expected call of GetClusterRole.

func (*MockClusterRoleClientMockRecorder) ListClusterRole

func (mr *MockClusterRoleClientMockRecorder) ListClusterRole(ctx interface{}, opts ...interface{}) *gomock.Call

ListClusterRole indicates an expected call of ListClusterRole.

func (*MockClusterRoleClientMockRecorder) PatchClusterRole

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

PatchClusterRole indicates an expected call of PatchClusterRole.

func (*MockClusterRoleClientMockRecorder) PatchClusterRoleStatus

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

PatchClusterRoleStatus indicates an expected call of PatchClusterRoleStatus.

func (*MockClusterRoleClientMockRecorder) UpdateClusterRole

func (mr *MockClusterRoleClientMockRecorder) UpdateClusterRole(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateClusterRole indicates an expected call of UpdateClusterRole.

func (*MockClusterRoleClientMockRecorder) UpdateClusterRoleStatus

func (mr *MockClusterRoleClientMockRecorder) UpdateClusterRoleStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateClusterRoleStatus indicates an expected call of UpdateClusterRoleStatus.

func (*MockClusterRoleClientMockRecorder) UpsertClusterRole

func (mr *MockClusterRoleClientMockRecorder) UpsertClusterRole(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call

UpsertClusterRole indicates an expected call of UpsertClusterRole.

type MockClusterRoleReader

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

MockClusterRoleReader is a mock of ClusterRoleReader interface.

func NewMockClusterRoleReader

func NewMockClusterRoleReader(ctrl *gomock.Controller) *MockClusterRoleReader

NewMockClusterRoleReader creates a new mock instance.

func (*MockClusterRoleReader) EXPECT

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

func (*MockClusterRoleReader) GetClusterRole

func (m *MockClusterRoleReader) GetClusterRole(ctx context.Context, name string) (*v10.ClusterRole, error)

GetClusterRole mocks base method.

func (*MockClusterRoleReader) ListClusterRole

func (m *MockClusterRoleReader) ListClusterRole(ctx context.Context, opts ...client.ListOption) (*v10.ClusterRoleList, error)

ListClusterRole mocks base method.

type MockClusterRoleReaderMockRecorder

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

MockClusterRoleReaderMockRecorder is the mock recorder for MockClusterRoleReader.

func (*MockClusterRoleReaderMockRecorder) GetClusterRole

func (mr *MockClusterRoleReaderMockRecorder) GetClusterRole(ctx, name interface{}) *gomock.Call

GetClusterRole indicates an expected call of GetClusterRole.

func (*MockClusterRoleReaderMockRecorder) ListClusterRole

func (mr *MockClusterRoleReaderMockRecorder) ListClusterRole(ctx interface{}, opts ...interface{}) *gomock.Call

ListClusterRole indicates an expected call of ListClusterRole.

type MockClusterRoleStatusWriter

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

MockClusterRoleStatusWriter is a mock of ClusterRoleStatusWriter interface.

func NewMockClusterRoleStatusWriter

func NewMockClusterRoleStatusWriter(ctrl *gomock.Controller) *MockClusterRoleStatusWriter

NewMockClusterRoleStatusWriter creates a new mock instance.

func (*MockClusterRoleStatusWriter) EXPECT

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

func (*MockClusterRoleStatusWriter) PatchClusterRoleStatus

func (m *MockClusterRoleStatusWriter) PatchClusterRoleStatus(ctx context.Context, obj *v10.ClusterRole, patch client.Patch, opts ...client.SubResourcePatchOption) error

PatchClusterRoleStatus mocks base method.

func (*MockClusterRoleStatusWriter) UpdateClusterRoleStatus

func (m *MockClusterRoleStatusWriter) UpdateClusterRoleStatus(ctx context.Context, obj *v10.ClusterRole, opts ...client.SubResourceUpdateOption) error

UpdateClusterRoleStatus mocks base method.

type MockClusterRoleStatusWriterMockRecorder

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

MockClusterRoleStatusWriterMockRecorder is the mock recorder for MockClusterRoleStatusWriter.

func (*MockClusterRoleStatusWriterMockRecorder) PatchClusterRoleStatus

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

PatchClusterRoleStatus indicates an expected call of PatchClusterRoleStatus.

func (*MockClusterRoleStatusWriterMockRecorder) UpdateClusterRoleStatus

func (mr *MockClusterRoleStatusWriterMockRecorder) UpdateClusterRoleStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateClusterRoleStatus indicates an expected call of UpdateClusterRoleStatus.

type MockClusterRoleWriter

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

MockClusterRoleWriter is a mock of ClusterRoleWriter interface.

func NewMockClusterRoleWriter

func NewMockClusterRoleWriter(ctrl *gomock.Controller) *MockClusterRoleWriter

NewMockClusterRoleWriter creates a new mock instance.

func (*MockClusterRoleWriter) CreateClusterRole

func (m *MockClusterRoleWriter) CreateClusterRole(ctx context.Context, obj *v10.ClusterRole, opts ...client.CreateOption) error

CreateClusterRole mocks base method.

func (*MockClusterRoleWriter) DeleteAllOfClusterRole

func (m *MockClusterRoleWriter) DeleteAllOfClusterRole(ctx context.Context, opts ...client.DeleteAllOfOption) error

DeleteAllOfClusterRole mocks base method.

func (*MockClusterRoleWriter) DeleteClusterRole

func (m *MockClusterRoleWriter) DeleteClusterRole(ctx context.Context, name string, opts ...client.DeleteOption) error

DeleteClusterRole mocks base method.

func (*MockClusterRoleWriter) EXPECT

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

func (*MockClusterRoleWriter) PatchClusterRole

func (m *MockClusterRoleWriter) PatchClusterRole(ctx context.Context, obj *v10.ClusterRole, patch client.Patch, opts ...client.PatchOption) error

PatchClusterRole mocks base method.

func (*MockClusterRoleWriter) UpdateClusterRole

func (m *MockClusterRoleWriter) UpdateClusterRole(ctx context.Context, obj *v10.ClusterRole, opts ...client.UpdateOption) error

UpdateClusterRole mocks base method.

func (*MockClusterRoleWriter) UpsertClusterRole

func (m *MockClusterRoleWriter) UpsertClusterRole(ctx context.Context, obj *v10.ClusterRole, transitionFuncs ...v1.ClusterRoleTransitionFunction) error

UpsertClusterRole mocks base method.

type MockClusterRoleWriterMockRecorder

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

MockClusterRoleWriterMockRecorder is the mock recorder for MockClusterRoleWriter.

func (*MockClusterRoleWriterMockRecorder) CreateClusterRole

func (mr *MockClusterRoleWriterMockRecorder) CreateClusterRole(ctx, obj interface{}, opts ...interface{}) *gomock.Call

CreateClusterRole indicates an expected call of CreateClusterRole.

func (*MockClusterRoleWriterMockRecorder) DeleteAllOfClusterRole

func (mr *MockClusterRoleWriterMockRecorder) DeleteAllOfClusterRole(ctx interface{}, opts ...interface{}) *gomock.Call

DeleteAllOfClusterRole indicates an expected call of DeleteAllOfClusterRole.

func (*MockClusterRoleWriterMockRecorder) DeleteClusterRole

func (mr *MockClusterRoleWriterMockRecorder) DeleteClusterRole(ctx, name interface{}, opts ...interface{}) *gomock.Call

DeleteClusterRole indicates an expected call of DeleteClusterRole.

func (*MockClusterRoleWriterMockRecorder) PatchClusterRole

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

PatchClusterRole indicates an expected call of PatchClusterRole.

func (*MockClusterRoleWriterMockRecorder) UpdateClusterRole

func (mr *MockClusterRoleWriterMockRecorder) UpdateClusterRole(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateClusterRole indicates an expected call of UpdateClusterRole.

func (*MockClusterRoleWriterMockRecorder) UpsertClusterRole

func (mr *MockClusterRoleWriterMockRecorder) UpsertClusterRole(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call

UpsertClusterRole indicates an expected call of UpsertClusterRole.

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 MockMulticlusterClusterRoleBindingClient

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

MockMulticlusterClusterRoleBindingClient is a mock of MulticlusterClusterRoleBindingClient interface.

func NewMockMulticlusterClusterRoleBindingClient

func NewMockMulticlusterClusterRoleBindingClient(ctrl *gomock.Controller) *MockMulticlusterClusterRoleBindingClient

NewMockMulticlusterClusterRoleBindingClient creates a new mock instance.

func (*MockMulticlusterClusterRoleBindingClient) Cluster

Cluster mocks base method.

func (*MockMulticlusterClusterRoleBindingClient) EXPECT

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

type MockMulticlusterClusterRoleBindingClientMockRecorder

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

MockMulticlusterClusterRoleBindingClientMockRecorder is the mock recorder for MockMulticlusterClusterRoleBindingClient.

func (*MockMulticlusterClusterRoleBindingClientMockRecorder) Cluster

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

Cluster indicates an expected call of Cluster.

type MockMulticlusterClusterRoleClient

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

MockMulticlusterClusterRoleClient is a mock of MulticlusterClusterRoleClient interface.

func NewMockMulticlusterClusterRoleClient

func NewMockMulticlusterClusterRoleClient(ctrl *gomock.Controller) *MockMulticlusterClusterRoleClient

NewMockMulticlusterClusterRoleClient creates a new mock instance.

func (*MockMulticlusterClusterRoleClient) Cluster

Cluster mocks base method.

func (*MockMulticlusterClusterRoleClient) EXPECT

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

type MockMulticlusterClusterRoleClientMockRecorder

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

MockMulticlusterClusterRoleClientMockRecorder is the mock recorder for MockMulticlusterClusterRoleClient.

func (*MockMulticlusterClusterRoleClientMockRecorder) Cluster

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

Cluster indicates an expected call of Cluster.

type MockMulticlusterRoleBindingClient

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

MockMulticlusterRoleBindingClient is a mock of MulticlusterRoleBindingClient interface.

func NewMockMulticlusterRoleBindingClient

func NewMockMulticlusterRoleBindingClient(ctrl *gomock.Controller) *MockMulticlusterRoleBindingClient

NewMockMulticlusterRoleBindingClient creates a new mock instance.

func (*MockMulticlusterRoleBindingClient) Cluster

Cluster mocks base method.

func (*MockMulticlusterRoleBindingClient) EXPECT

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

type MockMulticlusterRoleBindingClientMockRecorder

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

MockMulticlusterRoleBindingClientMockRecorder is the mock recorder for MockMulticlusterRoleBindingClient.

func (*MockMulticlusterRoleBindingClientMockRecorder) Cluster

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

Cluster indicates an expected call of Cluster.

type MockMulticlusterRoleClient

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

MockMulticlusterRoleClient is a mock of MulticlusterRoleClient interface.

func NewMockMulticlusterRoleClient

func NewMockMulticlusterRoleClient(ctrl *gomock.Controller) *MockMulticlusterRoleClient

NewMockMulticlusterRoleClient creates a new mock instance.

func (*MockMulticlusterRoleClient) Cluster

func (m *MockMulticlusterRoleClient) Cluster(cluster string) (v1.RoleClient, error)

Cluster mocks base method.

func (*MockMulticlusterRoleClient) EXPECT

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

type MockMulticlusterRoleClientMockRecorder

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

MockMulticlusterRoleClientMockRecorder is the mock recorder for MockMulticlusterRoleClient.

func (*MockMulticlusterRoleClientMockRecorder) Cluster

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

Cluster indicates an expected call of Cluster.

type MockRoleBindingClient

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

MockRoleBindingClient is a mock of RoleBindingClient interface.

func NewMockRoleBindingClient

func NewMockRoleBindingClient(ctrl *gomock.Controller) *MockRoleBindingClient

NewMockRoleBindingClient creates a new mock instance.

func (*MockRoleBindingClient) CreateRoleBinding

func (m *MockRoleBindingClient) CreateRoleBinding(ctx context.Context, obj *v10.RoleBinding, opts ...client.CreateOption) error

CreateRoleBinding mocks base method.

func (*MockRoleBindingClient) DeleteAllOfRoleBinding

func (m *MockRoleBindingClient) DeleteAllOfRoleBinding(ctx context.Context, opts ...client.DeleteAllOfOption) error

DeleteAllOfRoleBinding mocks base method.

func (*MockRoleBindingClient) DeleteRoleBinding

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

DeleteRoleBinding mocks base method.

func (*MockRoleBindingClient) EXPECT

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

func (*MockRoleBindingClient) GetRoleBinding

func (m *MockRoleBindingClient) GetRoleBinding(ctx context.Context, key client.ObjectKey) (*v10.RoleBinding, error)

GetRoleBinding mocks base method.

func (*MockRoleBindingClient) ListRoleBinding

func (m *MockRoleBindingClient) ListRoleBinding(ctx context.Context, opts ...client.ListOption) (*v10.RoleBindingList, error)

ListRoleBinding mocks base method.

func (*MockRoleBindingClient) PatchRoleBinding

func (m *MockRoleBindingClient) PatchRoleBinding(ctx context.Context, obj *v10.RoleBinding, patch client.Patch, opts ...client.PatchOption) error

PatchRoleBinding mocks base method.

func (*MockRoleBindingClient) PatchRoleBindingStatus

func (m *MockRoleBindingClient) PatchRoleBindingStatus(ctx context.Context, obj *v10.RoleBinding, patch client.Patch, opts ...client.SubResourcePatchOption) error

PatchRoleBindingStatus mocks base method.

func (*MockRoleBindingClient) UpdateRoleBinding

func (m *MockRoleBindingClient) UpdateRoleBinding(ctx context.Context, obj *v10.RoleBinding, opts ...client.UpdateOption) error

UpdateRoleBinding mocks base method.

func (*MockRoleBindingClient) UpdateRoleBindingStatus

func (m *MockRoleBindingClient) UpdateRoleBindingStatus(ctx context.Context, obj *v10.RoleBinding, opts ...client.SubResourceUpdateOption) error

UpdateRoleBindingStatus mocks base method.

func (*MockRoleBindingClient) UpsertRoleBinding

func (m *MockRoleBindingClient) UpsertRoleBinding(ctx context.Context, obj *v10.RoleBinding, transitionFuncs ...v1.RoleBindingTransitionFunction) error

UpsertRoleBinding mocks base method.

type MockRoleBindingClientMockRecorder

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

MockRoleBindingClientMockRecorder is the mock recorder for MockRoleBindingClient.

func (*MockRoleBindingClientMockRecorder) CreateRoleBinding

func (mr *MockRoleBindingClientMockRecorder) CreateRoleBinding(ctx, obj interface{}, opts ...interface{}) *gomock.Call

CreateRoleBinding indicates an expected call of CreateRoleBinding.

func (*MockRoleBindingClientMockRecorder) DeleteAllOfRoleBinding

func (mr *MockRoleBindingClientMockRecorder) DeleteAllOfRoleBinding(ctx interface{}, opts ...interface{}) *gomock.Call

DeleteAllOfRoleBinding indicates an expected call of DeleteAllOfRoleBinding.

func (*MockRoleBindingClientMockRecorder) DeleteRoleBinding

func (mr *MockRoleBindingClientMockRecorder) DeleteRoleBinding(ctx, key interface{}, opts ...interface{}) *gomock.Call

DeleteRoleBinding indicates an expected call of DeleteRoleBinding.

func (*MockRoleBindingClientMockRecorder) GetRoleBinding

func (mr *MockRoleBindingClientMockRecorder) GetRoleBinding(ctx, key interface{}) *gomock.Call

GetRoleBinding indicates an expected call of GetRoleBinding.

func (*MockRoleBindingClientMockRecorder) ListRoleBinding

func (mr *MockRoleBindingClientMockRecorder) ListRoleBinding(ctx interface{}, opts ...interface{}) *gomock.Call

ListRoleBinding indicates an expected call of ListRoleBinding.

func (*MockRoleBindingClientMockRecorder) PatchRoleBinding

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

PatchRoleBinding indicates an expected call of PatchRoleBinding.

func (*MockRoleBindingClientMockRecorder) PatchRoleBindingStatus

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

PatchRoleBindingStatus indicates an expected call of PatchRoleBindingStatus.

func (*MockRoleBindingClientMockRecorder) UpdateRoleBinding

func (mr *MockRoleBindingClientMockRecorder) UpdateRoleBinding(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateRoleBinding indicates an expected call of UpdateRoleBinding.

func (*MockRoleBindingClientMockRecorder) UpdateRoleBindingStatus

func (mr *MockRoleBindingClientMockRecorder) UpdateRoleBindingStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateRoleBindingStatus indicates an expected call of UpdateRoleBindingStatus.

func (*MockRoleBindingClientMockRecorder) UpsertRoleBinding

func (mr *MockRoleBindingClientMockRecorder) UpsertRoleBinding(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call

UpsertRoleBinding indicates an expected call of UpsertRoleBinding.

type MockRoleBindingReader

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

MockRoleBindingReader is a mock of RoleBindingReader interface.

func NewMockRoleBindingReader

func NewMockRoleBindingReader(ctrl *gomock.Controller) *MockRoleBindingReader

NewMockRoleBindingReader creates a new mock instance.

func (*MockRoleBindingReader) EXPECT

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

func (*MockRoleBindingReader) GetRoleBinding

func (m *MockRoleBindingReader) GetRoleBinding(ctx context.Context, key client.ObjectKey) (*v10.RoleBinding, error)

GetRoleBinding mocks base method.

func (*MockRoleBindingReader) ListRoleBinding

func (m *MockRoleBindingReader) ListRoleBinding(ctx context.Context, opts ...client.ListOption) (*v10.RoleBindingList, error)

ListRoleBinding mocks base method.

type MockRoleBindingReaderMockRecorder

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

MockRoleBindingReaderMockRecorder is the mock recorder for MockRoleBindingReader.

func (*MockRoleBindingReaderMockRecorder) GetRoleBinding

func (mr *MockRoleBindingReaderMockRecorder) GetRoleBinding(ctx, key interface{}) *gomock.Call

GetRoleBinding indicates an expected call of GetRoleBinding.

func (*MockRoleBindingReaderMockRecorder) ListRoleBinding

func (mr *MockRoleBindingReaderMockRecorder) ListRoleBinding(ctx interface{}, opts ...interface{}) *gomock.Call

ListRoleBinding indicates an expected call of ListRoleBinding.

type MockRoleBindingStatusWriter

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

MockRoleBindingStatusWriter is a mock of RoleBindingStatusWriter interface.

func NewMockRoleBindingStatusWriter

func NewMockRoleBindingStatusWriter(ctrl *gomock.Controller) *MockRoleBindingStatusWriter

NewMockRoleBindingStatusWriter creates a new mock instance.

func (*MockRoleBindingStatusWriter) EXPECT

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

func (*MockRoleBindingStatusWriter) PatchRoleBindingStatus

func (m *MockRoleBindingStatusWriter) PatchRoleBindingStatus(ctx context.Context, obj *v10.RoleBinding, patch client.Patch, opts ...client.SubResourcePatchOption) error

PatchRoleBindingStatus mocks base method.

func (*MockRoleBindingStatusWriter) UpdateRoleBindingStatus

func (m *MockRoleBindingStatusWriter) UpdateRoleBindingStatus(ctx context.Context, obj *v10.RoleBinding, opts ...client.SubResourceUpdateOption) error

UpdateRoleBindingStatus mocks base method.

type MockRoleBindingStatusWriterMockRecorder

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

MockRoleBindingStatusWriterMockRecorder is the mock recorder for MockRoleBindingStatusWriter.

func (*MockRoleBindingStatusWriterMockRecorder) PatchRoleBindingStatus

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

PatchRoleBindingStatus indicates an expected call of PatchRoleBindingStatus.

func (*MockRoleBindingStatusWriterMockRecorder) UpdateRoleBindingStatus

func (mr *MockRoleBindingStatusWriterMockRecorder) UpdateRoleBindingStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateRoleBindingStatus indicates an expected call of UpdateRoleBindingStatus.

type MockRoleBindingWriter

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

MockRoleBindingWriter is a mock of RoleBindingWriter interface.

func NewMockRoleBindingWriter

func NewMockRoleBindingWriter(ctrl *gomock.Controller) *MockRoleBindingWriter

NewMockRoleBindingWriter creates a new mock instance.

func (*MockRoleBindingWriter) CreateRoleBinding

func (m *MockRoleBindingWriter) CreateRoleBinding(ctx context.Context, obj *v10.RoleBinding, opts ...client.CreateOption) error

CreateRoleBinding mocks base method.

func (*MockRoleBindingWriter) DeleteAllOfRoleBinding

func (m *MockRoleBindingWriter) DeleteAllOfRoleBinding(ctx context.Context, opts ...client.DeleteAllOfOption) error

DeleteAllOfRoleBinding mocks base method.

func (*MockRoleBindingWriter) DeleteRoleBinding

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

DeleteRoleBinding mocks base method.

func (*MockRoleBindingWriter) EXPECT

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

func (*MockRoleBindingWriter) PatchRoleBinding

func (m *MockRoleBindingWriter) PatchRoleBinding(ctx context.Context, obj *v10.RoleBinding, patch client.Patch, opts ...client.PatchOption) error

PatchRoleBinding mocks base method.

func (*MockRoleBindingWriter) UpdateRoleBinding

func (m *MockRoleBindingWriter) UpdateRoleBinding(ctx context.Context, obj *v10.RoleBinding, opts ...client.UpdateOption) error

UpdateRoleBinding mocks base method.

func (*MockRoleBindingWriter) UpsertRoleBinding

func (m *MockRoleBindingWriter) UpsertRoleBinding(ctx context.Context, obj *v10.RoleBinding, transitionFuncs ...v1.RoleBindingTransitionFunction) error

UpsertRoleBinding mocks base method.

type MockRoleBindingWriterMockRecorder

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

MockRoleBindingWriterMockRecorder is the mock recorder for MockRoleBindingWriter.

func (*MockRoleBindingWriterMockRecorder) CreateRoleBinding

func (mr *MockRoleBindingWriterMockRecorder) CreateRoleBinding(ctx, obj interface{}, opts ...interface{}) *gomock.Call

CreateRoleBinding indicates an expected call of CreateRoleBinding.

func (*MockRoleBindingWriterMockRecorder) DeleteAllOfRoleBinding

func (mr *MockRoleBindingWriterMockRecorder) DeleteAllOfRoleBinding(ctx interface{}, opts ...interface{}) *gomock.Call

DeleteAllOfRoleBinding indicates an expected call of DeleteAllOfRoleBinding.

func (*MockRoleBindingWriterMockRecorder) DeleteRoleBinding

func (mr *MockRoleBindingWriterMockRecorder) DeleteRoleBinding(ctx, key interface{}, opts ...interface{}) *gomock.Call

DeleteRoleBinding indicates an expected call of DeleteRoleBinding.

func (*MockRoleBindingWriterMockRecorder) PatchRoleBinding

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

PatchRoleBinding indicates an expected call of PatchRoleBinding.

func (*MockRoleBindingWriterMockRecorder) UpdateRoleBinding

func (mr *MockRoleBindingWriterMockRecorder) UpdateRoleBinding(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateRoleBinding indicates an expected call of UpdateRoleBinding.

func (*MockRoleBindingWriterMockRecorder) UpsertRoleBinding

func (mr *MockRoleBindingWriterMockRecorder) UpsertRoleBinding(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call

UpsertRoleBinding indicates an expected call of UpsertRoleBinding.

type MockRoleClient

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

MockRoleClient is a mock of RoleClient interface.

func NewMockRoleClient

func NewMockRoleClient(ctrl *gomock.Controller) *MockRoleClient

NewMockRoleClient creates a new mock instance.

func (*MockRoleClient) CreateRole

func (m *MockRoleClient) CreateRole(ctx context.Context, obj *v10.Role, opts ...client.CreateOption) error

CreateRole mocks base method.

func (*MockRoleClient) DeleteAllOfRole

func (m *MockRoleClient) DeleteAllOfRole(ctx context.Context, opts ...client.DeleteAllOfOption) error

DeleteAllOfRole mocks base method.

func (*MockRoleClient) DeleteRole

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

DeleteRole mocks base method.

func (*MockRoleClient) EXPECT

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

func (*MockRoleClient) GetRole

func (m *MockRoleClient) GetRole(ctx context.Context, key client.ObjectKey) (*v10.Role, error)

GetRole mocks base method.

func (*MockRoleClient) ListRole

func (m *MockRoleClient) ListRole(ctx context.Context, opts ...client.ListOption) (*v10.RoleList, error)

ListRole mocks base method.

func (*MockRoleClient) PatchRole

func (m *MockRoleClient) PatchRole(ctx context.Context, obj *v10.Role, patch client.Patch, opts ...client.PatchOption) error

PatchRole mocks base method.

func (*MockRoleClient) PatchRoleStatus

func (m *MockRoleClient) PatchRoleStatus(ctx context.Context, obj *v10.Role, patch client.Patch, opts ...client.SubResourcePatchOption) error

PatchRoleStatus mocks base method.

func (*MockRoleClient) UpdateRole

func (m *MockRoleClient) UpdateRole(ctx context.Context, obj *v10.Role, opts ...client.UpdateOption) error

UpdateRole mocks base method.

func (*MockRoleClient) UpdateRoleStatus

func (m *MockRoleClient) UpdateRoleStatus(ctx context.Context, obj *v10.Role, opts ...client.SubResourceUpdateOption) error

UpdateRoleStatus mocks base method.

func (*MockRoleClient) UpsertRole

func (m *MockRoleClient) UpsertRole(ctx context.Context, obj *v10.Role, transitionFuncs ...v1.RoleTransitionFunction) error

UpsertRole mocks base method.

type MockRoleClientMockRecorder

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

MockRoleClientMockRecorder is the mock recorder for MockRoleClient.

func (*MockRoleClientMockRecorder) CreateRole

func (mr *MockRoleClientMockRecorder) CreateRole(ctx, obj interface{}, opts ...interface{}) *gomock.Call

CreateRole indicates an expected call of CreateRole.

func (*MockRoleClientMockRecorder) DeleteAllOfRole

func (mr *MockRoleClientMockRecorder) DeleteAllOfRole(ctx interface{}, opts ...interface{}) *gomock.Call

DeleteAllOfRole indicates an expected call of DeleteAllOfRole.

func (*MockRoleClientMockRecorder) DeleteRole

func (mr *MockRoleClientMockRecorder) DeleteRole(ctx, key interface{}, opts ...interface{}) *gomock.Call

DeleteRole indicates an expected call of DeleteRole.

func (*MockRoleClientMockRecorder) GetRole

func (mr *MockRoleClientMockRecorder) GetRole(ctx, key interface{}) *gomock.Call

GetRole indicates an expected call of GetRole.

func (*MockRoleClientMockRecorder) ListRole

func (mr *MockRoleClientMockRecorder) ListRole(ctx interface{}, opts ...interface{}) *gomock.Call

ListRole indicates an expected call of ListRole.

func (*MockRoleClientMockRecorder) PatchRole

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

PatchRole indicates an expected call of PatchRole.

func (*MockRoleClientMockRecorder) PatchRoleStatus

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

PatchRoleStatus indicates an expected call of PatchRoleStatus.

func (*MockRoleClientMockRecorder) UpdateRole

func (mr *MockRoleClientMockRecorder) UpdateRole(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateRole indicates an expected call of UpdateRole.

func (*MockRoleClientMockRecorder) UpdateRoleStatus

func (mr *MockRoleClientMockRecorder) UpdateRoleStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateRoleStatus indicates an expected call of UpdateRoleStatus.

func (*MockRoleClientMockRecorder) UpsertRole

func (mr *MockRoleClientMockRecorder) UpsertRole(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call

UpsertRole indicates an expected call of UpsertRole.

type MockRoleReader

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

MockRoleReader is a mock of RoleReader interface.

func NewMockRoleReader

func NewMockRoleReader(ctrl *gomock.Controller) *MockRoleReader

NewMockRoleReader creates a new mock instance.

func (*MockRoleReader) EXPECT

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

func (*MockRoleReader) GetRole

func (m *MockRoleReader) GetRole(ctx context.Context, key client.ObjectKey) (*v10.Role, error)

GetRole mocks base method.

func (*MockRoleReader) ListRole

func (m *MockRoleReader) ListRole(ctx context.Context, opts ...client.ListOption) (*v10.RoleList, error)

ListRole mocks base method.

type MockRoleReaderMockRecorder

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

MockRoleReaderMockRecorder is the mock recorder for MockRoleReader.

func (*MockRoleReaderMockRecorder) GetRole

func (mr *MockRoleReaderMockRecorder) GetRole(ctx, key interface{}) *gomock.Call

GetRole indicates an expected call of GetRole.

func (*MockRoleReaderMockRecorder) ListRole

func (mr *MockRoleReaderMockRecorder) ListRole(ctx interface{}, opts ...interface{}) *gomock.Call

ListRole indicates an expected call of ListRole.

type MockRoleStatusWriter

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

MockRoleStatusWriter is a mock of RoleStatusWriter interface.

func NewMockRoleStatusWriter

func NewMockRoleStatusWriter(ctrl *gomock.Controller) *MockRoleStatusWriter

NewMockRoleStatusWriter creates a new mock instance.

func (*MockRoleStatusWriter) EXPECT

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

func (*MockRoleStatusWriter) PatchRoleStatus

func (m *MockRoleStatusWriter) PatchRoleStatus(ctx context.Context, obj *v10.Role, patch client.Patch, opts ...client.SubResourcePatchOption) error

PatchRoleStatus mocks base method.

func (*MockRoleStatusWriter) UpdateRoleStatus

func (m *MockRoleStatusWriter) UpdateRoleStatus(ctx context.Context, obj *v10.Role, opts ...client.SubResourceUpdateOption) error

UpdateRoleStatus mocks base method.

type MockRoleStatusWriterMockRecorder

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

MockRoleStatusWriterMockRecorder is the mock recorder for MockRoleStatusWriter.

func (*MockRoleStatusWriterMockRecorder) PatchRoleStatus

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

PatchRoleStatus indicates an expected call of PatchRoleStatus.

func (*MockRoleStatusWriterMockRecorder) UpdateRoleStatus

func (mr *MockRoleStatusWriterMockRecorder) UpdateRoleStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateRoleStatus indicates an expected call of UpdateRoleStatus.

type MockRoleWriter

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

MockRoleWriter is a mock of RoleWriter interface.

func NewMockRoleWriter

func NewMockRoleWriter(ctrl *gomock.Controller) *MockRoleWriter

NewMockRoleWriter creates a new mock instance.

func (*MockRoleWriter) CreateRole

func (m *MockRoleWriter) CreateRole(ctx context.Context, obj *v10.Role, opts ...client.CreateOption) error

CreateRole mocks base method.

func (*MockRoleWriter) DeleteAllOfRole

func (m *MockRoleWriter) DeleteAllOfRole(ctx context.Context, opts ...client.DeleteAllOfOption) error

DeleteAllOfRole mocks base method.

func (*MockRoleWriter) DeleteRole

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

DeleteRole mocks base method.

func (*MockRoleWriter) EXPECT

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

func (*MockRoleWriter) PatchRole

func (m *MockRoleWriter) PatchRole(ctx context.Context, obj *v10.Role, patch client.Patch, opts ...client.PatchOption) error

PatchRole mocks base method.

func (*MockRoleWriter) UpdateRole

func (m *MockRoleWriter) UpdateRole(ctx context.Context, obj *v10.Role, opts ...client.UpdateOption) error

UpdateRole mocks base method.

func (*MockRoleWriter) UpsertRole

func (m *MockRoleWriter) UpsertRole(ctx context.Context, obj *v10.Role, transitionFuncs ...v1.RoleTransitionFunction) error

UpsertRole mocks base method.

type MockRoleWriterMockRecorder

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

MockRoleWriterMockRecorder is the mock recorder for MockRoleWriter.

func (*MockRoleWriterMockRecorder) CreateRole

func (mr *MockRoleWriterMockRecorder) CreateRole(ctx, obj interface{}, opts ...interface{}) *gomock.Call

CreateRole indicates an expected call of CreateRole.

func (*MockRoleWriterMockRecorder) DeleteAllOfRole

func (mr *MockRoleWriterMockRecorder) DeleteAllOfRole(ctx interface{}, opts ...interface{}) *gomock.Call

DeleteAllOfRole indicates an expected call of DeleteAllOfRole.

func (*MockRoleWriterMockRecorder) DeleteRole

func (mr *MockRoleWriterMockRecorder) DeleteRole(ctx, key interface{}, opts ...interface{}) *gomock.Call

DeleteRole indicates an expected call of DeleteRole.

func (*MockRoleWriterMockRecorder) PatchRole

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

PatchRole indicates an expected call of PatchRole.

func (*MockRoleWriterMockRecorder) UpdateRole

func (mr *MockRoleWriterMockRecorder) UpdateRole(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateRole indicates an expected call of UpdateRole.

func (*MockRoleWriterMockRecorder) UpsertRole

func (mr *MockRoleWriterMockRecorder) UpsertRole(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call

UpsertRole indicates an expected call of UpsertRole.

Jump to

Keyboard shortcuts

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