mocks

package
v0.34.2 Latest Latest
Warning

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

Go to latest
Published: Feb 20, 2024 License: Apache-2.0 Imports: 4 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.

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 MockConfigMapClient

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

MockConfigMapClient is a mock of ConfigMapClient interface

func NewMockConfigMapClient

func NewMockConfigMapClient(ctrl *gomock.Controller) *MockConfigMapClient

NewMockConfigMapClient creates a new mock instance

func (*MockConfigMapClient) BaseClient

func (m *MockConfigMapClient) BaseClient() clients.ResourceClient

BaseClient mocks base method

func (*MockConfigMapClient) Delete

func (m *MockConfigMapClient) Delete(namespace, name string, opts clients.DeleteOpts) error

Delete mocks base method

func (*MockConfigMapClient) EXPECT

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

func (*MockConfigMapClient) List

List mocks base method

func (*MockConfigMapClient) Read

func (m *MockConfigMapClient) Read(namespace, name string, opts clients.ReadOpts) (*kubernetes.ConfigMap, error)

Read mocks base method

func (*MockConfigMapClient) Register

func (m *MockConfigMapClient) Register() error

Register mocks base method

func (*MockConfigMapClient) Watch

func (m *MockConfigMapClient) Watch(namespace string, opts clients.WatchOpts) (<-chan kubernetes.ConfigMapList, <-chan error, error)

Watch mocks base method

func (*MockConfigMapClient) Write

Write mocks base method

type MockConfigMapClientMockRecorder

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

MockConfigMapClientMockRecorder is the mock recorder for MockConfigMapClient

func (*MockConfigMapClientMockRecorder) BaseClient

func (mr *MockConfigMapClientMockRecorder) BaseClient() *gomock.Call

BaseClient indicates an expected call of BaseClient

func (*MockConfigMapClientMockRecorder) Delete

func (mr *MockConfigMapClientMockRecorder) Delete(namespace, name, opts interface{}) *gomock.Call

Delete indicates an expected call of Delete

func (*MockConfigMapClientMockRecorder) List

func (mr *MockConfigMapClientMockRecorder) List(namespace, opts interface{}) *gomock.Call

List indicates an expected call of List

func (*MockConfigMapClientMockRecorder) Read

func (mr *MockConfigMapClientMockRecorder) Read(namespace, name, opts interface{}) *gomock.Call

Read indicates an expected call of Read

func (*MockConfigMapClientMockRecorder) Register

Register indicates an expected call of Register

func (*MockConfigMapClientMockRecorder) Watch

func (mr *MockConfigMapClientMockRecorder) Watch(namespace, opts interface{}) *gomock.Call

Watch indicates an expected call of Watch

func (*MockConfigMapClientMockRecorder) Write

func (mr *MockConfigMapClientMockRecorder) Write(resource, opts interface{}) *gomock.Call

Write indicates an expected call of Write

type MockConfigMapReconciler

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

MockConfigMapReconciler is a mock of ConfigMapReconciler interface

func NewMockConfigMapReconciler

func NewMockConfigMapReconciler(ctrl *gomock.Controller) *MockConfigMapReconciler

NewMockConfigMapReconciler creates a new mock instance

func (*MockConfigMapReconciler) EXPECT

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

func (*MockConfigMapReconciler) Reconcile

func (m *MockConfigMapReconciler) Reconcile(namespace string, desiredResources kubernetes.ConfigMapList, transition kubernetes.TransitionConfigMapFunc, opts clients.ListOpts) error

Reconcile mocks base method

type MockConfigMapReconcilerMockRecorder

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

MockConfigMapReconcilerMockRecorder is the mock recorder for MockConfigMapReconciler

func (*MockConfigMapReconcilerMockRecorder) Reconcile

func (mr *MockConfigMapReconcilerMockRecorder) Reconcile(namespace, desiredResources, transition, opts interface{}) *gomock.Call

Reconcile indicates an expected call of Reconcile

type MockConfigMapWatcher

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

MockConfigMapWatcher is a mock of ConfigMapWatcher interface

func NewMockConfigMapWatcher

func NewMockConfigMapWatcher(ctrl *gomock.Controller) *MockConfigMapWatcher

NewMockConfigMapWatcher creates a new mock instance

func (*MockConfigMapWatcher) EXPECT

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

func (*MockConfigMapWatcher) Watch

func (m *MockConfigMapWatcher) Watch(namespace string, opts clients.WatchOpts) (<-chan kubernetes.ConfigMapList, <-chan error, error)

Watch mocks base method

type MockConfigMapWatcherMockRecorder

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

MockConfigMapWatcherMockRecorder is the mock recorder for MockConfigMapWatcher

func (*MockConfigMapWatcherMockRecorder) Watch

func (mr *MockConfigMapWatcherMockRecorder) Watch(namespace, opts interface{}) *gomock.Call

Watch indicates an expected call of Watch

type MockCustomResourceDefinitionClient

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

MockCustomResourceDefinitionClient is a mock of CustomResourceDefinitionClient interface

func NewMockCustomResourceDefinitionClient

func NewMockCustomResourceDefinitionClient(ctrl *gomock.Controller) *MockCustomResourceDefinitionClient

NewMockCustomResourceDefinitionClient creates a new mock instance

func (*MockCustomResourceDefinitionClient) BaseClient

BaseClient mocks base method

func (*MockCustomResourceDefinitionClient) Delete

Delete mocks base method

func (*MockCustomResourceDefinitionClient) EXPECT

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

func (*MockCustomResourceDefinitionClient) List

List mocks base method

func (*MockCustomResourceDefinitionClient) Read

Read mocks base method

func (*MockCustomResourceDefinitionClient) Register

Register mocks base method

func (*MockCustomResourceDefinitionClient) Watch

Watch mocks base method

func (*MockCustomResourceDefinitionClient) Write

Write mocks base method

type MockCustomResourceDefinitionClientMockRecorder

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

MockCustomResourceDefinitionClientMockRecorder is the mock recorder for MockCustomResourceDefinitionClient

func (*MockCustomResourceDefinitionClientMockRecorder) BaseClient

BaseClient indicates an expected call of BaseClient

func (*MockCustomResourceDefinitionClientMockRecorder) Delete

func (mr *MockCustomResourceDefinitionClientMockRecorder) Delete(name, opts interface{}) *gomock.Call

Delete indicates an expected call of Delete

func (*MockCustomResourceDefinitionClientMockRecorder) List

func (mr *MockCustomResourceDefinitionClientMockRecorder) List(opts interface{}) *gomock.Call

List indicates an expected call of List

func (*MockCustomResourceDefinitionClientMockRecorder) Read

func (mr *MockCustomResourceDefinitionClientMockRecorder) Read(name, opts interface{}) *gomock.Call

Read indicates an expected call of Read

func (*MockCustomResourceDefinitionClientMockRecorder) Register

Register indicates an expected call of Register

func (*MockCustomResourceDefinitionClientMockRecorder) Watch

func (mr *MockCustomResourceDefinitionClientMockRecorder) Watch(opts interface{}) *gomock.Call

Watch indicates an expected call of Watch

func (*MockCustomResourceDefinitionClientMockRecorder) Write

func (mr *MockCustomResourceDefinitionClientMockRecorder) Write(resource, opts interface{}) *gomock.Call

Write indicates an expected call of Write

type MockCustomResourceDefinitionReconciler

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

MockCustomResourceDefinitionReconciler is a mock of CustomResourceDefinitionReconciler interface

func NewMockCustomResourceDefinitionReconciler

func NewMockCustomResourceDefinitionReconciler(ctrl *gomock.Controller) *MockCustomResourceDefinitionReconciler

NewMockCustomResourceDefinitionReconciler creates a new mock instance

func (*MockCustomResourceDefinitionReconciler) EXPECT

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

func (*MockCustomResourceDefinitionReconciler) Reconcile

Reconcile mocks base method

type MockCustomResourceDefinitionReconcilerMockRecorder

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

MockCustomResourceDefinitionReconcilerMockRecorder is the mock recorder for MockCustomResourceDefinitionReconciler

func (*MockCustomResourceDefinitionReconcilerMockRecorder) Reconcile

func (mr *MockCustomResourceDefinitionReconcilerMockRecorder) Reconcile(namespace, desiredResources, transition, opts interface{}) *gomock.Call

Reconcile indicates an expected call of Reconcile

type MockCustomResourceDefinitionWatcher

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

MockCustomResourceDefinitionWatcher is a mock of CustomResourceDefinitionWatcher interface

func NewMockCustomResourceDefinitionWatcher

func NewMockCustomResourceDefinitionWatcher(ctrl *gomock.Controller) *MockCustomResourceDefinitionWatcher

NewMockCustomResourceDefinitionWatcher creates a new mock instance

func (*MockCustomResourceDefinitionWatcher) EXPECT

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

func (*MockCustomResourceDefinitionWatcher) Watch

Watch mocks base method

type MockCustomResourceDefinitionWatcherMockRecorder

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

MockCustomResourceDefinitionWatcherMockRecorder is the mock recorder for MockCustomResourceDefinitionWatcher

func (*MockCustomResourceDefinitionWatcherMockRecorder) Watch

func (mr *MockCustomResourceDefinitionWatcherMockRecorder) Watch(opts interface{}) *gomock.Call

Watch indicates an expected call of Watch

type MockDeploymentClient

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

MockDeploymentClient is a mock of DeploymentClient interface

func NewMockDeploymentClient

func NewMockDeploymentClient(ctrl *gomock.Controller) *MockDeploymentClient

NewMockDeploymentClient creates a new mock instance

func (*MockDeploymentClient) BaseClient

BaseClient mocks base method

func (*MockDeploymentClient) Delete

func (m *MockDeploymentClient) Delete(namespace, name string, opts clients.DeleteOpts) error

Delete mocks base method

func (*MockDeploymentClient) EXPECT

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

func (*MockDeploymentClient) List

List mocks base method

func (*MockDeploymentClient) Read

func (m *MockDeploymentClient) Read(namespace, name string, opts clients.ReadOpts) (*kubernetes.Deployment, error)

Read mocks base method

func (*MockDeploymentClient) Register

func (m *MockDeploymentClient) Register() error

Register mocks base method

func (*MockDeploymentClient) Watch

func (m *MockDeploymentClient) Watch(namespace string, opts clients.WatchOpts) (<-chan kubernetes.DeploymentList, <-chan error, error)

Watch mocks base method

func (*MockDeploymentClient) Write

Write mocks base method

type MockDeploymentClientMockRecorder

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

MockDeploymentClientMockRecorder is the mock recorder for MockDeploymentClient

func (*MockDeploymentClientMockRecorder) BaseClient

func (mr *MockDeploymentClientMockRecorder) BaseClient() *gomock.Call

BaseClient indicates an expected call of BaseClient

func (*MockDeploymentClientMockRecorder) Delete

func (mr *MockDeploymentClientMockRecorder) Delete(namespace, name, opts interface{}) *gomock.Call

Delete indicates an expected call of Delete

func (*MockDeploymentClientMockRecorder) List

func (mr *MockDeploymentClientMockRecorder) List(namespace, opts interface{}) *gomock.Call

List indicates an expected call of List

func (*MockDeploymentClientMockRecorder) Read

func (mr *MockDeploymentClientMockRecorder) Read(namespace, name, opts interface{}) *gomock.Call

Read indicates an expected call of Read

func (*MockDeploymentClientMockRecorder) Register

Register indicates an expected call of Register

func (*MockDeploymentClientMockRecorder) Watch

func (mr *MockDeploymentClientMockRecorder) Watch(namespace, opts interface{}) *gomock.Call

Watch indicates an expected call of Watch

func (*MockDeploymentClientMockRecorder) Write

func (mr *MockDeploymentClientMockRecorder) Write(resource, opts interface{}) *gomock.Call

Write indicates an expected call of Write

type MockDeploymentReconciler

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

MockDeploymentReconciler is a mock of DeploymentReconciler interface

func NewMockDeploymentReconciler

func NewMockDeploymentReconciler(ctrl *gomock.Controller) *MockDeploymentReconciler

NewMockDeploymentReconciler creates a new mock instance

func (*MockDeploymentReconciler) EXPECT

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

func (*MockDeploymentReconciler) Reconcile

func (m *MockDeploymentReconciler) Reconcile(namespace string, desiredResources kubernetes.DeploymentList, transition kubernetes.TransitionDeploymentFunc, opts clients.ListOpts) error

Reconcile mocks base method

type MockDeploymentReconcilerMockRecorder

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

MockDeploymentReconcilerMockRecorder is the mock recorder for MockDeploymentReconciler

func (*MockDeploymentReconcilerMockRecorder) Reconcile

func (mr *MockDeploymentReconcilerMockRecorder) Reconcile(namespace, desiredResources, transition, opts interface{}) *gomock.Call

Reconcile indicates an expected call of Reconcile

type MockDeploymentWatcher

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

MockDeploymentWatcher is a mock of DeploymentWatcher interface

func NewMockDeploymentWatcher

func NewMockDeploymentWatcher(ctrl *gomock.Controller) *MockDeploymentWatcher

NewMockDeploymentWatcher creates a new mock instance

func (*MockDeploymentWatcher) EXPECT

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

func (*MockDeploymentWatcher) Watch

func (m *MockDeploymentWatcher) Watch(namespace string, opts clients.WatchOpts) (<-chan kubernetes.DeploymentList, <-chan error, error)

Watch mocks base method

type MockDeploymentWatcherMockRecorder

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

MockDeploymentWatcherMockRecorder is the mock recorder for MockDeploymentWatcher

func (*MockDeploymentWatcherMockRecorder) Watch

func (mr *MockDeploymentWatcherMockRecorder) Watch(namespace, opts interface{}) *gomock.Call

Watch indicates an expected call of Watch

type MockJobClient

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

MockJobClient is a mock of JobClient interface

func NewMockJobClient

func NewMockJobClient(ctrl *gomock.Controller) *MockJobClient

NewMockJobClient creates a new mock instance

func (*MockJobClient) BaseClient

func (m *MockJobClient) BaseClient() clients.ResourceClient

BaseClient mocks base method

func (*MockJobClient) Delete

func (m *MockJobClient) Delete(namespace, name string, opts clients.DeleteOpts) error

Delete mocks base method

func (*MockJobClient) EXPECT

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

func (*MockJobClient) List

func (m *MockJobClient) List(namespace string, opts clients.ListOpts) (kubernetes.JobList, error)

List mocks base method

func (*MockJobClient) Read

func (m *MockJobClient) Read(namespace, name string, opts clients.ReadOpts) (*kubernetes.Job, error)

Read mocks base method

func (*MockJobClient) Register

func (m *MockJobClient) Register() error

Register mocks base method

func (*MockJobClient) Watch

func (m *MockJobClient) Watch(namespace string, opts clients.WatchOpts) (<-chan kubernetes.JobList, <-chan error, error)

Watch mocks base method

func (*MockJobClient) Write

func (m *MockJobClient) Write(resource *kubernetes.Job, opts clients.WriteOpts) (*kubernetes.Job, error)

Write mocks base method

type MockJobClientMockRecorder

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

MockJobClientMockRecorder is the mock recorder for MockJobClient

func (*MockJobClientMockRecorder) BaseClient

func (mr *MockJobClientMockRecorder) BaseClient() *gomock.Call

BaseClient indicates an expected call of BaseClient

func (*MockJobClientMockRecorder) Delete

func (mr *MockJobClientMockRecorder) Delete(namespace, name, opts interface{}) *gomock.Call

Delete indicates an expected call of Delete

func (*MockJobClientMockRecorder) List

func (mr *MockJobClientMockRecorder) List(namespace, opts interface{}) *gomock.Call

List indicates an expected call of List

func (*MockJobClientMockRecorder) Read

func (mr *MockJobClientMockRecorder) Read(namespace, name, opts interface{}) *gomock.Call

Read indicates an expected call of Read

func (*MockJobClientMockRecorder) Register

func (mr *MockJobClientMockRecorder) Register() *gomock.Call

Register indicates an expected call of Register

func (*MockJobClientMockRecorder) Watch

func (mr *MockJobClientMockRecorder) Watch(namespace, opts interface{}) *gomock.Call

Watch indicates an expected call of Watch

func (*MockJobClientMockRecorder) Write

func (mr *MockJobClientMockRecorder) Write(resource, opts interface{}) *gomock.Call

Write indicates an expected call of Write

type MockJobReconciler

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

MockJobReconciler is a mock of JobReconciler interface

func NewMockJobReconciler

func NewMockJobReconciler(ctrl *gomock.Controller) *MockJobReconciler

NewMockJobReconciler creates a new mock instance

func (*MockJobReconciler) EXPECT

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

func (*MockJobReconciler) Reconcile

func (m *MockJobReconciler) Reconcile(namespace string, desiredResources kubernetes.JobList, transition kubernetes.TransitionJobFunc, opts clients.ListOpts) error

Reconcile mocks base method

type MockJobReconcilerMockRecorder

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

MockJobReconcilerMockRecorder is the mock recorder for MockJobReconciler

func (*MockJobReconcilerMockRecorder) Reconcile

func (mr *MockJobReconcilerMockRecorder) Reconcile(namespace, desiredResources, transition, opts interface{}) *gomock.Call

Reconcile indicates an expected call of Reconcile

type MockJobWatcher

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

MockJobWatcher is a mock of JobWatcher interface

func NewMockJobWatcher

func NewMockJobWatcher(ctrl *gomock.Controller) *MockJobWatcher

NewMockJobWatcher creates a new mock instance

func (*MockJobWatcher) EXPECT

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

func (*MockJobWatcher) Watch

func (m *MockJobWatcher) Watch(namespace string, opts clients.WatchOpts) (<-chan kubernetes.JobList, <-chan error, error)

Watch mocks base method

type MockJobWatcherMockRecorder

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

MockJobWatcherMockRecorder is the mock recorder for MockJobWatcher

func (*MockJobWatcherMockRecorder) Watch

func (mr *MockJobWatcherMockRecorder) Watch(namespace, opts interface{}) *gomock.Call

Watch indicates an expected call of Watch

type MockKubeNamespaceClient

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

MockKubeNamespaceClient is a mock of KubeNamespaceClient interface

func NewMockKubeNamespaceClient

func NewMockKubeNamespaceClient(ctrl *gomock.Controller) *MockKubeNamespaceClient

NewMockKubeNamespaceClient creates a new mock instance

func (*MockKubeNamespaceClient) BaseClient

BaseClient mocks base method

func (*MockKubeNamespaceClient) Delete

func (m *MockKubeNamespaceClient) Delete(name string, opts clients.DeleteOpts) error

Delete mocks base method

func (*MockKubeNamespaceClient) EXPECT

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

func (*MockKubeNamespaceClient) List

List mocks base method

func (*MockKubeNamespaceClient) Read

Read mocks base method

func (*MockKubeNamespaceClient) Register

func (m *MockKubeNamespaceClient) Register() error

Register mocks base method

func (*MockKubeNamespaceClient) Watch

Watch mocks base method

func (*MockKubeNamespaceClient) Write

Write mocks base method

type MockKubeNamespaceClientMockRecorder

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

MockKubeNamespaceClientMockRecorder is the mock recorder for MockKubeNamespaceClient

func (*MockKubeNamespaceClientMockRecorder) BaseClient

BaseClient indicates an expected call of BaseClient

func (*MockKubeNamespaceClientMockRecorder) Delete

func (mr *MockKubeNamespaceClientMockRecorder) Delete(name, opts interface{}) *gomock.Call

Delete indicates an expected call of Delete

func (*MockKubeNamespaceClientMockRecorder) List

func (mr *MockKubeNamespaceClientMockRecorder) List(opts interface{}) *gomock.Call

List indicates an expected call of List

func (*MockKubeNamespaceClientMockRecorder) Read

func (mr *MockKubeNamespaceClientMockRecorder) Read(name, opts interface{}) *gomock.Call

Read indicates an expected call of Read

func (*MockKubeNamespaceClientMockRecorder) Register

Register indicates an expected call of Register

func (*MockKubeNamespaceClientMockRecorder) Watch

func (mr *MockKubeNamespaceClientMockRecorder) Watch(opts interface{}) *gomock.Call

Watch indicates an expected call of Watch

func (*MockKubeNamespaceClientMockRecorder) Write

func (mr *MockKubeNamespaceClientMockRecorder) Write(resource, opts interface{}) *gomock.Call

Write indicates an expected call of Write

type MockKubeNamespaceReconciler

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

MockKubeNamespaceReconciler is a mock of KubeNamespaceReconciler interface

func NewMockKubeNamespaceReconciler

func NewMockKubeNamespaceReconciler(ctrl *gomock.Controller) *MockKubeNamespaceReconciler

NewMockKubeNamespaceReconciler creates a new mock instance

func (*MockKubeNamespaceReconciler) EXPECT

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

func (*MockKubeNamespaceReconciler) Reconcile

Reconcile mocks base method

type MockKubeNamespaceReconcilerMockRecorder

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

MockKubeNamespaceReconcilerMockRecorder is the mock recorder for MockKubeNamespaceReconciler

func (*MockKubeNamespaceReconcilerMockRecorder) Reconcile

func (mr *MockKubeNamespaceReconcilerMockRecorder) Reconcile(namespace, desiredResources, transition, opts interface{}) *gomock.Call

Reconcile indicates an expected call of Reconcile

type MockKubeNamespaceWatcher

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

MockKubeNamespaceWatcher is a mock of KubeNamespaceWatcher interface

func NewMockKubeNamespaceWatcher

func NewMockKubeNamespaceWatcher(ctrl *gomock.Controller) *MockKubeNamespaceWatcher

NewMockKubeNamespaceWatcher creates a new mock instance

func (*MockKubeNamespaceWatcher) EXPECT

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

func (*MockKubeNamespaceWatcher) Watch

Watch mocks base method

type MockKubeNamespaceWatcherMockRecorder

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

MockKubeNamespaceWatcherMockRecorder is the mock recorder for MockKubeNamespaceWatcher

func (*MockKubeNamespaceWatcherMockRecorder) Watch

func (mr *MockKubeNamespaceWatcherMockRecorder) Watch(opts interface{}) *gomock.Call

Watch indicates an expected call of Watch

type MockPodClient

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

MockPodClient is a mock of PodClient interface

func NewMockPodClient

func NewMockPodClient(ctrl *gomock.Controller) *MockPodClient

NewMockPodClient creates a new mock instance

func (*MockPodClient) BaseClient

func (m *MockPodClient) BaseClient() clients.ResourceClient

BaseClient mocks base method

func (*MockPodClient) Delete

func (m *MockPodClient) Delete(namespace, name string, opts clients.DeleteOpts) error

Delete mocks base method

func (*MockPodClient) EXPECT

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

func (*MockPodClient) List

func (m *MockPodClient) List(namespace string, opts clients.ListOpts) (kubernetes.PodList, error)

List mocks base method

func (*MockPodClient) Read

func (m *MockPodClient) Read(namespace, name string, opts clients.ReadOpts) (*kubernetes.Pod, error)

Read mocks base method

func (*MockPodClient) Register

func (m *MockPodClient) Register() error

Register mocks base method

func (*MockPodClient) Watch

func (m *MockPodClient) Watch(namespace string, opts clients.WatchOpts) (<-chan kubernetes.PodList, <-chan error, error)

Watch mocks base method

func (*MockPodClient) Write

func (m *MockPodClient) Write(resource *kubernetes.Pod, opts clients.WriteOpts) (*kubernetes.Pod, error)

Write mocks base method

type MockPodClientMockRecorder

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

MockPodClientMockRecorder is the mock recorder for MockPodClient

func (*MockPodClientMockRecorder) BaseClient

func (mr *MockPodClientMockRecorder) BaseClient() *gomock.Call

BaseClient indicates an expected call of BaseClient

func (*MockPodClientMockRecorder) Delete

func (mr *MockPodClientMockRecorder) Delete(namespace, name, opts interface{}) *gomock.Call

Delete indicates an expected call of Delete

func (*MockPodClientMockRecorder) List

func (mr *MockPodClientMockRecorder) List(namespace, opts interface{}) *gomock.Call

List indicates an expected call of List

func (*MockPodClientMockRecorder) Read

func (mr *MockPodClientMockRecorder) Read(namespace, name, opts interface{}) *gomock.Call

Read indicates an expected call of Read

func (*MockPodClientMockRecorder) Register

func (mr *MockPodClientMockRecorder) Register() *gomock.Call

Register indicates an expected call of Register

func (*MockPodClientMockRecorder) Watch

func (mr *MockPodClientMockRecorder) Watch(namespace, opts interface{}) *gomock.Call

Watch indicates an expected call of Watch

func (*MockPodClientMockRecorder) Write

func (mr *MockPodClientMockRecorder) Write(resource, opts interface{}) *gomock.Call

Write indicates an expected call of Write

type MockPodReconciler

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

MockPodReconciler is a mock of PodReconciler interface

func NewMockPodReconciler

func NewMockPodReconciler(ctrl *gomock.Controller) *MockPodReconciler

NewMockPodReconciler creates a new mock instance

func (*MockPodReconciler) EXPECT

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

func (*MockPodReconciler) Reconcile

func (m *MockPodReconciler) Reconcile(namespace string, desiredResources kubernetes.PodList, transition kubernetes.TransitionPodFunc, opts clients.ListOpts) error

Reconcile mocks base method

type MockPodReconcilerMockRecorder

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

MockPodReconcilerMockRecorder is the mock recorder for MockPodReconciler

func (*MockPodReconcilerMockRecorder) Reconcile

func (mr *MockPodReconcilerMockRecorder) Reconcile(namespace, desiredResources, transition, opts interface{}) *gomock.Call

Reconcile indicates an expected call of Reconcile

type MockPodWatcher

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

MockPodWatcher is a mock of PodWatcher interface

func NewMockPodWatcher

func NewMockPodWatcher(ctrl *gomock.Controller) *MockPodWatcher

NewMockPodWatcher creates a new mock instance

func (*MockPodWatcher) EXPECT

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

func (*MockPodWatcher) Watch

func (m *MockPodWatcher) Watch(namespace string, opts clients.WatchOpts) (<-chan kubernetes.PodList, <-chan error, error)

Watch mocks base method

type MockPodWatcherMockRecorder

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

MockPodWatcherMockRecorder is the mock recorder for MockPodWatcher

func (*MockPodWatcherMockRecorder) Watch

func (mr *MockPodWatcherMockRecorder) Watch(namespace, opts interface{}) *gomock.Call

Watch indicates an expected call of Watch

type MockServiceClient

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

MockServiceClient is a mock of ServiceClient interface

func NewMockServiceClient

func NewMockServiceClient(ctrl *gomock.Controller) *MockServiceClient

NewMockServiceClient creates a new mock instance

func (*MockServiceClient) BaseClient

func (m *MockServiceClient) BaseClient() clients.ResourceClient

BaseClient mocks base method

func (*MockServiceClient) Delete

func (m *MockServiceClient) Delete(namespace, name string, opts clients.DeleteOpts) error

Delete mocks base method

func (*MockServiceClient) EXPECT

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

func (*MockServiceClient) List

func (m *MockServiceClient) List(namespace string, opts clients.ListOpts) (kubernetes.ServiceList, error)

List mocks base method

func (*MockServiceClient) Read

func (m *MockServiceClient) Read(namespace, name string, opts clients.ReadOpts) (*kubernetes.Service, error)

Read mocks base method

func (*MockServiceClient) Register

func (m *MockServiceClient) Register() error

Register mocks base method

func (*MockServiceClient) Watch

func (m *MockServiceClient) Watch(namespace string, opts clients.WatchOpts) (<-chan kubernetes.ServiceList, <-chan error, error)

Watch mocks base method

func (*MockServiceClient) Write

Write mocks base method

type MockServiceClientMockRecorder

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

MockServiceClientMockRecorder is the mock recorder for MockServiceClient

func (*MockServiceClientMockRecorder) BaseClient

func (mr *MockServiceClientMockRecorder) BaseClient() *gomock.Call

BaseClient indicates an expected call of BaseClient

func (*MockServiceClientMockRecorder) Delete

func (mr *MockServiceClientMockRecorder) Delete(namespace, name, opts interface{}) *gomock.Call

Delete indicates an expected call of Delete

func (*MockServiceClientMockRecorder) List

func (mr *MockServiceClientMockRecorder) List(namespace, opts interface{}) *gomock.Call

List indicates an expected call of List

func (*MockServiceClientMockRecorder) Read

func (mr *MockServiceClientMockRecorder) Read(namespace, name, opts interface{}) *gomock.Call

Read indicates an expected call of Read

func (*MockServiceClientMockRecorder) Register

func (mr *MockServiceClientMockRecorder) Register() *gomock.Call

Register indicates an expected call of Register

func (*MockServiceClientMockRecorder) Watch

func (mr *MockServiceClientMockRecorder) Watch(namespace, opts interface{}) *gomock.Call

Watch indicates an expected call of Watch

func (*MockServiceClientMockRecorder) Write

func (mr *MockServiceClientMockRecorder) Write(resource, opts interface{}) *gomock.Call

Write indicates an expected call of Write

type MockServiceReconciler

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

MockServiceReconciler is a mock of ServiceReconciler interface

func NewMockServiceReconciler

func NewMockServiceReconciler(ctrl *gomock.Controller) *MockServiceReconciler

NewMockServiceReconciler creates a new mock instance

func (*MockServiceReconciler) EXPECT

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

func (*MockServiceReconciler) Reconcile

func (m *MockServiceReconciler) Reconcile(namespace string, desiredResources kubernetes.ServiceList, transition kubernetes.TransitionServiceFunc, opts clients.ListOpts) error

Reconcile mocks base method

type MockServiceReconcilerMockRecorder

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

MockServiceReconcilerMockRecorder is the mock recorder for MockServiceReconciler

func (*MockServiceReconcilerMockRecorder) Reconcile

func (mr *MockServiceReconcilerMockRecorder) Reconcile(namespace, desiredResources, transition, opts interface{}) *gomock.Call

Reconcile indicates an expected call of Reconcile

type MockServiceWatcher

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

MockServiceWatcher is a mock of ServiceWatcher interface

func NewMockServiceWatcher

func NewMockServiceWatcher(ctrl *gomock.Controller) *MockServiceWatcher

NewMockServiceWatcher creates a new mock instance

func (*MockServiceWatcher) EXPECT

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

func (*MockServiceWatcher) Watch

func (m *MockServiceWatcher) Watch(namespace string, opts clients.WatchOpts) (<-chan kubernetes.ServiceList, <-chan error, error)

Watch mocks base method

type MockServiceWatcherMockRecorder

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

MockServiceWatcherMockRecorder is the mock recorder for MockServiceWatcher

func (*MockServiceWatcherMockRecorder) Watch

func (mr *MockServiceWatcherMockRecorder) Watch(namespace, opts interface{}) *gomock.Call

Watch indicates an expected call of Watch

Jump to

Keyboard shortcuts

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