mock_v1

package
v0.39.0 Latest Latest
Warning

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

Go to latest
Published: May 7, 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) EXPECT

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

func (*MockClientset) Namespaces

func (m *MockClientset) Namespaces() v1.NamespaceClient

Namespaces mocks base method

func (*MockClientset) Secrets

func (m *MockClientset) Secrets() v1.SecretClient

Secrets mocks base method

func (*MockClientset) ServiceAccounts

func (m *MockClientset) ServiceAccounts() v1.ServiceAccountClient

ServiceAccounts mocks base method

type MockClientsetMockRecorder

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

MockClientsetMockRecorder is the mock recorder for MockClientset

func (*MockClientsetMockRecorder) Namespaces

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

Namespaces indicates an expected call of Namespaces

func (*MockClientsetMockRecorder) Secrets

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

Secrets indicates an expected call of Secrets

func (*MockClientsetMockRecorder) ServiceAccounts

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

ServiceAccounts indicates an expected call of ServiceAccounts

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 MockMulticlusterNamespaceClient

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

MockMulticlusterNamespaceClient is a mock of MulticlusterNamespaceClient interface

func NewMockMulticlusterNamespaceClient

func NewMockMulticlusterNamespaceClient(ctrl *gomock.Controller) *MockMulticlusterNamespaceClient

NewMockMulticlusterNamespaceClient creates a new mock instance

func (*MockMulticlusterNamespaceClient) Cluster

Cluster mocks base method

func (*MockMulticlusterNamespaceClient) EXPECT

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

type MockMulticlusterNamespaceClientMockRecorder

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

MockMulticlusterNamespaceClientMockRecorder is the mock recorder for MockMulticlusterNamespaceClient

func (*MockMulticlusterNamespaceClientMockRecorder) Cluster

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

Cluster indicates an expected call of Cluster

type MockMulticlusterSecretClient

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

MockMulticlusterSecretClient is a mock of MulticlusterSecretClient interface

func NewMockMulticlusterSecretClient

func NewMockMulticlusterSecretClient(ctrl *gomock.Controller) *MockMulticlusterSecretClient

NewMockMulticlusterSecretClient creates a new mock instance

func (*MockMulticlusterSecretClient) Cluster

func (m *MockMulticlusterSecretClient) Cluster(cluster string) (v1.SecretClient, error)

Cluster mocks base method

func (*MockMulticlusterSecretClient) EXPECT

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

type MockMulticlusterSecretClientMockRecorder

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

MockMulticlusterSecretClientMockRecorder is the mock recorder for MockMulticlusterSecretClient

func (*MockMulticlusterSecretClientMockRecorder) Cluster

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

Cluster indicates an expected call of Cluster

type MockMulticlusterServiceAccountClient

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

MockMulticlusterServiceAccountClient is a mock of MulticlusterServiceAccountClient interface

func NewMockMulticlusterServiceAccountClient

func NewMockMulticlusterServiceAccountClient(ctrl *gomock.Controller) *MockMulticlusterServiceAccountClient

NewMockMulticlusterServiceAccountClient creates a new mock instance

func (*MockMulticlusterServiceAccountClient) Cluster

Cluster mocks base method

func (*MockMulticlusterServiceAccountClient) EXPECT

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

type MockMulticlusterServiceAccountClientMockRecorder

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

MockMulticlusterServiceAccountClientMockRecorder is the mock recorder for MockMulticlusterServiceAccountClient

func (*MockMulticlusterServiceAccountClientMockRecorder) Cluster

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

Cluster indicates an expected call of Cluster

type MockNamespaceClient

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

MockNamespaceClient is a mock of NamespaceClient interface

func NewMockNamespaceClient

func NewMockNamespaceClient(ctrl *gomock.Controller) *MockNamespaceClient

NewMockNamespaceClient creates a new mock instance

func (*MockNamespaceClient) CreateNamespace

func (m *MockNamespaceClient) CreateNamespace(ctx context.Context, obj *v10.Namespace, opts ...client.CreateOption) error

CreateNamespace mocks base method

func (*MockNamespaceClient) DeleteAllOfNamespace

func (m *MockNamespaceClient) DeleteAllOfNamespace(ctx context.Context, opts ...client.DeleteAllOfOption) error

DeleteAllOfNamespace mocks base method

func (*MockNamespaceClient) DeleteNamespace

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

DeleteNamespace mocks base method

func (*MockNamespaceClient) EXPECT

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

func (*MockNamespaceClient) GetNamespace

func (m *MockNamespaceClient) GetNamespace(ctx context.Context, name string) (*v10.Namespace, error)

GetNamespace mocks base method

func (*MockNamespaceClient) ListNamespace

func (m *MockNamespaceClient) ListNamespace(ctx context.Context, opts ...client.ListOption) (*v10.NamespaceList, error)

ListNamespace mocks base method

func (*MockNamespaceClient) PatchNamespace

func (m *MockNamespaceClient) PatchNamespace(ctx context.Context, obj *v10.Namespace, patch client.Patch, opts ...client.PatchOption) error

PatchNamespace mocks base method

func (*MockNamespaceClient) PatchNamespaceStatus

func (m *MockNamespaceClient) PatchNamespaceStatus(ctx context.Context, obj *v10.Namespace, patch client.Patch, opts ...client.SubResourcePatchOption) error

PatchNamespaceStatus mocks base method

func (*MockNamespaceClient) UpdateNamespace

func (m *MockNamespaceClient) UpdateNamespace(ctx context.Context, obj *v10.Namespace, opts ...client.UpdateOption) error

UpdateNamespace mocks base method

func (*MockNamespaceClient) UpdateNamespaceStatus

func (m *MockNamespaceClient) UpdateNamespaceStatus(ctx context.Context, obj *v10.Namespace, opts ...client.SubResourceUpdateOption) error

UpdateNamespaceStatus mocks base method

func (*MockNamespaceClient) UpsertNamespace

func (m *MockNamespaceClient) UpsertNamespace(ctx context.Context, obj *v10.Namespace, transitionFuncs ...v1.NamespaceTransitionFunction) error

UpsertNamespace mocks base method

type MockNamespaceClientMockRecorder

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

MockNamespaceClientMockRecorder is the mock recorder for MockNamespaceClient

func (*MockNamespaceClientMockRecorder) CreateNamespace

func (mr *MockNamespaceClientMockRecorder) CreateNamespace(ctx, obj interface{}, opts ...interface{}) *gomock.Call

CreateNamespace indicates an expected call of CreateNamespace

func (*MockNamespaceClientMockRecorder) DeleteAllOfNamespace

func (mr *MockNamespaceClientMockRecorder) DeleteAllOfNamespace(ctx interface{}, opts ...interface{}) *gomock.Call

DeleteAllOfNamespace indicates an expected call of DeleteAllOfNamespace

func (*MockNamespaceClientMockRecorder) DeleteNamespace

func (mr *MockNamespaceClientMockRecorder) DeleteNamespace(ctx, name interface{}, opts ...interface{}) *gomock.Call

DeleteNamespace indicates an expected call of DeleteNamespace

func (*MockNamespaceClientMockRecorder) GetNamespace

func (mr *MockNamespaceClientMockRecorder) GetNamespace(ctx, name interface{}) *gomock.Call

GetNamespace indicates an expected call of GetNamespace

func (*MockNamespaceClientMockRecorder) ListNamespace

func (mr *MockNamespaceClientMockRecorder) ListNamespace(ctx interface{}, opts ...interface{}) *gomock.Call

ListNamespace indicates an expected call of ListNamespace

func (*MockNamespaceClientMockRecorder) PatchNamespace

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

PatchNamespace indicates an expected call of PatchNamespace

func (*MockNamespaceClientMockRecorder) PatchNamespaceStatus

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

PatchNamespaceStatus indicates an expected call of PatchNamespaceStatus

func (*MockNamespaceClientMockRecorder) UpdateNamespace

func (mr *MockNamespaceClientMockRecorder) UpdateNamespace(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateNamespace indicates an expected call of UpdateNamespace

func (*MockNamespaceClientMockRecorder) UpdateNamespaceStatus

func (mr *MockNamespaceClientMockRecorder) UpdateNamespaceStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateNamespaceStatus indicates an expected call of UpdateNamespaceStatus

func (*MockNamespaceClientMockRecorder) UpsertNamespace

func (mr *MockNamespaceClientMockRecorder) UpsertNamespace(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call

UpsertNamespace indicates an expected call of UpsertNamespace

type MockNamespaceReader

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

MockNamespaceReader is a mock of NamespaceReader interface

func NewMockNamespaceReader

func NewMockNamespaceReader(ctrl *gomock.Controller) *MockNamespaceReader

NewMockNamespaceReader creates a new mock instance

func (*MockNamespaceReader) EXPECT

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

func (*MockNamespaceReader) GetNamespace

func (m *MockNamespaceReader) GetNamespace(ctx context.Context, name string) (*v10.Namespace, error)

GetNamespace mocks base method

func (*MockNamespaceReader) ListNamespace

func (m *MockNamespaceReader) ListNamespace(ctx context.Context, opts ...client.ListOption) (*v10.NamespaceList, error)

ListNamespace mocks base method

type MockNamespaceReaderMockRecorder

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

MockNamespaceReaderMockRecorder is the mock recorder for MockNamespaceReader

func (*MockNamespaceReaderMockRecorder) GetNamespace

func (mr *MockNamespaceReaderMockRecorder) GetNamespace(ctx, name interface{}) *gomock.Call

GetNamespace indicates an expected call of GetNamespace

func (*MockNamespaceReaderMockRecorder) ListNamespace

func (mr *MockNamespaceReaderMockRecorder) ListNamespace(ctx interface{}, opts ...interface{}) *gomock.Call

ListNamespace indicates an expected call of ListNamespace

type MockNamespaceStatusWriter

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

MockNamespaceStatusWriter is a mock of NamespaceStatusWriter interface

func NewMockNamespaceStatusWriter

func NewMockNamespaceStatusWriter(ctrl *gomock.Controller) *MockNamespaceStatusWriter

NewMockNamespaceStatusWriter creates a new mock instance

func (*MockNamespaceStatusWriter) EXPECT

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

func (*MockNamespaceStatusWriter) PatchNamespaceStatus

func (m *MockNamespaceStatusWriter) PatchNamespaceStatus(ctx context.Context, obj *v10.Namespace, patch client.Patch, opts ...client.SubResourcePatchOption) error

PatchNamespaceStatus mocks base method

func (*MockNamespaceStatusWriter) UpdateNamespaceStatus

func (m *MockNamespaceStatusWriter) UpdateNamespaceStatus(ctx context.Context, obj *v10.Namespace, opts ...client.SubResourceUpdateOption) error

UpdateNamespaceStatus mocks base method

type MockNamespaceStatusWriterMockRecorder

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

MockNamespaceStatusWriterMockRecorder is the mock recorder for MockNamespaceStatusWriter

func (*MockNamespaceStatusWriterMockRecorder) PatchNamespaceStatus

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

PatchNamespaceStatus indicates an expected call of PatchNamespaceStatus

func (*MockNamespaceStatusWriterMockRecorder) UpdateNamespaceStatus

func (mr *MockNamespaceStatusWriterMockRecorder) UpdateNamespaceStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateNamespaceStatus indicates an expected call of UpdateNamespaceStatus

type MockNamespaceWriter

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

MockNamespaceWriter is a mock of NamespaceWriter interface

func NewMockNamespaceWriter

func NewMockNamespaceWriter(ctrl *gomock.Controller) *MockNamespaceWriter

NewMockNamespaceWriter creates a new mock instance

func (*MockNamespaceWriter) CreateNamespace

func (m *MockNamespaceWriter) CreateNamespace(ctx context.Context, obj *v10.Namespace, opts ...client.CreateOption) error

CreateNamespace mocks base method

func (*MockNamespaceWriter) DeleteAllOfNamespace

func (m *MockNamespaceWriter) DeleteAllOfNamespace(ctx context.Context, opts ...client.DeleteAllOfOption) error

DeleteAllOfNamespace mocks base method

func (*MockNamespaceWriter) DeleteNamespace

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

DeleteNamespace mocks base method

func (*MockNamespaceWriter) EXPECT

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

func (*MockNamespaceWriter) PatchNamespace

func (m *MockNamespaceWriter) PatchNamespace(ctx context.Context, obj *v10.Namespace, patch client.Patch, opts ...client.PatchOption) error

PatchNamespace mocks base method

func (*MockNamespaceWriter) UpdateNamespace

func (m *MockNamespaceWriter) UpdateNamespace(ctx context.Context, obj *v10.Namespace, opts ...client.UpdateOption) error

UpdateNamespace mocks base method

func (*MockNamespaceWriter) UpsertNamespace

func (m *MockNamespaceWriter) UpsertNamespace(ctx context.Context, obj *v10.Namespace, transitionFuncs ...v1.NamespaceTransitionFunction) error

UpsertNamespace mocks base method

type MockNamespaceWriterMockRecorder

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

MockNamespaceWriterMockRecorder is the mock recorder for MockNamespaceWriter

func (*MockNamespaceWriterMockRecorder) CreateNamespace

func (mr *MockNamespaceWriterMockRecorder) CreateNamespace(ctx, obj interface{}, opts ...interface{}) *gomock.Call

CreateNamespace indicates an expected call of CreateNamespace

func (*MockNamespaceWriterMockRecorder) DeleteAllOfNamespace

func (mr *MockNamespaceWriterMockRecorder) DeleteAllOfNamespace(ctx interface{}, opts ...interface{}) *gomock.Call

DeleteAllOfNamespace indicates an expected call of DeleteAllOfNamespace

func (*MockNamespaceWriterMockRecorder) DeleteNamespace

func (mr *MockNamespaceWriterMockRecorder) DeleteNamespace(ctx, name interface{}, opts ...interface{}) *gomock.Call

DeleteNamespace indicates an expected call of DeleteNamespace

func (*MockNamespaceWriterMockRecorder) PatchNamespace

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

PatchNamespace indicates an expected call of PatchNamespace

func (*MockNamespaceWriterMockRecorder) UpdateNamespace

func (mr *MockNamespaceWriterMockRecorder) UpdateNamespace(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateNamespace indicates an expected call of UpdateNamespace

func (*MockNamespaceWriterMockRecorder) UpsertNamespace

func (mr *MockNamespaceWriterMockRecorder) UpsertNamespace(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call

UpsertNamespace indicates an expected call of UpsertNamespace

type MockSecretClient

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

MockSecretClient is a mock of SecretClient interface

func NewMockSecretClient

func NewMockSecretClient(ctrl *gomock.Controller) *MockSecretClient

NewMockSecretClient creates a new mock instance

func (*MockSecretClient) CreateSecret

func (m *MockSecretClient) CreateSecret(ctx context.Context, obj *v10.Secret, opts ...client.CreateOption) error

CreateSecret mocks base method

func (*MockSecretClient) DeleteAllOfSecret

func (m *MockSecretClient) DeleteAllOfSecret(ctx context.Context, opts ...client.DeleteAllOfOption) error

DeleteAllOfSecret mocks base method

func (*MockSecretClient) DeleteSecret

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

DeleteSecret mocks base method

func (*MockSecretClient) EXPECT

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

func (*MockSecretClient) GetSecret

func (m *MockSecretClient) GetSecret(ctx context.Context, key client.ObjectKey) (*v10.Secret, error)

GetSecret mocks base method

func (*MockSecretClient) ListSecret

func (m *MockSecretClient) ListSecret(ctx context.Context, opts ...client.ListOption) (*v10.SecretList, error)

ListSecret mocks base method

func (*MockSecretClient) PatchSecret

func (m *MockSecretClient) PatchSecret(ctx context.Context, obj *v10.Secret, patch client.Patch, opts ...client.PatchOption) error

PatchSecret mocks base method

func (*MockSecretClient) PatchSecretStatus

func (m *MockSecretClient) PatchSecretStatus(ctx context.Context, obj *v10.Secret, patch client.Patch, opts ...client.SubResourcePatchOption) error

PatchSecretStatus mocks base method

func (*MockSecretClient) UpdateSecret

func (m *MockSecretClient) UpdateSecret(ctx context.Context, obj *v10.Secret, opts ...client.UpdateOption) error

UpdateSecret mocks base method

func (*MockSecretClient) UpdateSecretStatus

func (m *MockSecretClient) UpdateSecretStatus(ctx context.Context, obj *v10.Secret, opts ...client.SubResourceUpdateOption) error

UpdateSecretStatus mocks base method

func (*MockSecretClient) UpsertSecret

func (m *MockSecretClient) UpsertSecret(ctx context.Context, obj *v10.Secret, transitionFuncs ...v1.SecretTransitionFunction) error

UpsertSecret mocks base method

type MockSecretClientMockRecorder

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

MockSecretClientMockRecorder is the mock recorder for MockSecretClient

func (*MockSecretClientMockRecorder) CreateSecret

func (mr *MockSecretClientMockRecorder) CreateSecret(ctx, obj interface{}, opts ...interface{}) *gomock.Call

CreateSecret indicates an expected call of CreateSecret

func (*MockSecretClientMockRecorder) DeleteAllOfSecret

func (mr *MockSecretClientMockRecorder) DeleteAllOfSecret(ctx interface{}, opts ...interface{}) *gomock.Call

DeleteAllOfSecret indicates an expected call of DeleteAllOfSecret

func (*MockSecretClientMockRecorder) DeleteSecret

func (mr *MockSecretClientMockRecorder) DeleteSecret(ctx, key interface{}, opts ...interface{}) *gomock.Call

DeleteSecret indicates an expected call of DeleteSecret

func (*MockSecretClientMockRecorder) GetSecret

func (mr *MockSecretClientMockRecorder) GetSecret(ctx, key interface{}) *gomock.Call

GetSecret indicates an expected call of GetSecret

func (*MockSecretClientMockRecorder) ListSecret

func (mr *MockSecretClientMockRecorder) ListSecret(ctx interface{}, opts ...interface{}) *gomock.Call

ListSecret indicates an expected call of ListSecret

func (*MockSecretClientMockRecorder) PatchSecret

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

PatchSecret indicates an expected call of PatchSecret

func (*MockSecretClientMockRecorder) PatchSecretStatus

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

PatchSecretStatus indicates an expected call of PatchSecretStatus

func (*MockSecretClientMockRecorder) UpdateSecret

func (mr *MockSecretClientMockRecorder) UpdateSecret(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateSecret indicates an expected call of UpdateSecret

func (*MockSecretClientMockRecorder) UpdateSecretStatus

func (mr *MockSecretClientMockRecorder) UpdateSecretStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateSecretStatus indicates an expected call of UpdateSecretStatus

func (*MockSecretClientMockRecorder) UpsertSecret

func (mr *MockSecretClientMockRecorder) UpsertSecret(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call

UpsertSecret indicates an expected call of UpsertSecret

type MockSecretReader

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

MockSecretReader is a mock of SecretReader interface

func NewMockSecretReader

func NewMockSecretReader(ctrl *gomock.Controller) *MockSecretReader

NewMockSecretReader creates a new mock instance

func (*MockSecretReader) EXPECT

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

func (*MockSecretReader) GetSecret

func (m *MockSecretReader) GetSecret(ctx context.Context, key client.ObjectKey) (*v10.Secret, error)

GetSecret mocks base method

func (*MockSecretReader) ListSecret

func (m *MockSecretReader) ListSecret(ctx context.Context, opts ...client.ListOption) (*v10.SecretList, error)

ListSecret mocks base method

type MockSecretReaderMockRecorder

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

MockSecretReaderMockRecorder is the mock recorder for MockSecretReader

func (*MockSecretReaderMockRecorder) GetSecret

func (mr *MockSecretReaderMockRecorder) GetSecret(ctx, key interface{}) *gomock.Call

GetSecret indicates an expected call of GetSecret

func (*MockSecretReaderMockRecorder) ListSecret

func (mr *MockSecretReaderMockRecorder) ListSecret(ctx interface{}, opts ...interface{}) *gomock.Call

ListSecret indicates an expected call of ListSecret

type MockSecretStatusWriter

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

MockSecretStatusWriter is a mock of SecretStatusWriter interface

func NewMockSecretStatusWriter

func NewMockSecretStatusWriter(ctrl *gomock.Controller) *MockSecretStatusWriter

NewMockSecretStatusWriter creates a new mock instance

func (*MockSecretStatusWriter) EXPECT

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

func (*MockSecretStatusWriter) PatchSecretStatus

func (m *MockSecretStatusWriter) PatchSecretStatus(ctx context.Context, obj *v10.Secret, patch client.Patch, opts ...client.SubResourcePatchOption) error

PatchSecretStatus mocks base method

func (*MockSecretStatusWriter) UpdateSecretStatus

func (m *MockSecretStatusWriter) UpdateSecretStatus(ctx context.Context, obj *v10.Secret, opts ...client.SubResourceUpdateOption) error

UpdateSecretStatus mocks base method

type MockSecretStatusWriterMockRecorder

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

MockSecretStatusWriterMockRecorder is the mock recorder for MockSecretStatusWriter

func (*MockSecretStatusWriterMockRecorder) PatchSecretStatus

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

PatchSecretStatus indicates an expected call of PatchSecretStatus

func (*MockSecretStatusWriterMockRecorder) UpdateSecretStatus

func (mr *MockSecretStatusWriterMockRecorder) UpdateSecretStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateSecretStatus indicates an expected call of UpdateSecretStatus

type MockSecretWriter

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

MockSecretWriter is a mock of SecretWriter interface

func NewMockSecretWriter

func NewMockSecretWriter(ctrl *gomock.Controller) *MockSecretWriter

NewMockSecretWriter creates a new mock instance

func (*MockSecretWriter) CreateSecret

func (m *MockSecretWriter) CreateSecret(ctx context.Context, obj *v10.Secret, opts ...client.CreateOption) error

CreateSecret mocks base method

func (*MockSecretWriter) DeleteAllOfSecret

func (m *MockSecretWriter) DeleteAllOfSecret(ctx context.Context, opts ...client.DeleteAllOfOption) error

DeleteAllOfSecret mocks base method

func (*MockSecretWriter) DeleteSecret

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

DeleteSecret mocks base method

func (*MockSecretWriter) EXPECT

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

func (*MockSecretWriter) PatchSecret

func (m *MockSecretWriter) PatchSecret(ctx context.Context, obj *v10.Secret, patch client.Patch, opts ...client.PatchOption) error

PatchSecret mocks base method

func (*MockSecretWriter) UpdateSecret

func (m *MockSecretWriter) UpdateSecret(ctx context.Context, obj *v10.Secret, opts ...client.UpdateOption) error

UpdateSecret mocks base method

func (*MockSecretWriter) UpsertSecret

func (m *MockSecretWriter) UpsertSecret(ctx context.Context, obj *v10.Secret, transitionFuncs ...v1.SecretTransitionFunction) error

UpsertSecret mocks base method

type MockSecretWriterMockRecorder

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

MockSecretWriterMockRecorder is the mock recorder for MockSecretWriter

func (*MockSecretWriterMockRecorder) CreateSecret

func (mr *MockSecretWriterMockRecorder) CreateSecret(ctx, obj interface{}, opts ...interface{}) *gomock.Call

CreateSecret indicates an expected call of CreateSecret

func (*MockSecretWriterMockRecorder) DeleteAllOfSecret

func (mr *MockSecretWriterMockRecorder) DeleteAllOfSecret(ctx interface{}, opts ...interface{}) *gomock.Call

DeleteAllOfSecret indicates an expected call of DeleteAllOfSecret

func (*MockSecretWriterMockRecorder) DeleteSecret

func (mr *MockSecretWriterMockRecorder) DeleteSecret(ctx, key interface{}, opts ...interface{}) *gomock.Call

DeleteSecret indicates an expected call of DeleteSecret

func (*MockSecretWriterMockRecorder) PatchSecret

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

PatchSecret indicates an expected call of PatchSecret

func (*MockSecretWriterMockRecorder) UpdateSecret

func (mr *MockSecretWriterMockRecorder) UpdateSecret(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateSecret indicates an expected call of UpdateSecret

func (*MockSecretWriterMockRecorder) UpsertSecret

func (mr *MockSecretWriterMockRecorder) UpsertSecret(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call

UpsertSecret indicates an expected call of UpsertSecret

type MockServiceAccountClient

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

MockServiceAccountClient is a mock of ServiceAccountClient interface

func NewMockServiceAccountClient

func NewMockServiceAccountClient(ctrl *gomock.Controller) *MockServiceAccountClient

NewMockServiceAccountClient creates a new mock instance

func (*MockServiceAccountClient) CreateServiceAccount

func (m *MockServiceAccountClient) CreateServiceAccount(ctx context.Context, obj *v10.ServiceAccount, opts ...client.CreateOption) error

CreateServiceAccount mocks base method

func (*MockServiceAccountClient) DeleteAllOfServiceAccount

func (m *MockServiceAccountClient) DeleteAllOfServiceAccount(ctx context.Context, opts ...client.DeleteAllOfOption) error

DeleteAllOfServiceAccount mocks base method

func (*MockServiceAccountClient) DeleteServiceAccount

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

DeleteServiceAccount mocks base method

func (*MockServiceAccountClient) EXPECT

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

func (*MockServiceAccountClient) GetServiceAccount

func (m *MockServiceAccountClient) GetServiceAccount(ctx context.Context, key client.ObjectKey) (*v10.ServiceAccount, error)

GetServiceAccount mocks base method

func (*MockServiceAccountClient) ListServiceAccount

func (m *MockServiceAccountClient) ListServiceAccount(ctx context.Context, opts ...client.ListOption) (*v10.ServiceAccountList, error)

ListServiceAccount mocks base method

func (*MockServiceAccountClient) PatchServiceAccount

func (m *MockServiceAccountClient) PatchServiceAccount(ctx context.Context, obj *v10.ServiceAccount, patch client.Patch, opts ...client.PatchOption) error

PatchServiceAccount mocks base method

func (*MockServiceAccountClient) PatchServiceAccountStatus

func (m *MockServiceAccountClient) PatchServiceAccountStatus(ctx context.Context, obj *v10.ServiceAccount, patch client.Patch, opts ...client.SubResourcePatchOption) error

PatchServiceAccountStatus mocks base method

func (*MockServiceAccountClient) UpdateServiceAccount

func (m *MockServiceAccountClient) UpdateServiceAccount(ctx context.Context, obj *v10.ServiceAccount, opts ...client.UpdateOption) error

UpdateServiceAccount mocks base method

func (*MockServiceAccountClient) UpdateServiceAccountStatus

func (m *MockServiceAccountClient) UpdateServiceAccountStatus(ctx context.Context, obj *v10.ServiceAccount, opts ...client.SubResourceUpdateOption) error

UpdateServiceAccountStatus mocks base method

func (*MockServiceAccountClient) UpsertServiceAccount

func (m *MockServiceAccountClient) UpsertServiceAccount(ctx context.Context, obj *v10.ServiceAccount, transitionFuncs ...v1.ServiceAccountTransitionFunction) error

UpsertServiceAccount mocks base method

type MockServiceAccountClientMockRecorder

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

MockServiceAccountClientMockRecorder is the mock recorder for MockServiceAccountClient

func (*MockServiceAccountClientMockRecorder) CreateServiceAccount

func (mr *MockServiceAccountClientMockRecorder) CreateServiceAccount(ctx, obj interface{}, opts ...interface{}) *gomock.Call

CreateServiceAccount indicates an expected call of CreateServiceAccount

func (*MockServiceAccountClientMockRecorder) DeleteAllOfServiceAccount

func (mr *MockServiceAccountClientMockRecorder) DeleteAllOfServiceAccount(ctx interface{}, opts ...interface{}) *gomock.Call

DeleteAllOfServiceAccount indicates an expected call of DeleteAllOfServiceAccount

func (*MockServiceAccountClientMockRecorder) DeleteServiceAccount

func (mr *MockServiceAccountClientMockRecorder) DeleteServiceAccount(ctx, key interface{}, opts ...interface{}) *gomock.Call

DeleteServiceAccount indicates an expected call of DeleteServiceAccount

func (*MockServiceAccountClientMockRecorder) GetServiceAccount

func (mr *MockServiceAccountClientMockRecorder) GetServiceAccount(ctx, key interface{}) *gomock.Call

GetServiceAccount indicates an expected call of GetServiceAccount

func (*MockServiceAccountClientMockRecorder) ListServiceAccount

func (mr *MockServiceAccountClientMockRecorder) ListServiceAccount(ctx interface{}, opts ...interface{}) *gomock.Call

ListServiceAccount indicates an expected call of ListServiceAccount

func (*MockServiceAccountClientMockRecorder) PatchServiceAccount

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

PatchServiceAccount indicates an expected call of PatchServiceAccount

func (*MockServiceAccountClientMockRecorder) PatchServiceAccountStatus

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

PatchServiceAccountStatus indicates an expected call of PatchServiceAccountStatus

func (*MockServiceAccountClientMockRecorder) UpdateServiceAccount

func (mr *MockServiceAccountClientMockRecorder) UpdateServiceAccount(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateServiceAccount indicates an expected call of UpdateServiceAccount

func (*MockServiceAccountClientMockRecorder) UpdateServiceAccountStatus

func (mr *MockServiceAccountClientMockRecorder) UpdateServiceAccountStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateServiceAccountStatus indicates an expected call of UpdateServiceAccountStatus

func (*MockServiceAccountClientMockRecorder) UpsertServiceAccount

func (mr *MockServiceAccountClientMockRecorder) UpsertServiceAccount(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call

UpsertServiceAccount indicates an expected call of UpsertServiceAccount

type MockServiceAccountReader

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

MockServiceAccountReader is a mock of ServiceAccountReader interface

func NewMockServiceAccountReader

func NewMockServiceAccountReader(ctrl *gomock.Controller) *MockServiceAccountReader

NewMockServiceAccountReader creates a new mock instance

func (*MockServiceAccountReader) EXPECT

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

func (*MockServiceAccountReader) GetServiceAccount

func (m *MockServiceAccountReader) GetServiceAccount(ctx context.Context, key client.ObjectKey) (*v10.ServiceAccount, error)

GetServiceAccount mocks base method

func (*MockServiceAccountReader) ListServiceAccount

func (m *MockServiceAccountReader) ListServiceAccount(ctx context.Context, opts ...client.ListOption) (*v10.ServiceAccountList, error)

ListServiceAccount mocks base method

type MockServiceAccountReaderMockRecorder

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

MockServiceAccountReaderMockRecorder is the mock recorder for MockServiceAccountReader

func (*MockServiceAccountReaderMockRecorder) GetServiceAccount

func (mr *MockServiceAccountReaderMockRecorder) GetServiceAccount(ctx, key interface{}) *gomock.Call

GetServiceAccount indicates an expected call of GetServiceAccount

func (*MockServiceAccountReaderMockRecorder) ListServiceAccount

func (mr *MockServiceAccountReaderMockRecorder) ListServiceAccount(ctx interface{}, opts ...interface{}) *gomock.Call

ListServiceAccount indicates an expected call of ListServiceAccount

type MockServiceAccountStatusWriter

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

MockServiceAccountStatusWriter is a mock of ServiceAccountStatusWriter interface

func NewMockServiceAccountStatusWriter

func NewMockServiceAccountStatusWriter(ctrl *gomock.Controller) *MockServiceAccountStatusWriter

NewMockServiceAccountStatusWriter creates a new mock instance

func (*MockServiceAccountStatusWriter) EXPECT

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

func (*MockServiceAccountStatusWriter) PatchServiceAccountStatus

func (m *MockServiceAccountStatusWriter) PatchServiceAccountStatus(ctx context.Context, obj *v10.ServiceAccount, patch client.Patch, opts ...client.SubResourcePatchOption) error

PatchServiceAccountStatus mocks base method

func (*MockServiceAccountStatusWriter) UpdateServiceAccountStatus

func (m *MockServiceAccountStatusWriter) UpdateServiceAccountStatus(ctx context.Context, obj *v10.ServiceAccount, opts ...client.SubResourceUpdateOption) error

UpdateServiceAccountStatus mocks base method

type MockServiceAccountStatusWriterMockRecorder

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

MockServiceAccountStatusWriterMockRecorder is the mock recorder for MockServiceAccountStatusWriter

func (*MockServiceAccountStatusWriterMockRecorder) PatchServiceAccountStatus

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

PatchServiceAccountStatus indicates an expected call of PatchServiceAccountStatus

func (*MockServiceAccountStatusWriterMockRecorder) UpdateServiceAccountStatus

func (mr *MockServiceAccountStatusWriterMockRecorder) UpdateServiceAccountStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateServiceAccountStatus indicates an expected call of UpdateServiceAccountStatus

type MockServiceAccountWriter

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

MockServiceAccountWriter is a mock of ServiceAccountWriter interface

func NewMockServiceAccountWriter

func NewMockServiceAccountWriter(ctrl *gomock.Controller) *MockServiceAccountWriter

NewMockServiceAccountWriter creates a new mock instance

func (*MockServiceAccountWriter) CreateServiceAccount

func (m *MockServiceAccountWriter) CreateServiceAccount(ctx context.Context, obj *v10.ServiceAccount, opts ...client.CreateOption) error

CreateServiceAccount mocks base method

func (*MockServiceAccountWriter) DeleteAllOfServiceAccount

func (m *MockServiceAccountWriter) DeleteAllOfServiceAccount(ctx context.Context, opts ...client.DeleteAllOfOption) error

DeleteAllOfServiceAccount mocks base method

func (*MockServiceAccountWriter) DeleteServiceAccount

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

DeleteServiceAccount mocks base method

func (*MockServiceAccountWriter) EXPECT

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

func (*MockServiceAccountWriter) PatchServiceAccount

func (m *MockServiceAccountWriter) PatchServiceAccount(ctx context.Context, obj *v10.ServiceAccount, patch client.Patch, opts ...client.PatchOption) error

PatchServiceAccount mocks base method

func (*MockServiceAccountWriter) UpdateServiceAccount

func (m *MockServiceAccountWriter) UpdateServiceAccount(ctx context.Context, obj *v10.ServiceAccount, opts ...client.UpdateOption) error

UpdateServiceAccount mocks base method

func (*MockServiceAccountWriter) UpsertServiceAccount

func (m *MockServiceAccountWriter) UpsertServiceAccount(ctx context.Context, obj *v10.ServiceAccount, transitionFuncs ...v1.ServiceAccountTransitionFunction) error

UpsertServiceAccount mocks base method

type MockServiceAccountWriterMockRecorder

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

MockServiceAccountWriterMockRecorder is the mock recorder for MockServiceAccountWriter

func (*MockServiceAccountWriterMockRecorder) CreateServiceAccount

func (mr *MockServiceAccountWriterMockRecorder) CreateServiceAccount(ctx, obj interface{}, opts ...interface{}) *gomock.Call

CreateServiceAccount indicates an expected call of CreateServiceAccount

func (*MockServiceAccountWriterMockRecorder) DeleteAllOfServiceAccount

func (mr *MockServiceAccountWriterMockRecorder) DeleteAllOfServiceAccount(ctx interface{}, opts ...interface{}) *gomock.Call

DeleteAllOfServiceAccount indicates an expected call of DeleteAllOfServiceAccount

func (*MockServiceAccountWriterMockRecorder) DeleteServiceAccount

func (mr *MockServiceAccountWriterMockRecorder) DeleteServiceAccount(ctx, key interface{}, opts ...interface{}) *gomock.Call

DeleteServiceAccount indicates an expected call of DeleteServiceAccount

func (*MockServiceAccountWriterMockRecorder) PatchServiceAccount

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

PatchServiceAccount indicates an expected call of PatchServiceAccount

func (*MockServiceAccountWriterMockRecorder) UpdateServiceAccount

func (mr *MockServiceAccountWriterMockRecorder) UpdateServiceAccount(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateServiceAccount indicates an expected call of UpdateServiceAccount

func (*MockServiceAccountWriterMockRecorder) UpsertServiceAccount

func (mr *MockServiceAccountWriterMockRecorder) UpsertServiceAccount(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call

UpsertServiceAccount indicates an expected call of UpsertServiceAccount

Jump to

Keyboard shortcuts

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