mocks

package
v0.8.2-rc.2 Latest Latest
Warning

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

Go to latest
Published: Jan 17, 2024 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Package mocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockBundleDeploymentCache

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

MockBundleDeploymentCache is a mock of BundleDeploymentCache interface.

func NewMockBundleDeploymentCache

func NewMockBundleDeploymentCache(ctrl *gomock.Controller) *MockBundleDeploymentCache

NewMockBundleDeploymentCache creates a new mock instance.

func (*MockBundleDeploymentCache) AddIndexer

AddIndexer mocks base method.

func (*MockBundleDeploymentCache) EXPECT

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

func (*MockBundleDeploymentCache) Get

Get mocks base method.

func (*MockBundleDeploymentCache) GetByIndex

func (m *MockBundleDeploymentCache) GetByIndex(arg0, arg1 string) ([]*v1alpha1.BundleDeployment, error)

GetByIndex mocks base method.

func (*MockBundleDeploymentCache) List

List mocks base method.

type MockBundleDeploymentCacheMockRecorder

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

MockBundleDeploymentCacheMockRecorder is the mock recorder for MockBundleDeploymentCache.

func (*MockBundleDeploymentCacheMockRecorder) AddIndexer

func (mr *MockBundleDeploymentCacheMockRecorder) AddIndexer(arg0, arg1 interface{}) *gomock.Call

AddIndexer indicates an expected call of AddIndexer.

func (*MockBundleDeploymentCacheMockRecorder) Get

func (mr *MockBundleDeploymentCacheMockRecorder) Get(arg0, arg1 interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*MockBundleDeploymentCacheMockRecorder) GetByIndex

func (mr *MockBundleDeploymentCacheMockRecorder) GetByIndex(arg0, arg1 interface{}) *gomock.Call

GetByIndex indicates an expected call of GetByIndex.

func (*MockBundleDeploymentCacheMockRecorder) List

func (mr *MockBundleDeploymentCacheMockRecorder) List(arg0, arg1 interface{}) *gomock.Call

List indicates an expected call of List.

type MockClusterCache

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

MockClusterCache is a mock of ClusterCache interface.

func NewMockClusterCache

func NewMockClusterCache(ctrl *gomock.Controller) *MockClusterCache

NewMockClusterCache creates a new mock instance.

func (*MockClusterCache) AddIndexer

func (m *MockClusterCache) AddIndexer(arg0 string, arg1 v1alpha10.ClusterIndexer)

AddIndexer mocks base method.

func (*MockClusterCache) EXPECT

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

func (*MockClusterCache) Get

func (m *MockClusterCache) Get(arg0, arg1 string) (*v1alpha1.Cluster, error)

Get mocks base method.

func (*MockClusterCache) GetByIndex

func (m *MockClusterCache) GetByIndex(arg0, arg1 string) ([]*v1alpha1.Cluster, error)

GetByIndex mocks base method.

func (*MockClusterCache) List

func (m *MockClusterCache) List(arg0 string, arg1 labels.Selector) ([]*v1alpha1.Cluster, error)

List mocks base method.

type MockClusterCacheMockRecorder

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

MockClusterCacheMockRecorder is the mock recorder for MockClusterCache.

func (*MockClusterCacheMockRecorder) AddIndexer

func (mr *MockClusterCacheMockRecorder) AddIndexer(arg0, arg1 interface{}) *gomock.Call

AddIndexer indicates an expected call of AddIndexer.

func (*MockClusterCacheMockRecorder) Get

func (mr *MockClusterCacheMockRecorder) Get(arg0, arg1 interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*MockClusterCacheMockRecorder) GetByIndex

func (mr *MockClusterCacheMockRecorder) GetByIndex(arg0, arg1 interface{}) *gomock.Call

GetByIndex indicates an expected call of GetByIndex.

func (*MockClusterCacheMockRecorder) List

func (mr *MockClusterCacheMockRecorder) List(arg0, arg1 interface{}) *gomock.Call

List indicates an expected call of List.

type MockClusterClient

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

MockClusterClient is a mock of ClusterClient interface.

func NewMockClusterClient

func NewMockClusterClient(ctrl *gomock.Controller) *MockClusterClient

NewMockClusterClient creates a new mock instance.

func (*MockClusterClient) Create

func (m *MockClusterClient) Create(arg0 *v1alpha1.Cluster) (*v1alpha1.Cluster, error)

Create mocks base method.

func (*MockClusterClient) Delete

func (m *MockClusterClient) Delete(arg0, arg1 string, arg2 *v1.DeleteOptions) error

Delete mocks base method.

func (*MockClusterClient) EXPECT

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

func (*MockClusterClient) Get

func (m *MockClusterClient) Get(arg0, arg1 string, arg2 v1.GetOptions) (*v1alpha1.Cluster, error)

Get mocks base method.

func (*MockClusterClient) List

List mocks base method.

func (*MockClusterClient) Patch

func (m *MockClusterClient) Patch(arg0, arg1 string, arg2 types.PatchType, arg3 []byte, arg4 ...string) (*v1alpha1.Cluster, error)

Patch mocks base method.

func (*MockClusterClient) Update

func (m *MockClusterClient) Update(arg0 *v1alpha1.Cluster) (*v1alpha1.Cluster, error)

Update mocks base method.

func (*MockClusterClient) UpdateStatus

func (m *MockClusterClient) UpdateStatus(arg0 *v1alpha1.Cluster) (*v1alpha1.Cluster, error)

UpdateStatus mocks base method.

func (*MockClusterClient) Watch

func (m *MockClusterClient) Watch(arg0 string, arg1 v1.ListOptions) (watch.Interface, error)

Watch mocks base method.

type MockClusterClientMockRecorder

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

MockClusterClientMockRecorder is the mock recorder for MockClusterClient.

func (*MockClusterClientMockRecorder) Create

func (mr *MockClusterClientMockRecorder) Create(arg0 interface{}) *gomock.Call

Create indicates an expected call of Create.

func (*MockClusterClientMockRecorder) Delete

func (mr *MockClusterClientMockRecorder) Delete(arg0, arg1, arg2 interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockClusterClientMockRecorder) Get

func (mr *MockClusterClientMockRecorder) Get(arg0, arg1, arg2 interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*MockClusterClientMockRecorder) List

func (mr *MockClusterClientMockRecorder) List(arg0, arg1 interface{}) *gomock.Call

List indicates an expected call of List.

func (*MockClusterClientMockRecorder) Patch

func (mr *MockClusterClientMockRecorder) Patch(arg0, arg1, arg2, arg3 interface{}, arg4 ...interface{}) *gomock.Call

Patch indicates an expected call of Patch.

func (*MockClusterClientMockRecorder) Update

func (mr *MockClusterClientMockRecorder) Update(arg0 interface{}) *gomock.Call

Update indicates an expected call of Update.

func (*MockClusterClientMockRecorder) UpdateStatus

func (mr *MockClusterClientMockRecorder) UpdateStatus(arg0 interface{}) *gomock.Call

UpdateStatus indicates an expected call of UpdateStatus.

func (*MockClusterClientMockRecorder) Watch

func (mr *MockClusterClientMockRecorder) Watch(arg0, arg1 interface{}) *gomock.Call

Watch indicates an expected call of Watch.

type MockClusterRegistrationController

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

MockClusterRegistrationController is a mock of ClusterRegistrationController interface.

func NewMockClusterRegistrationController

func NewMockClusterRegistrationController(ctrl *gomock.Controller) *MockClusterRegistrationController

NewMockClusterRegistrationController creates a new mock instance.

func (*MockClusterRegistrationController) AddGenericHandler

func (m *MockClusterRegistrationController) AddGenericHandler(arg0 context.Context, arg1 string, arg2 generic.Handler)

AddGenericHandler mocks base method.

func (*MockClusterRegistrationController) AddGenericRemoveHandler

func (m *MockClusterRegistrationController) AddGenericRemoveHandler(arg0 context.Context, arg1 string, arg2 generic.Handler)

AddGenericRemoveHandler mocks base method.

func (*MockClusterRegistrationController) Cache

Cache mocks base method.

func (*MockClusterRegistrationController) Create

Create mocks base method.

func (*MockClusterRegistrationController) Delete

func (m *MockClusterRegistrationController) Delete(arg0, arg1 string, arg2 *v1.DeleteOptions) error

Delete mocks base method.

func (*MockClusterRegistrationController) EXPECT

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

func (*MockClusterRegistrationController) Enqueue

func (m *MockClusterRegistrationController) Enqueue(arg0, arg1 string)

Enqueue mocks base method.

func (*MockClusterRegistrationController) EnqueueAfter

func (m *MockClusterRegistrationController) EnqueueAfter(arg0, arg1 string, arg2 time.Duration)

EnqueueAfter mocks base method.

func (*MockClusterRegistrationController) Get

Get mocks base method.

func (*MockClusterRegistrationController) GroupVersionKind

GroupVersionKind mocks base method.

func (*MockClusterRegistrationController) Informer

Informer mocks base method.

func (*MockClusterRegistrationController) List

List mocks base method.

func (*MockClusterRegistrationController) OnChange

OnChange mocks base method.

func (*MockClusterRegistrationController) OnRemove

OnRemove mocks base method.

func (*MockClusterRegistrationController) Patch

func (m *MockClusterRegistrationController) Patch(arg0, arg1 string, arg2 types.PatchType, arg3 []byte, arg4 ...string) (*v1alpha1.ClusterRegistration, error)

Patch mocks base method.

func (*MockClusterRegistrationController) Update

Update mocks base method.

func (*MockClusterRegistrationController) UpdateStatus

UpdateStatus mocks base method.

func (*MockClusterRegistrationController) Updater

Updater mocks base method.

func (*MockClusterRegistrationController) Watch

Watch mocks base method.

type MockClusterRegistrationControllerMockRecorder

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

MockClusterRegistrationControllerMockRecorder is the mock recorder for MockClusterRegistrationController.

func (*MockClusterRegistrationControllerMockRecorder) AddGenericHandler

func (mr *MockClusterRegistrationControllerMockRecorder) AddGenericHandler(arg0, arg1, arg2 interface{}) *gomock.Call

AddGenericHandler indicates an expected call of AddGenericHandler.

func (*MockClusterRegistrationControllerMockRecorder) AddGenericRemoveHandler

func (mr *MockClusterRegistrationControllerMockRecorder) AddGenericRemoveHandler(arg0, arg1, arg2 interface{}) *gomock.Call

AddGenericRemoveHandler indicates an expected call of AddGenericRemoveHandler.

func (*MockClusterRegistrationControllerMockRecorder) Cache

Cache indicates an expected call of Cache.

func (*MockClusterRegistrationControllerMockRecorder) Create

func (mr *MockClusterRegistrationControllerMockRecorder) Create(arg0 interface{}) *gomock.Call

Create indicates an expected call of Create.

func (*MockClusterRegistrationControllerMockRecorder) Delete

func (mr *MockClusterRegistrationControllerMockRecorder) Delete(arg0, arg1, arg2 interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockClusterRegistrationControllerMockRecorder) Enqueue

func (mr *MockClusterRegistrationControllerMockRecorder) Enqueue(arg0, arg1 interface{}) *gomock.Call

Enqueue indicates an expected call of Enqueue.

func (*MockClusterRegistrationControllerMockRecorder) EnqueueAfter

func (mr *MockClusterRegistrationControllerMockRecorder) EnqueueAfter(arg0, arg1, arg2 interface{}) *gomock.Call

EnqueueAfter indicates an expected call of EnqueueAfter.

func (*MockClusterRegistrationControllerMockRecorder) Get

func (mr *MockClusterRegistrationControllerMockRecorder) Get(arg0, arg1, arg2 interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*MockClusterRegistrationControllerMockRecorder) GroupVersionKind

GroupVersionKind indicates an expected call of GroupVersionKind.

func (*MockClusterRegistrationControllerMockRecorder) Informer

Informer indicates an expected call of Informer.

func (*MockClusterRegistrationControllerMockRecorder) List

func (mr *MockClusterRegistrationControllerMockRecorder) List(arg0, arg1 interface{}) *gomock.Call

List indicates an expected call of List.

func (*MockClusterRegistrationControllerMockRecorder) OnChange

func (mr *MockClusterRegistrationControllerMockRecorder) OnChange(arg0, arg1, arg2 interface{}) *gomock.Call

OnChange indicates an expected call of OnChange.

func (*MockClusterRegistrationControllerMockRecorder) OnRemove

func (mr *MockClusterRegistrationControllerMockRecorder) OnRemove(arg0, arg1, arg2 interface{}) *gomock.Call

OnRemove indicates an expected call of OnRemove.

func (*MockClusterRegistrationControllerMockRecorder) Patch

func (mr *MockClusterRegistrationControllerMockRecorder) Patch(arg0, arg1, arg2, arg3 interface{}, arg4 ...interface{}) *gomock.Call

Patch indicates an expected call of Patch.

func (*MockClusterRegistrationControllerMockRecorder) Update

func (mr *MockClusterRegistrationControllerMockRecorder) Update(arg0 interface{}) *gomock.Call

Update indicates an expected call of Update.

func (*MockClusterRegistrationControllerMockRecorder) UpdateStatus

func (mr *MockClusterRegistrationControllerMockRecorder) UpdateStatus(arg0 interface{}) *gomock.Call

UpdateStatus indicates an expected call of UpdateStatus.

func (*MockClusterRegistrationControllerMockRecorder) Updater

Updater indicates an expected call of Updater.

func (*MockClusterRegistrationControllerMockRecorder) Watch

func (mr *MockClusterRegistrationControllerMockRecorder) Watch(arg0, arg1 interface{}) *gomock.Call

Watch indicates an expected call of Watch.

type MockInterface

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

MockInterface is a mock of Interface interface.

func NewMockInterface

func NewMockInterface(ctrl *gomock.Controller) *MockInterface

NewMockInterface creates a new mock instance.

func (*MockInterface) EXPECT

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

func (*MockInterface) Resource

Resource mocks base method.

type MockInterfaceMockRecorder

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

MockInterfaceMockRecorder is the mock recorder for MockInterface.

func (*MockInterfaceMockRecorder) Resource

func (mr *MockInterfaceMockRecorder) Resource(arg0 interface{}) *gomock.Call

Resource indicates an expected call of Resource.

type MockNamespaceController

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

MockNamespaceController is a mock of NamespaceController interface.

func NewMockNamespaceController

func NewMockNamespaceController(ctrl *gomock.Controller) *MockNamespaceController

NewMockNamespaceController creates a new mock instance.

func (*MockNamespaceController) AddGenericHandler

func (m *MockNamespaceController) AddGenericHandler(arg0 context.Context, arg1 string, arg2 generic.Handler)

AddGenericHandler mocks base method.

func (*MockNamespaceController) AddGenericRemoveHandler

func (m *MockNamespaceController) AddGenericRemoveHandler(arg0 context.Context, arg1 string, arg2 generic.Handler)

AddGenericRemoveHandler mocks base method.

func (*MockNamespaceController) Cache

Cache mocks base method.

func (*MockNamespaceController) Create

func (m *MockNamespaceController) Create(arg0 *v10.Namespace) (*v10.Namespace, error)

Create mocks base method.

func (*MockNamespaceController) Delete

func (m *MockNamespaceController) Delete(arg0 string, arg1 *v11.DeleteOptions) error

Delete mocks base method.

func (*MockNamespaceController) EXPECT

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

func (*MockNamespaceController) Enqueue

func (m *MockNamespaceController) Enqueue(arg0 string)

Enqueue mocks base method.

func (*MockNamespaceController) EnqueueAfter

func (m *MockNamespaceController) EnqueueAfter(arg0 string, arg1 time.Duration)

EnqueueAfter mocks base method.

func (*MockNamespaceController) Get

Get mocks base method.

func (*MockNamespaceController) GroupVersionKind

func (m *MockNamespaceController) GroupVersionKind() schema.GroupVersionKind

GroupVersionKind mocks base method.

func (*MockNamespaceController) Informer

Informer mocks base method.

func (*MockNamespaceController) List

List mocks base method.

func (*MockNamespaceController) OnChange

func (m *MockNamespaceController) OnChange(arg0 context.Context, arg1 string, arg2 v1.NamespaceHandler)

OnChange mocks base method.

func (*MockNamespaceController) OnRemove

func (m *MockNamespaceController) OnRemove(arg0 context.Context, arg1 string, arg2 v1.NamespaceHandler)

OnRemove mocks base method.

func (*MockNamespaceController) Patch

func (m *MockNamespaceController) Patch(arg0 string, arg1 types.PatchType, arg2 []byte, arg3 ...string) (*v10.Namespace, error)

Patch mocks base method.

func (*MockNamespaceController) Update

func (m *MockNamespaceController) Update(arg0 *v10.Namespace) (*v10.Namespace, error)

Update mocks base method.

func (*MockNamespaceController) UpdateStatus

func (m *MockNamespaceController) UpdateStatus(arg0 *v10.Namespace) (*v10.Namespace, error)

UpdateStatus mocks base method.

func (*MockNamespaceController) Updater

Updater mocks base method.

func (*MockNamespaceController) Watch

Watch mocks base method.

type MockNamespaceControllerMockRecorder

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

MockNamespaceControllerMockRecorder is the mock recorder for MockNamespaceController.

func (*MockNamespaceControllerMockRecorder) AddGenericHandler

func (mr *MockNamespaceControllerMockRecorder) AddGenericHandler(arg0, arg1, arg2 interface{}) *gomock.Call

AddGenericHandler indicates an expected call of AddGenericHandler.

func (*MockNamespaceControllerMockRecorder) AddGenericRemoveHandler

func (mr *MockNamespaceControllerMockRecorder) AddGenericRemoveHandler(arg0, arg1, arg2 interface{}) *gomock.Call

AddGenericRemoveHandler indicates an expected call of AddGenericRemoveHandler.

func (*MockNamespaceControllerMockRecorder) Cache

Cache indicates an expected call of Cache.

func (*MockNamespaceControllerMockRecorder) Create

func (mr *MockNamespaceControllerMockRecorder) Create(arg0 interface{}) *gomock.Call

Create indicates an expected call of Create.

func (*MockNamespaceControllerMockRecorder) Delete

func (mr *MockNamespaceControllerMockRecorder) Delete(arg0, arg1 interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockNamespaceControllerMockRecorder) Enqueue

func (mr *MockNamespaceControllerMockRecorder) Enqueue(arg0 interface{}) *gomock.Call

Enqueue indicates an expected call of Enqueue.

func (*MockNamespaceControllerMockRecorder) EnqueueAfter

func (mr *MockNamespaceControllerMockRecorder) EnqueueAfter(arg0, arg1 interface{}) *gomock.Call

EnqueueAfter indicates an expected call of EnqueueAfter.

func (*MockNamespaceControllerMockRecorder) Get

func (mr *MockNamespaceControllerMockRecorder) Get(arg0, arg1 interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*MockNamespaceControllerMockRecorder) GroupVersionKind

func (mr *MockNamespaceControllerMockRecorder) GroupVersionKind() *gomock.Call

GroupVersionKind indicates an expected call of GroupVersionKind.

func (*MockNamespaceControllerMockRecorder) Informer

Informer indicates an expected call of Informer.

func (*MockNamespaceControllerMockRecorder) List

func (mr *MockNamespaceControllerMockRecorder) List(arg0 interface{}) *gomock.Call

List indicates an expected call of List.

func (*MockNamespaceControllerMockRecorder) OnChange

func (mr *MockNamespaceControllerMockRecorder) OnChange(arg0, arg1, arg2 interface{}) *gomock.Call

OnChange indicates an expected call of OnChange.

func (*MockNamespaceControllerMockRecorder) OnRemove

func (mr *MockNamespaceControllerMockRecorder) OnRemove(arg0, arg1, arg2 interface{}) *gomock.Call

OnRemove indicates an expected call of OnRemove.

func (*MockNamespaceControllerMockRecorder) Patch

func (mr *MockNamespaceControllerMockRecorder) Patch(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

Patch indicates an expected call of Patch.

func (*MockNamespaceControllerMockRecorder) Update

func (mr *MockNamespaceControllerMockRecorder) Update(arg0 interface{}) *gomock.Call

Update indicates an expected call of Update.

func (*MockNamespaceControllerMockRecorder) UpdateStatus

func (mr *MockNamespaceControllerMockRecorder) UpdateStatus(arg0 interface{}) *gomock.Call

UpdateStatus indicates an expected call of UpdateStatus.

func (*MockNamespaceControllerMockRecorder) Updater

Updater indicates an expected call of Updater.

func (*MockNamespaceControllerMockRecorder) Watch

func (mr *MockNamespaceControllerMockRecorder) Watch(arg0 interface{}) *gomock.Call

Watch indicates an expected call of Watch.

type MockNamespaceableResourceInterface

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

MockNamespaceableResourceInterface is a mock of NamespaceableResourceInterface interface.

func NewMockNamespaceableResourceInterface

func NewMockNamespaceableResourceInterface(ctrl *gomock.Controller) *MockNamespaceableResourceInterface

NewMockNamespaceableResourceInterface creates a new mock instance.

func (*MockNamespaceableResourceInterface) Apply added in v0.8.2

Apply mocks base method.

func (*MockNamespaceableResourceInterface) ApplyStatus added in v0.8.2

ApplyStatus mocks base method.

func (*MockNamespaceableResourceInterface) Create

Create mocks base method.

func (*MockNamespaceableResourceInterface) Delete

Delete mocks base method.

func (*MockNamespaceableResourceInterface) DeleteCollection

func (m *MockNamespaceableResourceInterface) DeleteCollection(arg0 context.Context, arg1 v1.DeleteOptions, arg2 v1.ListOptions) error

DeleteCollection mocks base method.

func (*MockNamespaceableResourceInterface) EXPECT

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

func (*MockNamespaceableResourceInterface) Get

Get mocks base method.

func (*MockNamespaceableResourceInterface) List

List mocks base method.

func (*MockNamespaceableResourceInterface) Namespace

Namespace mocks base method.

func (*MockNamespaceableResourceInterface) Patch

Patch mocks base method.

func (*MockNamespaceableResourceInterface) Update

Update mocks base method.

func (*MockNamespaceableResourceInterface) UpdateStatus

UpdateStatus mocks base method.

func (*MockNamespaceableResourceInterface) Watch

Watch mocks base method.

type MockNamespaceableResourceInterfaceMockRecorder

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

MockNamespaceableResourceInterfaceMockRecorder is the mock recorder for MockNamespaceableResourceInterface.

func (*MockNamespaceableResourceInterfaceMockRecorder) Apply added in v0.8.2

func (mr *MockNamespaceableResourceInterfaceMockRecorder) Apply(arg0, arg1, arg2, arg3 interface{}, arg4 ...interface{}) *gomock.Call

Apply indicates an expected call of Apply.

func (*MockNamespaceableResourceInterfaceMockRecorder) ApplyStatus added in v0.8.2

func (mr *MockNamespaceableResourceInterfaceMockRecorder) ApplyStatus(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

ApplyStatus indicates an expected call of ApplyStatus.

func (*MockNamespaceableResourceInterfaceMockRecorder) Create

func (mr *MockNamespaceableResourceInterfaceMockRecorder) Create(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

Create indicates an expected call of Create.

func (*MockNamespaceableResourceInterfaceMockRecorder) Delete

func (mr *MockNamespaceableResourceInterfaceMockRecorder) Delete(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockNamespaceableResourceInterfaceMockRecorder) DeleteCollection

func (mr *MockNamespaceableResourceInterfaceMockRecorder) DeleteCollection(arg0, arg1, arg2 interface{}) *gomock.Call

DeleteCollection indicates an expected call of DeleteCollection.

func (*MockNamespaceableResourceInterfaceMockRecorder) Get

func (mr *MockNamespaceableResourceInterfaceMockRecorder) Get(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*MockNamespaceableResourceInterfaceMockRecorder) List

func (mr *MockNamespaceableResourceInterfaceMockRecorder) List(arg0, arg1 interface{}) *gomock.Call

List indicates an expected call of List.

func (*MockNamespaceableResourceInterfaceMockRecorder) Namespace

func (mr *MockNamespaceableResourceInterfaceMockRecorder) Namespace(arg0 interface{}) *gomock.Call

Namespace indicates an expected call of Namespace.

func (*MockNamespaceableResourceInterfaceMockRecorder) Patch

func (mr *MockNamespaceableResourceInterfaceMockRecorder) Patch(arg0, arg1, arg2, arg3, arg4 interface{}, arg5 ...interface{}) *gomock.Call

Patch indicates an expected call of Patch.

func (*MockNamespaceableResourceInterfaceMockRecorder) Update

func (mr *MockNamespaceableResourceInterfaceMockRecorder) Update(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call

Update indicates an expected call of Update.

func (*MockNamespaceableResourceInterfaceMockRecorder) UpdateStatus

func (mr *MockNamespaceableResourceInterfaceMockRecorder) UpdateStatus(arg0, arg1, arg2 interface{}) *gomock.Call

UpdateStatus indicates an expected call of UpdateStatus.

func (*MockNamespaceableResourceInterfaceMockRecorder) Watch

func (mr *MockNamespaceableResourceInterfaceMockRecorder) Watch(arg0, arg1 interface{}) *gomock.Call

Watch indicates an expected call of Watch.

type MockSecretCache

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

MockSecretCache is a mock of SecretCache interface.

func NewMockSecretCache

func NewMockSecretCache(ctrl *gomock.Controller) *MockSecretCache

NewMockSecretCache creates a new mock instance.

func (*MockSecretCache) AddIndexer

func (m *MockSecretCache) AddIndexer(arg0 string, arg1 v1.SecretIndexer)

AddIndexer mocks base method.

func (*MockSecretCache) EXPECT

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

func (*MockSecretCache) Get

func (m *MockSecretCache) Get(arg0, arg1 string) (*v10.Secret, error)

Get mocks base method.

func (*MockSecretCache) GetByIndex

func (m *MockSecretCache) GetByIndex(arg0, arg1 string) ([]*v10.Secret, error)

GetByIndex mocks base method.

func (*MockSecretCache) List

func (m *MockSecretCache) List(arg0 string, arg1 labels.Selector) ([]*v10.Secret, error)

List mocks base method.

type MockSecretCacheMockRecorder

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

MockSecretCacheMockRecorder is the mock recorder for MockSecretCache.

func (*MockSecretCacheMockRecorder) AddIndexer

func (mr *MockSecretCacheMockRecorder) AddIndexer(arg0, arg1 interface{}) *gomock.Call

AddIndexer indicates an expected call of AddIndexer.

func (*MockSecretCacheMockRecorder) Get

func (mr *MockSecretCacheMockRecorder) Get(arg0, arg1 interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*MockSecretCacheMockRecorder) GetByIndex

func (mr *MockSecretCacheMockRecorder) GetByIndex(arg0, arg1 interface{}) *gomock.Call

GetByIndex indicates an expected call of GetByIndex.

func (*MockSecretCacheMockRecorder) List

func (mr *MockSecretCacheMockRecorder) List(arg0, arg1 interface{}) *gomock.Call

List indicates an expected call of List.

type MockSecretController

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

MockSecretController is a mock of SecretController interface.

func NewMockSecretController

func NewMockSecretController(ctrl *gomock.Controller) *MockSecretController

NewMockSecretController creates a new mock instance.

func (*MockSecretController) AddGenericHandler

func (m *MockSecretController) AddGenericHandler(arg0 context.Context, arg1 string, arg2 generic.Handler)

AddGenericHandler mocks base method.

func (*MockSecretController) AddGenericRemoveHandler

func (m *MockSecretController) AddGenericRemoveHandler(arg0 context.Context, arg1 string, arg2 generic.Handler)

AddGenericRemoveHandler mocks base method.

func (*MockSecretController) Cache

func (m *MockSecretController) Cache() v1.SecretCache

Cache mocks base method.

func (*MockSecretController) Create

func (m *MockSecretController) Create(arg0 *v10.Secret) (*v10.Secret, error)

Create mocks base method.

func (*MockSecretController) Delete

func (m *MockSecretController) Delete(arg0, arg1 string, arg2 *v11.DeleteOptions) error

Delete mocks base method.

func (*MockSecretController) EXPECT

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

func (*MockSecretController) Enqueue

func (m *MockSecretController) Enqueue(arg0, arg1 string)

Enqueue mocks base method.

func (*MockSecretController) EnqueueAfter

func (m *MockSecretController) EnqueueAfter(arg0, arg1 string, arg2 time.Duration)

EnqueueAfter mocks base method.

func (*MockSecretController) Get

func (m *MockSecretController) Get(arg0, arg1 string, arg2 v11.GetOptions) (*v10.Secret, error)

Get mocks base method.

func (*MockSecretController) GroupVersionKind

func (m *MockSecretController) GroupVersionKind() schema.GroupVersionKind

GroupVersionKind mocks base method.

func (*MockSecretController) Informer

Informer mocks base method.

func (*MockSecretController) List

func (m *MockSecretController) List(arg0 string, arg1 v11.ListOptions) (*v10.SecretList, error)

List mocks base method.

func (*MockSecretController) OnChange

func (m *MockSecretController) OnChange(arg0 context.Context, arg1 string, arg2 v1.SecretHandler)

OnChange mocks base method.

func (*MockSecretController) OnRemove

func (m *MockSecretController) OnRemove(arg0 context.Context, arg1 string, arg2 v1.SecretHandler)

OnRemove mocks base method.

func (*MockSecretController) Patch

func (m *MockSecretController) Patch(arg0, arg1 string, arg2 types.PatchType, arg3 []byte, arg4 ...string) (*v10.Secret, error)

Patch mocks base method.

func (*MockSecretController) Update

func (m *MockSecretController) Update(arg0 *v10.Secret) (*v10.Secret, error)

Update mocks base method.

func (*MockSecretController) Updater

func (m *MockSecretController) Updater() generic.Updater

Updater mocks base method.

func (*MockSecretController) Watch

Watch mocks base method.

type MockSecretControllerMockRecorder

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

MockSecretControllerMockRecorder is the mock recorder for MockSecretController.

func (*MockSecretControllerMockRecorder) AddGenericHandler

func (mr *MockSecretControllerMockRecorder) AddGenericHandler(arg0, arg1, arg2 interface{}) *gomock.Call

AddGenericHandler indicates an expected call of AddGenericHandler.

func (*MockSecretControllerMockRecorder) AddGenericRemoveHandler

func (mr *MockSecretControllerMockRecorder) AddGenericRemoveHandler(arg0, arg1, arg2 interface{}) *gomock.Call

AddGenericRemoveHandler indicates an expected call of AddGenericRemoveHandler.

func (*MockSecretControllerMockRecorder) Cache

Cache indicates an expected call of Cache.

func (*MockSecretControllerMockRecorder) Create

func (mr *MockSecretControllerMockRecorder) Create(arg0 interface{}) *gomock.Call

Create indicates an expected call of Create.

func (*MockSecretControllerMockRecorder) Delete

func (mr *MockSecretControllerMockRecorder) Delete(arg0, arg1, arg2 interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*MockSecretControllerMockRecorder) Enqueue

func (mr *MockSecretControllerMockRecorder) Enqueue(arg0, arg1 interface{}) *gomock.Call

Enqueue indicates an expected call of Enqueue.

func (*MockSecretControllerMockRecorder) EnqueueAfter

func (mr *MockSecretControllerMockRecorder) EnqueueAfter(arg0, arg1, arg2 interface{}) *gomock.Call

EnqueueAfter indicates an expected call of EnqueueAfter.

func (*MockSecretControllerMockRecorder) Get

func (mr *MockSecretControllerMockRecorder) Get(arg0, arg1, arg2 interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*MockSecretControllerMockRecorder) GroupVersionKind

func (mr *MockSecretControllerMockRecorder) GroupVersionKind() *gomock.Call

GroupVersionKind indicates an expected call of GroupVersionKind.

func (*MockSecretControllerMockRecorder) Informer

Informer indicates an expected call of Informer.

func (*MockSecretControllerMockRecorder) List

func (mr *MockSecretControllerMockRecorder) List(arg0, arg1 interface{}) *gomock.Call

List indicates an expected call of List.

func (*MockSecretControllerMockRecorder) OnChange

func (mr *MockSecretControllerMockRecorder) OnChange(arg0, arg1, arg2 interface{}) *gomock.Call

OnChange indicates an expected call of OnChange.

func (*MockSecretControllerMockRecorder) OnRemove

func (mr *MockSecretControllerMockRecorder) OnRemove(arg0, arg1, arg2 interface{}) *gomock.Call

OnRemove indicates an expected call of OnRemove.

func (*MockSecretControllerMockRecorder) Patch

func (mr *MockSecretControllerMockRecorder) Patch(arg0, arg1, arg2, arg3 interface{}, arg4 ...interface{}) *gomock.Call

Patch indicates an expected call of Patch.

func (*MockSecretControllerMockRecorder) Update

func (mr *MockSecretControllerMockRecorder) Update(arg0 interface{}) *gomock.Call

Update indicates an expected call of Update.

func (*MockSecretControllerMockRecorder) Updater

Updater indicates an expected call of Updater.

func (*MockSecretControllerMockRecorder) Watch

func (mr *MockSecretControllerMockRecorder) Watch(arg0, arg1 interface{}) *gomock.Call

Watch indicates an expected call of Watch.

type MockServiceAccountCache

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

MockServiceAccountCache is a mock of ServiceAccountCache interface.

func NewMockServiceAccountCache

func NewMockServiceAccountCache(ctrl *gomock.Controller) *MockServiceAccountCache

NewMockServiceAccountCache creates a new mock instance.

func (*MockServiceAccountCache) AddIndexer

func (m *MockServiceAccountCache) AddIndexer(arg0 string, arg1 v1.ServiceAccountIndexer)

AddIndexer mocks base method.

func (*MockServiceAccountCache) EXPECT

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

func (*MockServiceAccountCache) Get

func (m *MockServiceAccountCache) Get(arg0, arg1 string) (*v10.ServiceAccount, error)

Get mocks base method.

func (*MockServiceAccountCache) GetByIndex

func (m *MockServiceAccountCache) GetByIndex(arg0, arg1 string) ([]*v10.ServiceAccount, error)

GetByIndex mocks base method.

func (*MockServiceAccountCache) List

List mocks base method.

type MockServiceAccountCacheMockRecorder

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

MockServiceAccountCacheMockRecorder is the mock recorder for MockServiceAccountCache.

func (*MockServiceAccountCacheMockRecorder) AddIndexer

func (mr *MockServiceAccountCacheMockRecorder) AddIndexer(arg0, arg1 interface{}) *gomock.Call

AddIndexer indicates an expected call of AddIndexer.

func (*MockServiceAccountCacheMockRecorder) Get

func (mr *MockServiceAccountCacheMockRecorder) Get(arg0, arg1 interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*MockServiceAccountCacheMockRecorder) GetByIndex

func (mr *MockServiceAccountCacheMockRecorder) GetByIndex(arg0, arg1 interface{}) *gomock.Call

GetByIndex indicates an expected call of GetByIndex.

func (*MockServiceAccountCacheMockRecorder) List

func (mr *MockServiceAccountCacheMockRecorder) List(arg0, arg1 interface{}) *gomock.Call

List indicates an expected call of List.

Jump to

Keyboard shortcuts

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