mock

package
v0.3.3 Latest Latest
Warning

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

Go to latest
Published: Jul 9, 2025 License: Apache-2.0 Imports: 23 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DependencyContainerMock

type DependencyContainerMock struct {
	GetClientConfigMock mDependencyContainerMockGetClientConfig

	GetClockMock mDependencyContainerMockGetClock

	GetHTTPClientMock mDependencyContainerMockGetHTTPClient

	GetK8sClientMock mDependencyContainerMockGetK8sClient

	GetRegistryClientMock mDependencyContainerMockGetRegistryClient

	MustGetK8sClientMock mDependencyContainerMockMustGetK8sClient

	MustGetRegistryClientMock mDependencyContainerMockMustGetRegistryClient
	// contains filtered or unexported fields
}

DependencyContainerMock implements mm_pkg.DependencyContainer

func NewDependencyContainerMock

func NewDependencyContainerMock(t minimock.Tester) *DependencyContainerMock

NewDependencyContainerMock returns a mock for mm_pkg.DependencyContainer

func (*DependencyContainerMock) GetClientConfig

func (mmGetClientConfig *DependencyContainerMock) GetClientConfig() (cp1 *rest.Config, err error)

GetClientConfig implements mm_pkg.DependencyContainer

func (*DependencyContainerMock) GetClientConfigAfterCounter

func (mmGetClientConfig *DependencyContainerMock) GetClientConfigAfterCounter() uint64

GetClientConfigAfterCounter returns a count of finished DependencyContainerMock.GetClientConfig invocations

func (*DependencyContainerMock) GetClientConfigBeforeCounter

func (mmGetClientConfig *DependencyContainerMock) GetClientConfigBeforeCounter() uint64

GetClientConfigBeforeCounter returns a count of DependencyContainerMock.GetClientConfig invocations

func (*DependencyContainerMock) GetClock

func (mmGetClock *DependencyContainerMock) GetClock() (c1 clockwork.Clock)

GetClock implements mm_pkg.DependencyContainer

func (*DependencyContainerMock) GetClockAfterCounter

func (mmGetClock *DependencyContainerMock) GetClockAfterCounter() uint64

GetClockAfterCounter returns a count of finished DependencyContainerMock.GetClock invocations

func (*DependencyContainerMock) GetClockBeforeCounter

func (mmGetClock *DependencyContainerMock) GetClockBeforeCounter() uint64

GetClockBeforeCounter returns a count of DependencyContainerMock.GetClock invocations

func (*DependencyContainerMock) GetHTTPClient

func (mmGetHTTPClient *DependencyContainerMock) GetHTTPClient(options ...mm_pkg.HTTPOption) (h1 mm_pkg.HTTPClient)

GetHTTPClient implements mm_pkg.DependencyContainer

func (*DependencyContainerMock) GetHTTPClientAfterCounter

func (mmGetHTTPClient *DependencyContainerMock) GetHTTPClientAfterCounter() uint64

GetHTTPClientAfterCounter returns a count of finished DependencyContainerMock.GetHTTPClient invocations

func (*DependencyContainerMock) GetHTTPClientBeforeCounter

func (mmGetHTTPClient *DependencyContainerMock) GetHTTPClientBeforeCounter() uint64

GetHTTPClientBeforeCounter returns a count of DependencyContainerMock.GetHTTPClient invocations

func (*DependencyContainerMock) GetK8sClient

func (mmGetK8sClient *DependencyContainerMock) GetK8sClient(options ...mm_pkg.KubernetesOption) (k1 mm_pkg.KubernetesClient, err error)

GetK8sClient implements mm_pkg.DependencyContainer

func (*DependencyContainerMock) GetK8sClientAfterCounter

func (mmGetK8sClient *DependencyContainerMock) GetK8sClientAfterCounter() uint64

GetK8sClientAfterCounter returns a count of finished DependencyContainerMock.GetK8sClient invocations

func (*DependencyContainerMock) GetK8sClientBeforeCounter

func (mmGetK8sClient *DependencyContainerMock) GetK8sClientBeforeCounter() uint64

GetK8sClientBeforeCounter returns a count of DependencyContainerMock.GetK8sClient invocations

func (*DependencyContainerMock) GetRegistryClient

func (mmGetRegistryClient *DependencyContainerMock) GetRegistryClient(repo string, options ...mm_pkg.RegistryOption) (r1 mm_pkg.RegistryClient, err error)

GetRegistryClient implements mm_pkg.DependencyContainer

func (*DependencyContainerMock) GetRegistryClientAfterCounter

func (mmGetRegistryClient *DependencyContainerMock) GetRegistryClientAfterCounter() uint64

GetRegistryClientAfterCounter returns a count of finished DependencyContainerMock.GetRegistryClient invocations

func (*DependencyContainerMock) GetRegistryClientBeforeCounter

func (mmGetRegistryClient *DependencyContainerMock) GetRegistryClientBeforeCounter() uint64

GetRegistryClientBeforeCounter returns a count of DependencyContainerMock.GetRegistryClient invocations

func (*DependencyContainerMock) MinimockFinish

func (m *DependencyContainerMock) MinimockFinish()

MinimockFinish checks that all mocked methods have been called the expected number of times

func (*DependencyContainerMock) MinimockGetClientConfigDone

func (m *DependencyContainerMock) MinimockGetClientConfigDone() bool

MinimockGetClientConfigDone returns true if the count of the GetClientConfig invocations corresponds the number of defined expectations

func (*DependencyContainerMock) MinimockGetClientConfigInspect

func (m *DependencyContainerMock) MinimockGetClientConfigInspect()

MinimockGetClientConfigInspect logs each unmet expectation

func (*DependencyContainerMock) MinimockGetClockDone

func (m *DependencyContainerMock) MinimockGetClockDone() bool

MinimockGetClockDone returns true if the count of the GetClock invocations corresponds the number of defined expectations

func (*DependencyContainerMock) MinimockGetClockInspect

func (m *DependencyContainerMock) MinimockGetClockInspect()

MinimockGetClockInspect logs each unmet expectation

func (*DependencyContainerMock) MinimockGetHTTPClientDone

func (m *DependencyContainerMock) MinimockGetHTTPClientDone() bool

MinimockGetHTTPClientDone returns true if the count of the GetHTTPClient invocations corresponds the number of defined expectations

func (*DependencyContainerMock) MinimockGetHTTPClientInspect

func (m *DependencyContainerMock) MinimockGetHTTPClientInspect()

MinimockGetHTTPClientInspect logs each unmet expectation

func (*DependencyContainerMock) MinimockGetK8sClientDone

func (m *DependencyContainerMock) MinimockGetK8sClientDone() bool

MinimockGetK8sClientDone returns true if the count of the GetK8sClient invocations corresponds the number of defined expectations

func (*DependencyContainerMock) MinimockGetK8sClientInspect

func (m *DependencyContainerMock) MinimockGetK8sClientInspect()

MinimockGetK8sClientInspect logs each unmet expectation

func (*DependencyContainerMock) MinimockGetRegistryClientDone

func (m *DependencyContainerMock) MinimockGetRegistryClientDone() bool

MinimockGetRegistryClientDone returns true if the count of the GetRegistryClient invocations corresponds the number of defined expectations

func (*DependencyContainerMock) MinimockGetRegistryClientInspect

func (m *DependencyContainerMock) MinimockGetRegistryClientInspect()

MinimockGetRegistryClientInspect logs each unmet expectation

func (*DependencyContainerMock) MinimockMustGetK8sClientDone

func (m *DependencyContainerMock) MinimockMustGetK8sClientDone() bool

MinimockMustGetK8sClientDone returns true if the count of the MustGetK8sClient invocations corresponds the number of defined expectations

func (*DependencyContainerMock) MinimockMustGetK8sClientInspect

func (m *DependencyContainerMock) MinimockMustGetK8sClientInspect()

MinimockMustGetK8sClientInspect logs each unmet expectation

func (*DependencyContainerMock) MinimockMustGetRegistryClientDone

func (m *DependencyContainerMock) MinimockMustGetRegistryClientDone() bool

MinimockMustGetRegistryClientDone returns true if the count of the MustGetRegistryClient invocations corresponds the number of defined expectations

func (*DependencyContainerMock) MinimockMustGetRegistryClientInspect

func (m *DependencyContainerMock) MinimockMustGetRegistryClientInspect()

MinimockMustGetRegistryClientInspect logs each unmet expectation

func (*DependencyContainerMock) MinimockWait

func (m *DependencyContainerMock) MinimockWait(timeout mm_time.Duration)

MinimockWait waits for all mocked methods to be called the expected number of times

func (*DependencyContainerMock) MustGetK8sClient

func (mmMustGetK8sClient *DependencyContainerMock) MustGetK8sClient(options ...mm_pkg.KubernetesOption) (k1 mm_pkg.KubernetesClient)

MustGetK8sClient implements mm_pkg.DependencyContainer

func (*DependencyContainerMock) MustGetK8sClientAfterCounter

func (mmMustGetK8sClient *DependencyContainerMock) MustGetK8sClientAfterCounter() uint64

MustGetK8sClientAfterCounter returns a count of finished DependencyContainerMock.MustGetK8sClient invocations

func (*DependencyContainerMock) MustGetK8sClientBeforeCounter

func (mmMustGetK8sClient *DependencyContainerMock) MustGetK8sClientBeforeCounter() uint64

MustGetK8sClientBeforeCounter returns a count of DependencyContainerMock.MustGetK8sClient invocations

func (*DependencyContainerMock) MustGetRegistryClient

func (mmMustGetRegistryClient *DependencyContainerMock) MustGetRegistryClient(repo string, options ...mm_pkg.RegistryOption) (r1 mm_pkg.RegistryClient)

MustGetRegistryClient implements mm_pkg.DependencyContainer

func (*DependencyContainerMock) MustGetRegistryClientAfterCounter

func (mmMustGetRegistryClient *DependencyContainerMock) MustGetRegistryClientAfterCounter() uint64

MustGetRegistryClientAfterCounter returns a count of finished DependencyContainerMock.MustGetRegistryClient invocations

func (*DependencyContainerMock) MustGetRegistryClientBeforeCounter

func (mmMustGetRegistryClient *DependencyContainerMock) MustGetRegistryClientBeforeCounter() uint64

MustGetRegistryClientBeforeCounter returns a count of DependencyContainerMock.MustGetRegistryClient invocations

type DependencyContainerMockGetClientConfigExpectation

type DependencyContainerMockGetClientConfigExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

DependencyContainerMockGetClientConfigExpectation specifies expectation struct of the DependencyContainer.GetClientConfig

type DependencyContainerMockGetClientConfigResults

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

DependencyContainerMockGetClientConfigResults contains results of the DependencyContainer.GetClientConfig

type DependencyContainerMockGetClockExpectation

type DependencyContainerMockGetClockExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

DependencyContainerMockGetClockExpectation specifies expectation struct of the DependencyContainer.GetClock

type DependencyContainerMockGetClockResults

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

DependencyContainerMockGetClockResults contains results of the DependencyContainer.GetClock

type DependencyContainerMockGetHTTPClientExpectation

type DependencyContainerMockGetHTTPClientExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

DependencyContainerMockGetHTTPClientExpectation specifies expectation struct of the DependencyContainer.GetHTTPClient

func (*DependencyContainerMockGetHTTPClientExpectation) Then

Then sets up DependencyContainer.GetHTTPClient return parameters for the expectation previously defined by the When method

type DependencyContainerMockGetHTTPClientExpectationOrigins

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

DependencyContainerMockGetHTTPClientOrigins contains origins of expectations of the DependencyContainer.GetHTTPClient

type DependencyContainerMockGetHTTPClientParamPtrs

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

DependencyContainerMockGetHTTPClientParamPtrs contains pointers to parameters of the DependencyContainer.GetHTTPClient

type DependencyContainerMockGetHTTPClientParams

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

DependencyContainerMockGetHTTPClientParams contains parameters of the DependencyContainer.GetHTTPClient

type DependencyContainerMockGetHTTPClientResults

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

DependencyContainerMockGetHTTPClientResults contains results of the DependencyContainer.GetHTTPClient

type DependencyContainerMockGetK8sClientExpectation

type DependencyContainerMockGetK8sClientExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

DependencyContainerMockGetK8sClientExpectation specifies expectation struct of the DependencyContainer.GetK8sClient

func (*DependencyContainerMockGetK8sClientExpectation) Then

Then sets up DependencyContainer.GetK8sClient return parameters for the expectation previously defined by the When method

type DependencyContainerMockGetK8sClientExpectationOrigins

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

DependencyContainerMockGetK8sClientOrigins contains origins of expectations of the DependencyContainer.GetK8sClient

type DependencyContainerMockGetK8sClientParamPtrs

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

DependencyContainerMockGetK8sClientParamPtrs contains pointers to parameters of the DependencyContainer.GetK8sClient

type DependencyContainerMockGetK8sClientParams

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

DependencyContainerMockGetK8sClientParams contains parameters of the DependencyContainer.GetK8sClient

type DependencyContainerMockGetK8sClientResults

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

DependencyContainerMockGetK8sClientResults contains results of the DependencyContainer.GetK8sClient

type DependencyContainerMockGetRegistryClientExpectation

type DependencyContainerMockGetRegistryClientExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

DependencyContainerMockGetRegistryClientExpectation specifies expectation struct of the DependencyContainer.GetRegistryClient

func (*DependencyContainerMockGetRegistryClientExpectation) Then

Then sets up DependencyContainer.GetRegistryClient return parameters for the expectation previously defined by the When method

type DependencyContainerMockGetRegistryClientExpectationOrigins

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

DependencyContainerMockGetRegistryClientOrigins contains origins of expectations of the DependencyContainer.GetRegistryClient

type DependencyContainerMockGetRegistryClientParamPtrs

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

DependencyContainerMockGetRegistryClientParamPtrs contains pointers to parameters of the DependencyContainer.GetRegistryClient

type DependencyContainerMockGetRegistryClientParams

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

DependencyContainerMockGetRegistryClientParams contains parameters of the DependencyContainer.GetRegistryClient

type DependencyContainerMockGetRegistryClientResults

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

DependencyContainerMockGetRegistryClientResults contains results of the DependencyContainer.GetRegistryClient

type DependencyContainerMockMustGetK8sClientExpectation

type DependencyContainerMockMustGetK8sClientExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

DependencyContainerMockMustGetK8sClientExpectation specifies expectation struct of the DependencyContainer.MustGetK8sClient

func (*DependencyContainerMockMustGetK8sClientExpectation) Then

Then sets up DependencyContainer.MustGetK8sClient return parameters for the expectation previously defined by the When method

type DependencyContainerMockMustGetK8sClientExpectationOrigins

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

DependencyContainerMockMustGetK8sClientOrigins contains origins of expectations of the DependencyContainer.MustGetK8sClient

type DependencyContainerMockMustGetK8sClientParamPtrs

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

DependencyContainerMockMustGetK8sClientParamPtrs contains pointers to parameters of the DependencyContainer.MustGetK8sClient

type DependencyContainerMockMustGetK8sClientParams

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

DependencyContainerMockMustGetK8sClientParams contains parameters of the DependencyContainer.MustGetK8sClient

type DependencyContainerMockMustGetK8sClientResults

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

DependencyContainerMockMustGetK8sClientResults contains results of the DependencyContainer.MustGetK8sClient

type DependencyContainerMockMustGetRegistryClientExpectation

type DependencyContainerMockMustGetRegistryClientExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

DependencyContainerMockMustGetRegistryClientExpectation specifies expectation struct of the DependencyContainer.MustGetRegistryClient

func (*DependencyContainerMockMustGetRegistryClientExpectation) Then

Then sets up DependencyContainer.MustGetRegistryClient return parameters for the expectation previously defined by the When method

type DependencyContainerMockMustGetRegistryClientExpectationOrigins

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

DependencyContainerMockMustGetRegistryClientOrigins contains origins of expectations of the DependencyContainer.MustGetRegistryClient

type DependencyContainerMockMustGetRegistryClientParamPtrs

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

DependencyContainerMockMustGetRegistryClientParamPtrs contains pointers to parameters of the DependencyContainer.MustGetRegistryClient

type DependencyContainerMockMustGetRegistryClientParams

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

DependencyContainerMockMustGetRegistryClientParams contains parameters of the DependencyContainer.MustGetRegistryClient

type DependencyContainerMockMustGetRegistryClientResults

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

DependencyContainerMockMustGetRegistryClientResults contains results of the DependencyContainer.MustGetRegistryClient

type HTTPClientMock

type HTTPClientMock struct {
	DoMock mHTTPClientMockDo
	// contains filtered or unexported fields
}

HTTPClientMock implements mm_pkg.HTTPClient

func NewHTTPClientMock

func NewHTTPClientMock(t minimock.Tester) *HTTPClientMock

NewHTTPClientMock returns a mock for mm_pkg.HTTPClient

func (*HTTPClientMock) Do

func (mmDo *HTTPClientMock) Do(req *http.Request) (rp1 *http.Response, err error)

Do implements mm_pkg.HTTPClient

func (*HTTPClientMock) DoAfterCounter

func (mmDo *HTTPClientMock) DoAfterCounter() uint64

DoAfterCounter returns a count of finished HTTPClientMock.Do invocations

func (*HTTPClientMock) DoBeforeCounter

func (mmDo *HTTPClientMock) DoBeforeCounter() uint64

DoBeforeCounter returns a count of HTTPClientMock.Do invocations

func (*HTTPClientMock) MinimockDoDone

func (m *HTTPClientMock) MinimockDoDone() bool

MinimockDoDone returns true if the count of the Do invocations corresponds the number of defined expectations

func (*HTTPClientMock) MinimockDoInspect

func (m *HTTPClientMock) MinimockDoInspect()

MinimockDoInspect logs each unmet expectation

func (*HTTPClientMock) MinimockFinish

func (m *HTTPClientMock) MinimockFinish()

MinimockFinish checks that all mocked methods have been called the expected number of times

func (*HTTPClientMock) MinimockWait

func (m *HTTPClientMock) MinimockWait(timeout mm_time.Duration)

MinimockWait waits for all mocked methods to be called the expected number of times

type HTTPClientMockDoExpectation

type HTTPClientMockDoExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

HTTPClientMockDoExpectation specifies expectation struct of the HTTPClient.Do

func (*HTTPClientMockDoExpectation) Then

Then sets up HTTPClient.Do return parameters for the expectation previously defined by the When method

type HTTPClientMockDoExpectationOrigins

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

HTTPClientMockDoOrigins contains origins of expectations of the HTTPClient.Do

type HTTPClientMockDoParamPtrs

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

HTTPClientMockDoParamPtrs contains pointers to parameters of the HTTPClient.Do

type HTTPClientMockDoParams

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

HTTPClientMockDoParams contains parameters of the HTTPClient.Do

type HTTPClientMockDoResults

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

HTTPClientMockDoResults contains results of the HTTPClient.Do

type KubernetesClientMock

type KubernetesClientMock struct {
	CreateMock mKubernetesClientMockCreate

	DeleteMock mKubernetesClientMockDelete

	DeleteAllOfMock mKubernetesClientMockDeleteAllOf

	DynamicMock mKubernetesClientMockDynamic

	GetMock mKubernetesClientMockGet

	GroupVersionKindForMock mKubernetesClientMockGroupVersionKindFor

	IsObjectNamespacedMock mKubernetesClientMockIsObjectNamespaced

	ListMock mKubernetesClientMockList

	PatchMock mKubernetesClientMockPatch

	RESTMapperMock mKubernetesClientMockRESTMapper

	SchemeMock mKubernetesClientMockScheme

	StatusMock mKubernetesClientMockStatus

	SubResourceMock mKubernetesClientMockSubResource

	UpdateMock mKubernetesClientMockUpdate
	// contains filtered or unexported fields
}

KubernetesClientMock implements mm_pkg.KubernetesClient

func NewKubernetesClientMock

func NewKubernetesClientMock(t minimock.Tester) *KubernetesClientMock

NewKubernetesClientMock returns a mock for mm_pkg.KubernetesClient

func (*KubernetesClientMock) Create

func (mmCreate *KubernetesClientMock) Create(ctx context.Context, obj client.Object, opts ...client.CreateOption) (err error)

Create implements mm_pkg.KubernetesClient

func (*KubernetesClientMock) CreateAfterCounter

func (mmCreate *KubernetesClientMock) CreateAfterCounter() uint64

CreateAfterCounter returns a count of finished KubernetesClientMock.Create invocations

func (*KubernetesClientMock) CreateBeforeCounter

func (mmCreate *KubernetesClientMock) CreateBeforeCounter() uint64

CreateBeforeCounter returns a count of KubernetesClientMock.Create invocations

func (*KubernetesClientMock) Delete

func (mmDelete *KubernetesClientMock) Delete(ctx context.Context, obj client.Object, opts ...client.DeleteOption) (err error)

Delete implements mm_pkg.KubernetesClient

func (*KubernetesClientMock) DeleteAfterCounter

func (mmDelete *KubernetesClientMock) DeleteAfterCounter() uint64

DeleteAfterCounter returns a count of finished KubernetesClientMock.Delete invocations

func (*KubernetesClientMock) DeleteAllOf

func (mmDeleteAllOf *KubernetesClientMock) DeleteAllOf(ctx context.Context, obj client.Object, opts ...client.DeleteAllOfOption) (err error)

DeleteAllOf implements mm_pkg.KubernetesClient

func (*KubernetesClientMock) DeleteAllOfAfterCounter

func (mmDeleteAllOf *KubernetesClientMock) DeleteAllOfAfterCounter() uint64

DeleteAllOfAfterCounter returns a count of finished KubernetesClientMock.DeleteAllOf invocations

func (*KubernetesClientMock) DeleteAllOfBeforeCounter

func (mmDeleteAllOf *KubernetesClientMock) DeleteAllOfBeforeCounter() uint64

DeleteAllOfBeforeCounter returns a count of KubernetesClientMock.DeleteAllOf invocations

func (*KubernetesClientMock) DeleteBeforeCounter

func (mmDelete *KubernetesClientMock) DeleteBeforeCounter() uint64

DeleteBeforeCounter returns a count of KubernetesClientMock.Delete invocations

func (*KubernetesClientMock) Dynamic

func (mmDynamic *KubernetesClientMock) Dynamic() (i1 dynamic.Interface)

Dynamic implements mm_pkg.KubernetesClient

func (*KubernetesClientMock) DynamicAfterCounter

func (mmDynamic *KubernetesClientMock) DynamicAfterCounter() uint64

DynamicAfterCounter returns a count of finished KubernetesClientMock.Dynamic invocations

func (*KubernetesClientMock) DynamicBeforeCounter

func (mmDynamic *KubernetesClientMock) DynamicBeforeCounter() uint64

DynamicBeforeCounter returns a count of KubernetesClientMock.Dynamic invocations

func (*KubernetesClientMock) Get

func (mmGet *KubernetesClientMock) Get(ctx context.Context, key client.ObjectKey, obj client.Object, opts ...client.GetOption) (err error)

Get implements mm_pkg.KubernetesClient

func (*KubernetesClientMock) GetAfterCounter

func (mmGet *KubernetesClientMock) GetAfterCounter() uint64

GetAfterCounter returns a count of finished KubernetesClientMock.Get invocations

func (*KubernetesClientMock) GetBeforeCounter

func (mmGet *KubernetesClientMock) GetBeforeCounter() uint64

GetBeforeCounter returns a count of KubernetesClientMock.Get invocations

func (*KubernetesClientMock) GroupVersionKindFor

func (mmGroupVersionKindFor *KubernetesClientMock) GroupVersionKindFor(obj runtime.Object) (g1 schema.GroupVersionKind, err error)

GroupVersionKindFor implements mm_pkg.KubernetesClient

func (*KubernetesClientMock) GroupVersionKindForAfterCounter

func (mmGroupVersionKindFor *KubernetesClientMock) GroupVersionKindForAfterCounter() uint64

GroupVersionKindForAfterCounter returns a count of finished KubernetesClientMock.GroupVersionKindFor invocations

func (*KubernetesClientMock) GroupVersionKindForBeforeCounter

func (mmGroupVersionKindFor *KubernetesClientMock) GroupVersionKindForBeforeCounter() uint64

GroupVersionKindForBeforeCounter returns a count of KubernetesClientMock.GroupVersionKindFor invocations

func (*KubernetesClientMock) IsObjectNamespaced

func (mmIsObjectNamespaced *KubernetesClientMock) IsObjectNamespaced(obj runtime.Object) (b1 bool, err error)

IsObjectNamespaced implements mm_pkg.KubernetesClient

func (*KubernetesClientMock) IsObjectNamespacedAfterCounter

func (mmIsObjectNamespaced *KubernetesClientMock) IsObjectNamespacedAfterCounter() uint64

IsObjectNamespacedAfterCounter returns a count of finished KubernetesClientMock.IsObjectNamespaced invocations

func (*KubernetesClientMock) IsObjectNamespacedBeforeCounter

func (mmIsObjectNamespaced *KubernetesClientMock) IsObjectNamespacedBeforeCounter() uint64

IsObjectNamespacedBeforeCounter returns a count of KubernetesClientMock.IsObjectNamespaced invocations

func (*KubernetesClientMock) List

func (mmList *KubernetesClientMock) List(ctx context.Context, list client.ObjectList, opts ...client.ListOption) (err error)

List implements mm_pkg.KubernetesClient

func (*KubernetesClientMock) ListAfterCounter

func (mmList *KubernetesClientMock) ListAfterCounter() uint64

ListAfterCounter returns a count of finished KubernetesClientMock.List invocations

func (*KubernetesClientMock) ListBeforeCounter

func (mmList *KubernetesClientMock) ListBeforeCounter() uint64

ListBeforeCounter returns a count of KubernetesClientMock.List invocations

func (*KubernetesClientMock) MinimockCreateDone

func (m *KubernetesClientMock) MinimockCreateDone() bool

MinimockCreateDone returns true if the count of the Create invocations corresponds the number of defined expectations

func (*KubernetesClientMock) MinimockCreateInspect

func (m *KubernetesClientMock) MinimockCreateInspect()

MinimockCreateInspect logs each unmet expectation

func (*KubernetesClientMock) MinimockDeleteAllOfDone

func (m *KubernetesClientMock) MinimockDeleteAllOfDone() bool

MinimockDeleteAllOfDone returns true if the count of the DeleteAllOf invocations corresponds the number of defined expectations

func (*KubernetesClientMock) MinimockDeleteAllOfInspect

func (m *KubernetesClientMock) MinimockDeleteAllOfInspect()

MinimockDeleteAllOfInspect logs each unmet expectation

func (*KubernetesClientMock) MinimockDeleteDone

func (m *KubernetesClientMock) MinimockDeleteDone() bool

MinimockDeleteDone returns true if the count of the Delete invocations corresponds the number of defined expectations

func (*KubernetesClientMock) MinimockDeleteInspect

func (m *KubernetesClientMock) MinimockDeleteInspect()

MinimockDeleteInspect logs each unmet expectation

func (*KubernetesClientMock) MinimockDynamicDone

func (m *KubernetesClientMock) MinimockDynamicDone() bool

MinimockDynamicDone returns true if the count of the Dynamic invocations corresponds the number of defined expectations

func (*KubernetesClientMock) MinimockDynamicInspect

func (m *KubernetesClientMock) MinimockDynamicInspect()

MinimockDynamicInspect logs each unmet expectation

func (*KubernetesClientMock) MinimockFinish

func (m *KubernetesClientMock) MinimockFinish()

MinimockFinish checks that all mocked methods have been called the expected number of times

func (*KubernetesClientMock) MinimockGetDone

func (m *KubernetesClientMock) MinimockGetDone() bool

MinimockGetDone returns true if the count of the Get invocations corresponds the number of defined expectations

func (*KubernetesClientMock) MinimockGetInspect

func (m *KubernetesClientMock) MinimockGetInspect()

MinimockGetInspect logs each unmet expectation

func (*KubernetesClientMock) MinimockGroupVersionKindForDone

func (m *KubernetesClientMock) MinimockGroupVersionKindForDone() bool

MinimockGroupVersionKindForDone returns true if the count of the GroupVersionKindFor invocations corresponds the number of defined expectations

func (*KubernetesClientMock) MinimockGroupVersionKindForInspect

func (m *KubernetesClientMock) MinimockGroupVersionKindForInspect()

MinimockGroupVersionKindForInspect logs each unmet expectation

func (*KubernetesClientMock) MinimockIsObjectNamespacedDone

func (m *KubernetesClientMock) MinimockIsObjectNamespacedDone() bool

MinimockIsObjectNamespacedDone returns true if the count of the IsObjectNamespaced invocations corresponds the number of defined expectations

func (*KubernetesClientMock) MinimockIsObjectNamespacedInspect

func (m *KubernetesClientMock) MinimockIsObjectNamespacedInspect()

MinimockIsObjectNamespacedInspect logs each unmet expectation

func (*KubernetesClientMock) MinimockListDone

func (m *KubernetesClientMock) MinimockListDone() bool

MinimockListDone returns true if the count of the List invocations corresponds the number of defined expectations

func (*KubernetesClientMock) MinimockListInspect

func (m *KubernetesClientMock) MinimockListInspect()

MinimockListInspect logs each unmet expectation

func (*KubernetesClientMock) MinimockPatchDone

func (m *KubernetesClientMock) MinimockPatchDone() bool

MinimockPatchDone returns true if the count of the Patch invocations corresponds the number of defined expectations

func (*KubernetesClientMock) MinimockPatchInspect

func (m *KubernetesClientMock) MinimockPatchInspect()

MinimockPatchInspect logs each unmet expectation

func (*KubernetesClientMock) MinimockRESTMapperDone

func (m *KubernetesClientMock) MinimockRESTMapperDone() bool

MinimockRESTMapperDone returns true if the count of the RESTMapper invocations corresponds the number of defined expectations

func (*KubernetesClientMock) MinimockRESTMapperInspect

func (m *KubernetesClientMock) MinimockRESTMapperInspect()

MinimockRESTMapperInspect logs each unmet expectation

func (*KubernetesClientMock) MinimockSchemeDone

func (m *KubernetesClientMock) MinimockSchemeDone() bool

MinimockSchemeDone returns true if the count of the Scheme invocations corresponds the number of defined expectations

func (*KubernetesClientMock) MinimockSchemeInspect

func (m *KubernetesClientMock) MinimockSchemeInspect()

MinimockSchemeInspect logs each unmet expectation

func (*KubernetesClientMock) MinimockStatusDone

func (m *KubernetesClientMock) MinimockStatusDone() bool

MinimockStatusDone returns true if the count of the Status invocations corresponds the number of defined expectations

func (*KubernetesClientMock) MinimockStatusInspect

func (m *KubernetesClientMock) MinimockStatusInspect()

MinimockStatusInspect logs each unmet expectation

func (*KubernetesClientMock) MinimockSubResourceDone

func (m *KubernetesClientMock) MinimockSubResourceDone() bool

MinimockSubResourceDone returns true if the count of the SubResource invocations corresponds the number of defined expectations

func (*KubernetesClientMock) MinimockSubResourceInspect

func (m *KubernetesClientMock) MinimockSubResourceInspect()

MinimockSubResourceInspect logs each unmet expectation

func (*KubernetesClientMock) MinimockUpdateDone

func (m *KubernetesClientMock) MinimockUpdateDone() bool

MinimockUpdateDone returns true if the count of the Update invocations corresponds the number of defined expectations

func (*KubernetesClientMock) MinimockUpdateInspect

func (m *KubernetesClientMock) MinimockUpdateInspect()

MinimockUpdateInspect logs each unmet expectation

func (*KubernetesClientMock) MinimockWait

func (m *KubernetesClientMock) MinimockWait(timeout mm_time.Duration)

MinimockWait waits for all mocked methods to be called the expected number of times

func (*KubernetesClientMock) Patch

func (mmPatch *KubernetesClientMock) Patch(ctx context.Context, obj client.Object, patch client.Patch, opts ...client.PatchOption) (err error)

Patch implements mm_pkg.KubernetesClient

func (*KubernetesClientMock) PatchAfterCounter

func (mmPatch *KubernetesClientMock) PatchAfterCounter() uint64

PatchAfterCounter returns a count of finished KubernetesClientMock.Patch invocations

func (*KubernetesClientMock) PatchBeforeCounter

func (mmPatch *KubernetesClientMock) PatchBeforeCounter() uint64

PatchBeforeCounter returns a count of KubernetesClientMock.Patch invocations

func (*KubernetesClientMock) RESTMapper

func (mmRESTMapper *KubernetesClientMock) RESTMapper() (r1 meta.RESTMapper)

RESTMapper implements mm_pkg.KubernetesClient

func (*KubernetesClientMock) RESTMapperAfterCounter

func (mmRESTMapper *KubernetesClientMock) RESTMapperAfterCounter() uint64

RESTMapperAfterCounter returns a count of finished KubernetesClientMock.RESTMapper invocations

func (*KubernetesClientMock) RESTMapperBeforeCounter

func (mmRESTMapper *KubernetesClientMock) RESTMapperBeforeCounter() uint64

RESTMapperBeforeCounter returns a count of KubernetesClientMock.RESTMapper invocations

func (*KubernetesClientMock) Scheme

func (mmScheme *KubernetesClientMock) Scheme() (sp1 *runtime.Scheme)

Scheme implements mm_pkg.KubernetesClient

func (*KubernetesClientMock) SchemeAfterCounter

func (mmScheme *KubernetesClientMock) SchemeAfterCounter() uint64

SchemeAfterCounter returns a count of finished KubernetesClientMock.Scheme invocations

func (*KubernetesClientMock) SchemeBeforeCounter

func (mmScheme *KubernetesClientMock) SchemeBeforeCounter() uint64

SchemeBeforeCounter returns a count of KubernetesClientMock.Scheme invocations

func (*KubernetesClientMock) Status

func (mmStatus *KubernetesClientMock) Status() (s1 client.SubResourceWriter)

Status implements mm_pkg.KubernetesClient

func (*KubernetesClientMock) StatusAfterCounter

func (mmStatus *KubernetesClientMock) StatusAfterCounter() uint64

StatusAfterCounter returns a count of finished KubernetesClientMock.Status invocations

func (*KubernetesClientMock) StatusBeforeCounter

func (mmStatus *KubernetesClientMock) StatusBeforeCounter() uint64

StatusBeforeCounter returns a count of KubernetesClientMock.Status invocations

func (*KubernetesClientMock) SubResource

func (mmSubResource *KubernetesClientMock) SubResource(subResource string) (s1 client.SubResourceClient)

SubResource implements mm_pkg.KubernetesClient

func (*KubernetesClientMock) SubResourceAfterCounter

func (mmSubResource *KubernetesClientMock) SubResourceAfterCounter() uint64

SubResourceAfterCounter returns a count of finished KubernetesClientMock.SubResource invocations

func (*KubernetesClientMock) SubResourceBeforeCounter

func (mmSubResource *KubernetesClientMock) SubResourceBeforeCounter() uint64

SubResourceBeforeCounter returns a count of KubernetesClientMock.SubResource invocations

func (*KubernetesClientMock) Update

func (mmUpdate *KubernetesClientMock) Update(ctx context.Context, obj client.Object, opts ...client.UpdateOption) (err error)

Update implements mm_pkg.KubernetesClient

func (*KubernetesClientMock) UpdateAfterCounter

func (mmUpdate *KubernetesClientMock) UpdateAfterCounter() uint64

UpdateAfterCounter returns a count of finished KubernetesClientMock.Update invocations

func (*KubernetesClientMock) UpdateBeforeCounter

func (mmUpdate *KubernetesClientMock) UpdateBeforeCounter() uint64

UpdateBeforeCounter returns a count of KubernetesClientMock.Update invocations

type KubernetesClientMockCreateExpectation

type KubernetesClientMockCreateExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

KubernetesClientMockCreateExpectation specifies expectation struct of the KubernetesClient.Create

func (*KubernetesClientMockCreateExpectation) Then

Then sets up KubernetesClient.Create return parameters for the expectation previously defined by the When method

type KubernetesClientMockCreateExpectationOrigins

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

KubernetesClientMockCreateOrigins contains origins of expectations of the KubernetesClient.Create

type KubernetesClientMockCreateParamPtrs

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

KubernetesClientMockCreateParamPtrs contains pointers to parameters of the KubernetesClient.Create

type KubernetesClientMockCreateParams

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

KubernetesClientMockCreateParams contains parameters of the KubernetesClient.Create

type KubernetesClientMockCreateResults

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

KubernetesClientMockCreateResults contains results of the KubernetesClient.Create

type KubernetesClientMockDeleteAllOfExpectation

type KubernetesClientMockDeleteAllOfExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

KubernetesClientMockDeleteAllOfExpectation specifies expectation struct of the KubernetesClient.DeleteAllOf

func (*KubernetesClientMockDeleteAllOfExpectation) Then

Then sets up KubernetesClient.DeleteAllOf return parameters for the expectation previously defined by the When method

type KubernetesClientMockDeleteAllOfExpectationOrigins

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

KubernetesClientMockDeleteAllOfOrigins contains origins of expectations of the KubernetesClient.DeleteAllOf

type KubernetesClientMockDeleteAllOfParamPtrs

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

KubernetesClientMockDeleteAllOfParamPtrs contains pointers to parameters of the KubernetesClient.DeleteAllOf

type KubernetesClientMockDeleteAllOfParams

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

KubernetesClientMockDeleteAllOfParams contains parameters of the KubernetesClient.DeleteAllOf

type KubernetesClientMockDeleteAllOfResults

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

KubernetesClientMockDeleteAllOfResults contains results of the KubernetesClient.DeleteAllOf

type KubernetesClientMockDeleteExpectation

type KubernetesClientMockDeleteExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

KubernetesClientMockDeleteExpectation specifies expectation struct of the KubernetesClient.Delete

func (*KubernetesClientMockDeleteExpectation) Then

Then sets up KubernetesClient.Delete return parameters for the expectation previously defined by the When method

type KubernetesClientMockDeleteExpectationOrigins

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

KubernetesClientMockDeleteOrigins contains origins of expectations of the KubernetesClient.Delete

type KubernetesClientMockDeleteParamPtrs

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

KubernetesClientMockDeleteParamPtrs contains pointers to parameters of the KubernetesClient.Delete

type KubernetesClientMockDeleteParams

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

KubernetesClientMockDeleteParams contains parameters of the KubernetesClient.Delete

type KubernetesClientMockDeleteResults

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

KubernetesClientMockDeleteResults contains results of the KubernetesClient.Delete

type KubernetesClientMockDynamicExpectation

type KubernetesClientMockDynamicExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

KubernetesClientMockDynamicExpectation specifies expectation struct of the KubernetesClient.Dynamic

type KubernetesClientMockDynamicResults

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

KubernetesClientMockDynamicResults contains results of the KubernetesClient.Dynamic

type KubernetesClientMockGetExpectation

type KubernetesClientMockGetExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

KubernetesClientMockGetExpectation specifies expectation struct of the KubernetesClient.Get

func (*KubernetesClientMockGetExpectation) Then

Then sets up KubernetesClient.Get return parameters for the expectation previously defined by the When method

type KubernetesClientMockGetExpectationOrigins

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

KubernetesClientMockGetOrigins contains origins of expectations of the KubernetesClient.Get

type KubernetesClientMockGetParamPtrs

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

KubernetesClientMockGetParamPtrs contains pointers to parameters of the KubernetesClient.Get

type KubernetesClientMockGetParams

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

KubernetesClientMockGetParams contains parameters of the KubernetesClient.Get

type KubernetesClientMockGetResults

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

KubernetesClientMockGetResults contains results of the KubernetesClient.Get

type KubernetesClientMockGroupVersionKindForExpectation

type KubernetesClientMockGroupVersionKindForExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

KubernetesClientMockGroupVersionKindForExpectation specifies expectation struct of the KubernetesClient.GroupVersionKindFor

func (*KubernetesClientMockGroupVersionKindForExpectation) Then

Then sets up KubernetesClient.GroupVersionKindFor return parameters for the expectation previously defined by the When method

type KubernetesClientMockGroupVersionKindForExpectationOrigins

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

KubernetesClientMockGroupVersionKindForOrigins contains origins of expectations of the KubernetesClient.GroupVersionKindFor

type KubernetesClientMockGroupVersionKindForParamPtrs

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

KubernetesClientMockGroupVersionKindForParamPtrs contains pointers to parameters of the KubernetesClient.GroupVersionKindFor

type KubernetesClientMockGroupVersionKindForParams

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

KubernetesClientMockGroupVersionKindForParams contains parameters of the KubernetesClient.GroupVersionKindFor

type KubernetesClientMockGroupVersionKindForResults

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

KubernetesClientMockGroupVersionKindForResults contains results of the KubernetesClient.GroupVersionKindFor

type KubernetesClientMockIsObjectNamespacedExpectation

type KubernetesClientMockIsObjectNamespacedExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

KubernetesClientMockIsObjectNamespacedExpectation specifies expectation struct of the KubernetesClient.IsObjectNamespaced

func (*KubernetesClientMockIsObjectNamespacedExpectation) Then

Then sets up KubernetesClient.IsObjectNamespaced return parameters for the expectation previously defined by the When method

type KubernetesClientMockIsObjectNamespacedExpectationOrigins

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

KubernetesClientMockIsObjectNamespacedOrigins contains origins of expectations of the KubernetesClient.IsObjectNamespaced

type KubernetesClientMockIsObjectNamespacedParamPtrs

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

KubernetesClientMockIsObjectNamespacedParamPtrs contains pointers to parameters of the KubernetesClient.IsObjectNamespaced

type KubernetesClientMockIsObjectNamespacedParams

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

KubernetesClientMockIsObjectNamespacedParams contains parameters of the KubernetesClient.IsObjectNamespaced

type KubernetesClientMockIsObjectNamespacedResults

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

KubernetesClientMockIsObjectNamespacedResults contains results of the KubernetesClient.IsObjectNamespaced

type KubernetesClientMockListExpectation

type KubernetesClientMockListExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

KubernetesClientMockListExpectation specifies expectation struct of the KubernetesClient.List

func (*KubernetesClientMockListExpectation) Then

Then sets up KubernetesClient.List return parameters for the expectation previously defined by the When method

type KubernetesClientMockListExpectationOrigins

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

KubernetesClientMockListOrigins contains origins of expectations of the KubernetesClient.List

type KubernetesClientMockListParamPtrs

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

KubernetesClientMockListParamPtrs contains pointers to parameters of the KubernetesClient.List

type KubernetesClientMockListParams

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

KubernetesClientMockListParams contains parameters of the KubernetesClient.List

type KubernetesClientMockListResults

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

KubernetesClientMockListResults contains results of the KubernetesClient.List

type KubernetesClientMockPatchExpectation

type KubernetesClientMockPatchExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

KubernetesClientMockPatchExpectation specifies expectation struct of the KubernetesClient.Patch

func (*KubernetesClientMockPatchExpectation) Then

Then sets up KubernetesClient.Patch return parameters for the expectation previously defined by the When method

type KubernetesClientMockPatchExpectationOrigins

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

KubernetesClientMockPatchOrigins contains origins of expectations of the KubernetesClient.Patch

type KubernetesClientMockPatchParamPtrs

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

KubernetesClientMockPatchParamPtrs contains pointers to parameters of the KubernetesClient.Patch

type KubernetesClientMockPatchParams

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

KubernetesClientMockPatchParams contains parameters of the KubernetesClient.Patch

type KubernetesClientMockPatchResults

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

KubernetesClientMockPatchResults contains results of the KubernetesClient.Patch

type KubernetesClientMockRESTMapperExpectation

type KubernetesClientMockRESTMapperExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

KubernetesClientMockRESTMapperExpectation specifies expectation struct of the KubernetesClient.RESTMapper

type KubernetesClientMockRESTMapperResults

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

KubernetesClientMockRESTMapperResults contains results of the KubernetesClient.RESTMapper

type KubernetesClientMockSchemeExpectation

type KubernetesClientMockSchemeExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

KubernetesClientMockSchemeExpectation specifies expectation struct of the KubernetesClient.Scheme

type KubernetesClientMockSchemeResults

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

KubernetesClientMockSchemeResults contains results of the KubernetesClient.Scheme

type KubernetesClientMockStatusExpectation

type KubernetesClientMockStatusExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

KubernetesClientMockStatusExpectation specifies expectation struct of the KubernetesClient.Status

type KubernetesClientMockStatusResults

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

KubernetesClientMockStatusResults contains results of the KubernetesClient.Status

type KubernetesClientMockSubResourceExpectation

type KubernetesClientMockSubResourceExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

KubernetesClientMockSubResourceExpectation specifies expectation struct of the KubernetesClient.SubResource

func (*KubernetesClientMockSubResourceExpectation) Then

Then sets up KubernetesClient.SubResource return parameters for the expectation previously defined by the When method

type KubernetesClientMockSubResourceExpectationOrigins

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

KubernetesClientMockSubResourceOrigins contains origins of expectations of the KubernetesClient.SubResource

type KubernetesClientMockSubResourceParamPtrs

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

KubernetesClientMockSubResourceParamPtrs contains pointers to parameters of the KubernetesClient.SubResource

type KubernetesClientMockSubResourceParams

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

KubernetesClientMockSubResourceParams contains parameters of the KubernetesClient.SubResource

type KubernetesClientMockSubResourceResults

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

KubernetesClientMockSubResourceResults contains results of the KubernetesClient.SubResource

type KubernetesClientMockUpdateExpectation

type KubernetesClientMockUpdateExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

KubernetesClientMockUpdateExpectation specifies expectation struct of the KubernetesClient.Update

func (*KubernetesClientMockUpdateExpectation) Then

Then sets up KubernetesClient.Update return parameters for the expectation previously defined by the When method

type KubernetesClientMockUpdateExpectationOrigins

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

KubernetesClientMockUpdateOrigins contains origins of expectations of the KubernetesClient.Update

type KubernetesClientMockUpdateParamPtrs

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

KubernetesClientMockUpdateParamPtrs contains pointers to parameters of the KubernetesClient.Update

type KubernetesClientMockUpdateParams

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

KubernetesClientMockUpdateParams contains parameters of the KubernetesClient.Update

type KubernetesClientMockUpdateResults

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

KubernetesClientMockUpdateResults contains results of the KubernetesClient.Update

type KubernetesDynamicClientMock

type KubernetesDynamicClientMock struct {
	ResourceMock mKubernetesDynamicClientMockResource
	// contains filtered or unexported fields
}

KubernetesDynamicClientMock implements mm_dynamic.Interface

func NewKubernetesDynamicClientMock

func NewKubernetesDynamicClientMock(t minimock.Tester) *KubernetesDynamicClientMock

NewKubernetesDynamicClientMock returns a mock for mm_dynamic.Interface

func (*KubernetesDynamicClientMock) MinimockFinish

func (m *KubernetesDynamicClientMock) MinimockFinish()

MinimockFinish checks that all mocked methods have been called the expected number of times

func (*KubernetesDynamicClientMock) MinimockResourceDone

func (m *KubernetesDynamicClientMock) MinimockResourceDone() bool

MinimockResourceDone returns true if the count of the Resource invocations corresponds the number of defined expectations

func (*KubernetesDynamicClientMock) MinimockResourceInspect

func (m *KubernetesDynamicClientMock) MinimockResourceInspect()

MinimockResourceInspect logs each unmet expectation

func (*KubernetesDynamicClientMock) MinimockWait

func (m *KubernetesDynamicClientMock) MinimockWait(timeout mm_time.Duration)

MinimockWait waits for all mocked methods to be called the expected number of times

func (*KubernetesDynamicClientMock) Resource

Resource implements mm_dynamic.Interface

func (*KubernetesDynamicClientMock) ResourceAfterCounter

func (mmResource *KubernetesDynamicClientMock) ResourceAfterCounter() uint64

ResourceAfterCounter returns a count of finished KubernetesDynamicClientMock.Resource invocations

func (*KubernetesDynamicClientMock) ResourceBeforeCounter

func (mmResource *KubernetesDynamicClientMock) ResourceBeforeCounter() uint64

ResourceBeforeCounter returns a count of KubernetesDynamicClientMock.Resource invocations

type KubernetesDynamicClientMockResourceExpectation

type KubernetesDynamicClientMockResourceExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

KubernetesDynamicClientMockResourceExpectation specifies expectation struct of the Interface.Resource

func (*KubernetesDynamicClientMockResourceExpectation) Then

Then sets up Interface.Resource return parameters for the expectation previously defined by the When method

type KubernetesDynamicClientMockResourceExpectationOrigins

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

KubernetesDynamicClientMockResourceOrigins contains origins of expectations of the Interface.Resource

type KubernetesDynamicClientMockResourceParamPtrs

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

KubernetesDynamicClientMockResourceParamPtrs contains pointers to parameters of the Interface.Resource

type KubernetesDynamicClientMockResourceParams

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

KubernetesDynamicClientMockResourceParams contains parameters of the Interface.Resource

type KubernetesDynamicClientMockResourceResults

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

KubernetesDynamicClientMockResourceResults contains results of the Interface.Resource

type KubernetesNamespaceableResourceInterfaceMock

type KubernetesNamespaceableResourceInterfaceMock struct {
	ApplyMock mKubernetesNamespaceableResourceInterfaceMockApply

	ApplyStatusMock mKubernetesNamespaceableResourceInterfaceMockApplyStatus

	CreateMock mKubernetesNamespaceableResourceInterfaceMockCreate

	DeleteMock mKubernetesNamespaceableResourceInterfaceMockDelete

	DeleteCollectionMock mKubernetesNamespaceableResourceInterfaceMockDeleteCollection

	GetMock mKubernetesNamespaceableResourceInterfaceMockGet

	ListMock mKubernetesNamespaceableResourceInterfaceMockList

	NamespaceMock mKubernetesNamespaceableResourceInterfaceMockNamespace

	PatchMock mKubernetesNamespaceableResourceInterfaceMockPatch

	UpdateMock mKubernetesNamespaceableResourceInterfaceMockUpdate

	UpdateStatusMock mKubernetesNamespaceableResourceInterfaceMockUpdateStatus

	WatchMock mKubernetesNamespaceableResourceInterfaceMockWatch
	// contains filtered or unexported fields
}

KubernetesNamespaceableResourceInterfaceMock implements mm_dynamic.NamespaceableResourceInterface

func NewKubernetesNamespaceableResourceInterfaceMock

func NewKubernetesNamespaceableResourceInterfaceMock(t minimock.Tester) *KubernetesNamespaceableResourceInterfaceMock

NewKubernetesNamespaceableResourceInterfaceMock returns a mock for mm_dynamic.NamespaceableResourceInterface

func (*KubernetesNamespaceableResourceInterfaceMock) Apply

Apply implements mm_dynamic.NamespaceableResourceInterface

func (*KubernetesNamespaceableResourceInterfaceMock) ApplyAfterCounter

func (mmApply *KubernetesNamespaceableResourceInterfaceMock) ApplyAfterCounter() uint64

ApplyAfterCounter returns a count of finished KubernetesNamespaceableResourceInterfaceMock.Apply invocations

func (*KubernetesNamespaceableResourceInterfaceMock) ApplyBeforeCounter

func (mmApply *KubernetesNamespaceableResourceInterfaceMock) ApplyBeforeCounter() uint64

ApplyBeforeCounter returns a count of KubernetesNamespaceableResourceInterfaceMock.Apply invocations

func (*KubernetesNamespaceableResourceInterfaceMock) ApplyStatus

ApplyStatus implements mm_dynamic.NamespaceableResourceInterface

func (*KubernetesNamespaceableResourceInterfaceMock) ApplyStatusAfterCounter

func (mmApplyStatus *KubernetesNamespaceableResourceInterfaceMock) ApplyStatusAfterCounter() uint64

ApplyStatusAfterCounter returns a count of finished KubernetesNamespaceableResourceInterfaceMock.ApplyStatus invocations

func (*KubernetesNamespaceableResourceInterfaceMock) ApplyStatusBeforeCounter

func (mmApplyStatus *KubernetesNamespaceableResourceInterfaceMock) ApplyStatusBeforeCounter() uint64

ApplyStatusBeforeCounter returns a count of KubernetesNamespaceableResourceInterfaceMock.ApplyStatus invocations

func (*KubernetesNamespaceableResourceInterfaceMock) Create

Create implements mm_dynamic.NamespaceableResourceInterface

func (*KubernetesNamespaceableResourceInterfaceMock) CreateAfterCounter

func (mmCreate *KubernetesNamespaceableResourceInterfaceMock) CreateAfterCounter() uint64

CreateAfterCounter returns a count of finished KubernetesNamespaceableResourceInterfaceMock.Create invocations

func (*KubernetesNamespaceableResourceInterfaceMock) CreateBeforeCounter

func (mmCreate *KubernetesNamespaceableResourceInterfaceMock) CreateBeforeCounter() uint64

CreateBeforeCounter returns a count of KubernetesNamespaceableResourceInterfaceMock.Create invocations

func (*KubernetesNamespaceableResourceInterfaceMock) Delete

func (mmDelete *KubernetesNamespaceableResourceInterfaceMock) Delete(ctx context.Context, name string, options metav1.DeleteOptions, subresources ...string) (err error)

Delete implements mm_dynamic.NamespaceableResourceInterface

func (*KubernetesNamespaceableResourceInterfaceMock) DeleteAfterCounter

func (mmDelete *KubernetesNamespaceableResourceInterfaceMock) DeleteAfterCounter() uint64

DeleteAfterCounter returns a count of finished KubernetesNamespaceableResourceInterfaceMock.Delete invocations

func (*KubernetesNamespaceableResourceInterfaceMock) DeleteBeforeCounter

func (mmDelete *KubernetesNamespaceableResourceInterfaceMock) DeleteBeforeCounter() uint64

DeleteBeforeCounter returns a count of KubernetesNamespaceableResourceInterfaceMock.Delete invocations

func (*KubernetesNamespaceableResourceInterfaceMock) DeleteCollection

func (mmDeleteCollection *KubernetesNamespaceableResourceInterfaceMock) DeleteCollection(ctx context.Context, options metav1.DeleteOptions, listOptions metav1.ListOptions) (err error)

DeleteCollection implements mm_dynamic.NamespaceableResourceInterface

func (*KubernetesNamespaceableResourceInterfaceMock) DeleteCollectionAfterCounter

func (mmDeleteCollection *KubernetesNamespaceableResourceInterfaceMock) DeleteCollectionAfterCounter() uint64

DeleteCollectionAfterCounter returns a count of finished KubernetesNamespaceableResourceInterfaceMock.DeleteCollection invocations

func (*KubernetesNamespaceableResourceInterfaceMock) DeleteCollectionBeforeCounter

func (mmDeleteCollection *KubernetesNamespaceableResourceInterfaceMock) DeleteCollectionBeforeCounter() uint64

DeleteCollectionBeforeCounter returns a count of KubernetesNamespaceableResourceInterfaceMock.DeleteCollection invocations

func (*KubernetesNamespaceableResourceInterfaceMock) Get

func (mmGet *KubernetesNamespaceableResourceInterfaceMock) Get(ctx context.Context, name string, options metav1.GetOptions, subresources ...string) (up1 *unstructured.Unstructured, err error)

Get implements mm_dynamic.NamespaceableResourceInterface

func (*KubernetesNamespaceableResourceInterfaceMock) GetAfterCounter

func (mmGet *KubernetesNamespaceableResourceInterfaceMock) GetAfterCounter() uint64

GetAfterCounter returns a count of finished KubernetesNamespaceableResourceInterfaceMock.Get invocations

func (*KubernetesNamespaceableResourceInterfaceMock) GetBeforeCounter

func (mmGet *KubernetesNamespaceableResourceInterfaceMock) GetBeforeCounter() uint64

GetBeforeCounter returns a count of KubernetesNamespaceableResourceInterfaceMock.Get invocations

func (*KubernetesNamespaceableResourceInterfaceMock) List

List implements mm_dynamic.NamespaceableResourceInterface

func (*KubernetesNamespaceableResourceInterfaceMock) ListAfterCounter

func (mmList *KubernetesNamespaceableResourceInterfaceMock) ListAfterCounter() uint64

ListAfterCounter returns a count of finished KubernetesNamespaceableResourceInterfaceMock.List invocations

func (*KubernetesNamespaceableResourceInterfaceMock) ListBeforeCounter

func (mmList *KubernetesNamespaceableResourceInterfaceMock) ListBeforeCounter() uint64

ListBeforeCounter returns a count of KubernetesNamespaceableResourceInterfaceMock.List invocations

func (*KubernetesNamespaceableResourceInterfaceMock) MinimockApplyDone

func (m *KubernetesNamespaceableResourceInterfaceMock) MinimockApplyDone() bool

MinimockApplyDone returns true if the count of the Apply invocations corresponds the number of defined expectations

func (*KubernetesNamespaceableResourceInterfaceMock) MinimockApplyInspect

func (m *KubernetesNamespaceableResourceInterfaceMock) MinimockApplyInspect()

MinimockApplyInspect logs each unmet expectation

func (*KubernetesNamespaceableResourceInterfaceMock) MinimockApplyStatusDone

func (m *KubernetesNamespaceableResourceInterfaceMock) MinimockApplyStatusDone() bool

MinimockApplyStatusDone returns true if the count of the ApplyStatus invocations corresponds the number of defined expectations

func (*KubernetesNamespaceableResourceInterfaceMock) MinimockApplyStatusInspect

func (m *KubernetesNamespaceableResourceInterfaceMock) MinimockApplyStatusInspect()

MinimockApplyStatusInspect logs each unmet expectation

func (*KubernetesNamespaceableResourceInterfaceMock) MinimockCreateDone

func (m *KubernetesNamespaceableResourceInterfaceMock) MinimockCreateDone() bool

MinimockCreateDone returns true if the count of the Create invocations corresponds the number of defined expectations

func (*KubernetesNamespaceableResourceInterfaceMock) MinimockCreateInspect

func (m *KubernetesNamespaceableResourceInterfaceMock) MinimockCreateInspect()

MinimockCreateInspect logs each unmet expectation

func (*KubernetesNamespaceableResourceInterfaceMock) MinimockDeleteCollectionDone

func (m *KubernetesNamespaceableResourceInterfaceMock) MinimockDeleteCollectionDone() bool

MinimockDeleteCollectionDone returns true if the count of the DeleteCollection invocations corresponds the number of defined expectations

func (*KubernetesNamespaceableResourceInterfaceMock) MinimockDeleteCollectionInspect

func (m *KubernetesNamespaceableResourceInterfaceMock) MinimockDeleteCollectionInspect()

MinimockDeleteCollectionInspect logs each unmet expectation

func (*KubernetesNamespaceableResourceInterfaceMock) MinimockDeleteDone

func (m *KubernetesNamespaceableResourceInterfaceMock) MinimockDeleteDone() bool

MinimockDeleteDone returns true if the count of the Delete invocations corresponds the number of defined expectations

func (*KubernetesNamespaceableResourceInterfaceMock) MinimockDeleteInspect

func (m *KubernetesNamespaceableResourceInterfaceMock) MinimockDeleteInspect()

MinimockDeleteInspect logs each unmet expectation

func (*KubernetesNamespaceableResourceInterfaceMock) MinimockFinish

MinimockFinish checks that all mocked methods have been called the expected number of times

func (*KubernetesNamespaceableResourceInterfaceMock) MinimockGetDone

MinimockGetDone returns true if the count of the Get invocations corresponds the number of defined expectations

func (*KubernetesNamespaceableResourceInterfaceMock) MinimockGetInspect

func (m *KubernetesNamespaceableResourceInterfaceMock) MinimockGetInspect()

MinimockGetInspect logs each unmet expectation

func (*KubernetesNamespaceableResourceInterfaceMock) MinimockListDone

func (m *KubernetesNamespaceableResourceInterfaceMock) MinimockListDone() bool

MinimockListDone returns true if the count of the List invocations corresponds the number of defined expectations

func (*KubernetesNamespaceableResourceInterfaceMock) MinimockListInspect

func (m *KubernetesNamespaceableResourceInterfaceMock) MinimockListInspect()

MinimockListInspect logs each unmet expectation

func (*KubernetesNamespaceableResourceInterfaceMock) MinimockNamespaceDone

func (m *KubernetesNamespaceableResourceInterfaceMock) MinimockNamespaceDone() bool

MinimockNamespaceDone returns true if the count of the Namespace invocations corresponds the number of defined expectations

func (*KubernetesNamespaceableResourceInterfaceMock) MinimockNamespaceInspect

func (m *KubernetesNamespaceableResourceInterfaceMock) MinimockNamespaceInspect()

MinimockNamespaceInspect logs each unmet expectation

func (*KubernetesNamespaceableResourceInterfaceMock) MinimockPatchDone

func (m *KubernetesNamespaceableResourceInterfaceMock) MinimockPatchDone() bool

MinimockPatchDone returns true if the count of the Patch invocations corresponds the number of defined expectations

func (*KubernetesNamespaceableResourceInterfaceMock) MinimockPatchInspect

func (m *KubernetesNamespaceableResourceInterfaceMock) MinimockPatchInspect()

MinimockPatchInspect logs each unmet expectation

func (*KubernetesNamespaceableResourceInterfaceMock) MinimockUpdateDone

func (m *KubernetesNamespaceableResourceInterfaceMock) MinimockUpdateDone() bool

MinimockUpdateDone returns true if the count of the Update invocations corresponds the number of defined expectations

func (*KubernetesNamespaceableResourceInterfaceMock) MinimockUpdateInspect

func (m *KubernetesNamespaceableResourceInterfaceMock) MinimockUpdateInspect()

MinimockUpdateInspect logs each unmet expectation

func (*KubernetesNamespaceableResourceInterfaceMock) MinimockUpdateStatusDone

func (m *KubernetesNamespaceableResourceInterfaceMock) MinimockUpdateStatusDone() bool

MinimockUpdateStatusDone returns true if the count of the UpdateStatus invocations corresponds the number of defined expectations

func (*KubernetesNamespaceableResourceInterfaceMock) MinimockUpdateStatusInspect

func (m *KubernetesNamespaceableResourceInterfaceMock) MinimockUpdateStatusInspect()

MinimockUpdateStatusInspect logs each unmet expectation

func (*KubernetesNamespaceableResourceInterfaceMock) MinimockWait

MinimockWait waits for all mocked methods to be called the expected number of times

func (*KubernetesNamespaceableResourceInterfaceMock) MinimockWatchDone

func (m *KubernetesNamespaceableResourceInterfaceMock) MinimockWatchDone() bool

MinimockWatchDone returns true if the count of the Watch invocations corresponds the number of defined expectations

func (*KubernetesNamespaceableResourceInterfaceMock) MinimockWatchInspect

func (m *KubernetesNamespaceableResourceInterfaceMock) MinimockWatchInspect()

MinimockWatchInspect logs each unmet expectation

func (*KubernetesNamespaceableResourceInterfaceMock) Namespace

Namespace implements mm_dynamic.NamespaceableResourceInterface

func (*KubernetesNamespaceableResourceInterfaceMock) NamespaceAfterCounter

func (mmNamespace *KubernetesNamespaceableResourceInterfaceMock) NamespaceAfterCounter() uint64

NamespaceAfterCounter returns a count of finished KubernetesNamespaceableResourceInterfaceMock.Namespace invocations

func (*KubernetesNamespaceableResourceInterfaceMock) NamespaceBeforeCounter

func (mmNamespace *KubernetesNamespaceableResourceInterfaceMock) NamespaceBeforeCounter() uint64

NamespaceBeforeCounter returns a count of KubernetesNamespaceableResourceInterfaceMock.Namespace invocations

func (*KubernetesNamespaceableResourceInterfaceMock) Patch

func (mmPatch *KubernetesNamespaceableResourceInterfaceMock) Patch(ctx context.Context, name string, pt types.PatchType, data []byte, options metav1.PatchOptions, subresources ...string) (up1 *unstructured.Unstructured, err error)

Patch implements mm_dynamic.NamespaceableResourceInterface

func (*KubernetesNamespaceableResourceInterfaceMock) PatchAfterCounter

func (mmPatch *KubernetesNamespaceableResourceInterfaceMock) PatchAfterCounter() uint64

PatchAfterCounter returns a count of finished KubernetesNamespaceableResourceInterfaceMock.Patch invocations

func (*KubernetesNamespaceableResourceInterfaceMock) PatchBeforeCounter

func (mmPatch *KubernetesNamespaceableResourceInterfaceMock) PatchBeforeCounter() uint64

PatchBeforeCounter returns a count of KubernetesNamespaceableResourceInterfaceMock.Patch invocations

func (*KubernetesNamespaceableResourceInterfaceMock) Update

Update implements mm_dynamic.NamespaceableResourceInterface

func (*KubernetesNamespaceableResourceInterfaceMock) UpdateAfterCounter

func (mmUpdate *KubernetesNamespaceableResourceInterfaceMock) UpdateAfterCounter() uint64

UpdateAfterCounter returns a count of finished KubernetesNamespaceableResourceInterfaceMock.Update invocations

func (*KubernetesNamespaceableResourceInterfaceMock) UpdateBeforeCounter

func (mmUpdate *KubernetesNamespaceableResourceInterfaceMock) UpdateBeforeCounter() uint64

UpdateBeforeCounter returns a count of KubernetesNamespaceableResourceInterfaceMock.Update invocations

func (*KubernetesNamespaceableResourceInterfaceMock) UpdateStatus

UpdateStatus implements mm_dynamic.NamespaceableResourceInterface

func (*KubernetesNamespaceableResourceInterfaceMock) UpdateStatusAfterCounter

func (mmUpdateStatus *KubernetesNamespaceableResourceInterfaceMock) UpdateStatusAfterCounter() uint64

UpdateStatusAfterCounter returns a count of finished KubernetesNamespaceableResourceInterfaceMock.UpdateStatus invocations

func (*KubernetesNamespaceableResourceInterfaceMock) UpdateStatusBeforeCounter

func (mmUpdateStatus *KubernetesNamespaceableResourceInterfaceMock) UpdateStatusBeforeCounter() uint64

UpdateStatusBeforeCounter returns a count of KubernetesNamespaceableResourceInterfaceMock.UpdateStatus invocations

func (*KubernetesNamespaceableResourceInterfaceMock) Watch

Watch implements mm_dynamic.NamespaceableResourceInterface

func (*KubernetesNamespaceableResourceInterfaceMock) WatchAfterCounter

func (mmWatch *KubernetesNamespaceableResourceInterfaceMock) WatchAfterCounter() uint64

WatchAfterCounter returns a count of finished KubernetesNamespaceableResourceInterfaceMock.Watch invocations

func (*KubernetesNamespaceableResourceInterfaceMock) WatchBeforeCounter

func (mmWatch *KubernetesNamespaceableResourceInterfaceMock) WatchBeforeCounter() uint64

WatchBeforeCounter returns a count of KubernetesNamespaceableResourceInterfaceMock.Watch invocations

type KubernetesNamespaceableResourceInterfaceMockApplyExpectation

type KubernetesNamespaceableResourceInterfaceMockApplyExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

KubernetesNamespaceableResourceInterfaceMockApplyExpectation specifies expectation struct of the NamespaceableResourceInterface.Apply

func (*KubernetesNamespaceableResourceInterfaceMockApplyExpectation) Then

Then sets up NamespaceableResourceInterface.Apply return parameters for the expectation previously defined by the When method

type KubernetesNamespaceableResourceInterfaceMockApplyExpectationOrigins

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

KubernetesNamespaceableResourceInterfaceMockApplyOrigins contains origins of expectations of the NamespaceableResourceInterface.Apply

type KubernetesNamespaceableResourceInterfaceMockApplyParamPtrs

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

KubernetesNamespaceableResourceInterfaceMockApplyParamPtrs contains pointers to parameters of the NamespaceableResourceInterface.Apply

type KubernetesNamespaceableResourceInterfaceMockApplyParams

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

KubernetesNamespaceableResourceInterfaceMockApplyParams contains parameters of the NamespaceableResourceInterface.Apply

type KubernetesNamespaceableResourceInterfaceMockApplyResults

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

KubernetesNamespaceableResourceInterfaceMockApplyResults contains results of the NamespaceableResourceInterface.Apply

type KubernetesNamespaceableResourceInterfaceMockApplyStatusExpectation

type KubernetesNamespaceableResourceInterfaceMockApplyStatusExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

KubernetesNamespaceableResourceInterfaceMockApplyStatusExpectation specifies expectation struct of the NamespaceableResourceInterface.ApplyStatus

func (*KubernetesNamespaceableResourceInterfaceMockApplyStatusExpectation) Then

Then sets up NamespaceableResourceInterface.ApplyStatus return parameters for the expectation previously defined by the When method

type KubernetesNamespaceableResourceInterfaceMockApplyStatusExpectationOrigins

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

KubernetesNamespaceableResourceInterfaceMockApplyStatusOrigins contains origins of expectations of the NamespaceableResourceInterface.ApplyStatus

type KubernetesNamespaceableResourceInterfaceMockApplyStatusParamPtrs

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

KubernetesNamespaceableResourceInterfaceMockApplyStatusParamPtrs contains pointers to parameters of the NamespaceableResourceInterface.ApplyStatus

type KubernetesNamespaceableResourceInterfaceMockApplyStatusParams

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

KubernetesNamespaceableResourceInterfaceMockApplyStatusParams contains parameters of the NamespaceableResourceInterface.ApplyStatus

type KubernetesNamespaceableResourceInterfaceMockApplyStatusResults

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

KubernetesNamespaceableResourceInterfaceMockApplyStatusResults contains results of the NamespaceableResourceInterface.ApplyStatus

type KubernetesNamespaceableResourceInterfaceMockCreateExpectation

type KubernetesNamespaceableResourceInterfaceMockCreateExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

KubernetesNamespaceableResourceInterfaceMockCreateExpectation specifies expectation struct of the NamespaceableResourceInterface.Create

func (*KubernetesNamespaceableResourceInterfaceMockCreateExpectation) Then

Then sets up NamespaceableResourceInterface.Create return parameters for the expectation previously defined by the When method

type KubernetesNamespaceableResourceInterfaceMockCreateExpectationOrigins

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

KubernetesNamespaceableResourceInterfaceMockCreateOrigins contains origins of expectations of the NamespaceableResourceInterface.Create

type KubernetesNamespaceableResourceInterfaceMockCreateParamPtrs

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

KubernetesNamespaceableResourceInterfaceMockCreateParamPtrs contains pointers to parameters of the NamespaceableResourceInterface.Create

type KubernetesNamespaceableResourceInterfaceMockCreateParams

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

KubernetesNamespaceableResourceInterfaceMockCreateParams contains parameters of the NamespaceableResourceInterface.Create

type KubernetesNamespaceableResourceInterfaceMockCreateResults

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

KubernetesNamespaceableResourceInterfaceMockCreateResults contains results of the NamespaceableResourceInterface.Create

type KubernetesNamespaceableResourceInterfaceMockDeleteCollectionExpectation

type KubernetesNamespaceableResourceInterfaceMockDeleteCollectionExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

KubernetesNamespaceableResourceInterfaceMockDeleteCollectionExpectation specifies expectation struct of the NamespaceableResourceInterface.DeleteCollection

func (*KubernetesNamespaceableResourceInterfaceMockDeleteCollectionExpectation) Then

Then sets up NamespaceableResourceInterface.DeleteCollection return parameters for the expectation previously defined by the When method

type KubernetesNamespaceableResourceInterfaceMockDeleteCollectionExpectationOrigins

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

KubernetesNamespaceableResourceInterfaceMockDeleteCollectionOrigins contains origins of expectations of the NamespaceableResourceInterface.DeleteCollection

type KubernetesNamespaceableResourceInterfaceMockDeleteCollectionParamPtrs

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

KubernetesNamespaceableResourceInterfaceMockDeleteCollectionParamPtrs contains pointers to parameters of the NamespaceableResourceInterface.DeleteCollection

type KubernetesNamespaceableResourceInterfaceMockDeleteCollectionParams

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

KubernetesNamespaceableResourceInterfaceMockDeleteCollectionParams contains parameters of the NamespaceableResourceInterface.DeleteCollection

type KubernetesNamespaceableResourceInterfaceMockDeleteCollectionResults

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

KubernetesNamespaceableResourceInterfaceMockDeleteCollectionResults contains results of the NamespaceableResourceInterface.DeleteCollection

type KubernetesNamespaceableResourceInterfaceMockDeleteExpectation

type KubernetesNamespaceableResourceInterfaceMockDeleteExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

KubernetesNamespaceableResourceInterfaceMockDeleteExpectation specifies expectation struct of the NamespaceableResourceInterface.Delete

func (*KubernetesNamespaceableResourceInterfaceMockDeleteExpectation) Then

Then sets up NamespaceableResourceInterface.Delete return parameters for the expectation previously defined by the When method

type KubernetesNamespaceableResourceInterfaceMockDeleteExpectationOrigins

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

KubernetesNamespaceableResourceInterfaceMockDeleteOrigins contains origins of expectations of the NamespaceableResourceInterface.Delete

type KubernetesNamespaceableResourceInterfaceMockDeleteParamPtrs

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

KubernetesNamespaceableResourceInterfaceMockDeleteParamPtrs contains pointers to parameters of the NamespaceableResourceInterface.Delete

type KubernetesNamespaceableResourceInterfaceMockDeleteParams

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

KubernetesNamespaceableResourceInterfaceMockDeleteParams contains parameters of the NamespaceableResourceInterface.Delete

type KubernetesNamespaceableResourceInterfaceMockDeleteResults

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

KubernetesNamespaceableResourceInterfaceMockDeleteResults contains results of the NamespaceableResourceInterface.Delete

type KubernetesNamespaceableResourceInterfaceMockGetExpectation

type KubernetesNamespaceableResourceInterfaceMockGetExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

KubernetesNamespaceableResourceInterfaceMockGetExpectation specifies expectation struct of the NamespaceableResourceInterface.Get

func (*KubernetesNamespaceableResourceInterfaceMockGetExpectation) Then

Then sets up NamespaceableResourceInterface.Get return parameters for the expectation previously defined by the When method

type KubernetesNamespaceableResourceInterfaceMockGetExpectationOrigins

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

KubernetesNamespaceableResourceInterfaceMockGetOrigins contains origins of expectations of the NamespaceableResourceInterface.Get

type KubernetesNamespaceableResourceInterfaceMockGetParamPtrs

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

KubernetesNamespaceableResourceInterfaceMockGetParamPtrs contains pointers to parameters of the NamespaceableResourceInterface.Get

type KubernetesNamespaceableResourceInterfaceMockGetParams

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

KubernetesNamespaceableResourceInterfaceMockGetParams contains parameters of the NamespaceableResourceInterface.Get

type KubernetesNamespaceableResourceInterfaceMockGetResults

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

KubernetesNamespaceableResourceInterfaceMockGetResults contains results of the NamespaceableResourceInterface.Get

type KubernetesNamespaceableResourceInterfaceMockListExpectation

type KubernetesNamespaceableResourceInterfaceMockListExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

KubernetesNamespaceableResourceInterfaceMockListExpectation specifies expectation struct of the NamespaceableResourceInterface.List

func (*KubernetesNamespaceableResourceInterfaceMockListExpectation) Then

Then sets up NamespaceableResourceInterface.List return parameters for the expectation previously defined by the When method

type KubernetesNamespaceableResourceInterfaceMockListExpectationOrigins

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

KubernetesNamespaceableResourceInterfaceMockListOrigins contains origins of expectations of the NamespaceableResourceInterface.List

type KubernetesNamespaceableResourceInterfaceMockListParamPtrs

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

KubernetesNamespaceableResourceInterfaceMockListParamPtrs contains pointers to parameters of the NamespaceableResourceInterface.List

type KubernetesNamespaceableResourceInterfaceMockListParams

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

KubernetesNamespaceableResourceInterfaceMockListParams contains parameters of the NamespaceableResourceInterface.List

type KubernetesNamespaceableResourceInterfaceMockListResults

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

KubernetesNamespaceableResourceInterfaceMockListResults contains results of the NamespaceableResourceInterface.List

type KubernetesNamespaceableResourceInterfaceMockNamespaceExpectation

type KubernetesNamespaceableResourceInterfaceMockNamespaceExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

KubernetesNamespaceableResourceInterfaceMockNamespaceExpectation specifies expectation struct of the NamespaceableResourceInterface.Namespace

func (*KubernetesNamespaceableResourceInterfaceMockNamespaceExpectation) Then

Then sets up NamespaceableResourceInterface.Namespace return parameters for the expectation previously defined by the When method

type KubernetesNamespaceableResourceInterfaceMockNamespaceExpectationOrigins

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

KubernetesNamespaceableResourceInterfaceMockNamespaceOrigins contains origins of expectations of the NamespaceableResourceInterface.Namespace

type KubernetesNamespaceableResourceInterfaceMockNamespaceParamPtrs

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

KubernetesNamespaceableResourceInterfaceMockNamespaceParamPtrs contains pointers to parameters of the NamespaceableResourceInterface.Namespace

type KubernetesNamespaceableResourceInterfaceMockNamespaceParams

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

KubernetesNamespaceableResourceInterfaceMockNamespaceParams contains parameters of the NamespaceableResourceInterface.Namespace

type KubernetesNamespaceableResourceInterfaceMockNamespaceResults

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

KubernetesNamespaceableResourceInterfaceMockNamespaceResults contains results of the NamespaceableResourceInterface.Namespace

type KubernetesNamespaceableResourceInterfaceMockPatchExpectation

type KubernetesNamespaceableResourceInterfaceMockPatchExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

KubernetesNamespaceableResourceInterfaceMockPatchExpectation specifies expectation struct of the NamespaceableResourceInterface.Patch

func (*KubernetesNamespaceableResourceInterfaceMockPatchExpectation) Then

Then sets up NamespaceableResourceInterface.Patch return parameters for the expectation previously defined by the When method

type KubernetesNamespaceableResourceInterfaceMockPatchExpectationOrigins

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

KubernetesNamespaceableResourceInterfaceMockPatchOrigins contains origins of expectations of the NamespaceableResourceInterface.Patch

type KubernetesNamespaceableResourceInterfaceMockPatchParamPtrs

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

KubernetesNamespaceableResourceInterfaceMockPatchParamPtrs contains pointers to parameters of the NamespaceableResourceInterface.Patch

type KubernetesNamespaceableResourceInterfaceMockPatchParams

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

KubernetesNamespaceableResourceInterfaceMockPatchParams contains parameters of the NamespaceableResourceInterface.Patch

type KubernetesNamespaceableResourceInterfaceMockPatchResults

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

KubernetesNamespaceableResourceInterfaceMockPatchResults contains results of the NamespaceableResourceInterface.Patch

type KubernetesNamespaceableResourceInterfaceMockUpdateExpectation

type KubernetesNamespaceableResourceInterfaceMockUpdateExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

KubernetesNamespaceableResourceInterfaceMockUpdateExpectation specifies expectation struct of the NamespaceableResourceInterface.Update

func (*KubernetesNamespaceableResourceInterfaceMockUpdateExpectation) Then

Then sets up NamespaceableResourceInterface.Update return parameters for the expectation previously defined by the When method

type KubernetesNamespaceableResourceInterfaceMockUpdateExpectationOrigins

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

KubernetesNamespaceableResourceInterfaceMockUpdateOrigins contains origins of expectations of the NamespaceableResourceInterface.Update

type KubernetesNamespaceableResourceInterfaceMockUpdateParamPtrs

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

KubernetesNamespaceableResourceInterfaceMockUpdateParamPtrs contains pointers to parameters of the NamespaceableResourceInterface.Update

type KubernetesNamespaceableResourceInterfaceMockUpdateParams

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

KubernetesNamespaceableResourceInterfaceMockUpdateParams contains parameters of the NamespaceableResourceInterface.Update

type KubernetesNamespaceableResourceInterfaceMockUpdateResults

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

KubernetesNamespaceableResourceInterfaceMockUpdateResults contains results of the NamespaceableResourceInterface.Update

type KubernetesNamespaceableResourceInterfaceMockUpdateStatusExpectation

type KubernetesNamespaceableResourceInterfaceMockUpdateStatusExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

KubernetesNamespaceableResourceInterfaceMockUpdateStatusExpectation specifies expectation struct of the NamespaceableResourceInterface.UpdateStatus

func (*KubernetesNamespaceableResourceInterfaceMockUpdateStatusExpectation) Then

Then sets up NamespaceableResourceInterface.UpdateStatus return parameters for the expectation previously defined by the When method

type KubernetesNamespaceableResourceInterfaceMockUpdateStatusExpectationOrigins

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

KubernetesNamespaceableResourceInterfaceMockUpdateStatusOrigins contains origins of expectations of the NamespaceableResourceInterface.UpdateStatus

type KubernetesNamespaceableResourceInterfaceMockUpdateStatusParamPtrs

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

KubernetesNamespaceableResourceInterfaceMockUpdateStatusParamPtrs contains pointers to parameters of the NamespaceableResourceInterface.UpdateStatus

type KubernetesNamespaceableResourceInterfaceMockUpdateStatusParams

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

KubernetesNamespaceableResourceInterfaceMockUpdateStatusParams contains parameters of the NamespaceableResourceInterface.UpdateStatus

type KubernetesNamespaceableResourceInterfaceMockUpdateStatusResults

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

KubernetesNamespaceableResourceInterfaceMockUpdateStatusResults contains results of the NamespaceableResourceInterface.UpdateStatus

type KubernetesNamespaceableResourceInterfaceMockWatchExpectation

type KubernetesNamespaceableResourceInterfaceMockWatchExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

KubernetesNamespaceableResourceInterfaceMockWatchExpectation specifies expectation struct of the NamespaceableResourceInterface.Watch

func (*KubernetesNamespaceableResourceInterfaceMockWatchExpectation) Then

Then sets up NamespaceableResourceInterface.Watch return parameters for the expectation previously defined by the When method

type KubernetesNamespaceableResourceInterfaceMockWatchExpectationOrigins

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

KubernetesNamespaceableResourceInterfaceMockWatchOrigins contains origins of expectations of the NamespaceableResourceInterface.Watch

type KubernetesNamespaceableResourceInterfaceMockWatchParamPtrs

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

KubernetesNamespaceableResourceInterfaceMockWatchParamPtrs contains pointers to parameters of the NamespaceableResourceInterface.Watch

type KubernetesNamespaceableResourceInterfaceMockWatchParams

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

KubernetesNamespaceableResourceInterfaceMockWatchParams contains parameters of the NamespaceableResourceInterface.Watch

type KubernetesNamespaceableResourceInterfaceMockWatchResults

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

KubernetesNamespaceableResourceInterfaceMockWatchResults contains results of the NamespaceableResourceInterface.Watch

type MetricsCollectorMock

type MetricsCollectorMock struct {
	AddMock mMetricsCollectorMockAdd

	ExpireMock mMetricsCollectorMockExpire

	IncMock mMetricsCollectorMockInc

	SetMock mMetricsCollectorMockSet

	WriteOutputMock mMetricsCollectorMockWriteOutput
	// contains filtered or unexported fields
}

MetricsCollectorMock implements mm_pkg.EMMetricsCollector

func NewMetricsCollectorMock

func NewMetricsCollectorMock(t minimock.Tester) *MetricsCollectorMock

NewMetricsCollectorMock returns a mock for mm_pkg.EMMetricsCollector

func (*MetricsCollectorMock) Add

func (mmAdd *MetricsCollectorMock) Add(name string, value float64, labels map[string]string, opts ...mm_pkg.MetricCollectorOption)

Add implements mm_pkg.EMMetricsCollector

func (*MetricsCollectorMock) AddAfterCounter

func (mmAdd *MetricsCollectorMock) AddAfterCounter() uint64

AddAfterCounter returns a count of finished MetricsCollectorMock.Add invocations

func (*MetricsCollectorMock) AddBeforeCounter

func (mmAdd *MetricsCollectorMock) AddBeforeCounter() uint64

AddBeforeCounter returns a count of MetricsCollectorMock.Add invocations

func (*MetricsCollectorMock) Expire

func (mmExpire *MetricsCollectorMock) Expire(group string)

Expire implements mm_pkg.EMMetricsCollector

func (*MetricsCollectorMock) ExpireAfterCounter

func (mmExpire *MetricsCollectorMock) ExpireAfterCounter() uint64

ExpireAfterCounter returns a count of finished MetricsCollectorMock.Expire invocations

func (*MetricsCollectorMock) ExpireBeforeCounter

func (mmExpire *MetricsCollectorMock) ExpireBeforeCounter() uint64

ExpireBeforeCounter returns a count of MetricsCollectorMock.Expire invocations

func (*MetricsCollectorMock) Inc

func (mmInc *MetricsCollectorMock) Inc(name string, labels map[string]string, opts ...mm_pkg.MetricCollectorOption)

Inc implements mm_pkg.EMMetricsCollector

func (*MetricsCollectorMock) IncAfterCounter

func (mmInc *MetricsCollectorMock) IncAfterCounter() uint64

IncAfterCounter returns a count of finished MetricsCollectorMock.Inc invocations

func (*MetricsCollectorMock) IncBeforeCounter

func (mmInc *MetricsCollectorMock) IncBeforeCounter() uint64

IncBeforeCounter returns a count of MetricsCollectorMock.Inc invocations

func (*MetricsCollectorMock) MinimockAddDone

func (m *MetricsCollectorMock) MinimockAddDone() bool

MinimockAddDone returns true if the count of the Add invocations corresponds the number of defined expectations

func (*MetricsCollectorMock) MinimockAddInspect

func (m *MetricsCollectorMock) MinimockAddInspect()

MinimockAddInspect logs each unmet expectation

func (*MetricsCollectorMock) MinimockExpireDone

func (m *MetricsCollectorMock) MinimockExpireDone() bool

MinimockExpireDone returns true if the count of the Expire invocations corresponds the number of defined expectations

func (*MetricsCollectorMock) MinimockExpireInspect

func (m *MetricsCollectorMock) MinimockExpireInspect()

MinimockExpireInspect logs each unmet expectation

func (*MetricsCollectorMock) MinimockFinish

func (m *MetricsCollectorMock) MinimockFinish()

MinimockFinish checks that all mocked methods have been called the expected number of times

func (*MetricsCollectorMock) MinimockIncDone

func (m *MetricsCollectorMock) MinimockIncDone() bool

MinimockIncDone returns true if the count of the Inc invocations corresponds the number of defined expectations

func (*MetricsCollectorMock) MinimockIncInspect

func (m *MetricsCollectorMock) MinimockIncInspect()

MinimockIncInspect logs each unmet expectation

func (*MetricsCollectorMock) MinimockSetDone

func (m *MetricsCollectorMock) MinimockSetDone() bool

MinimockSetDone returns true if the count of the Set invocations corresponds the number of defined expectations

func (*MetricsCollectorMock) MinimockSetInspect

func (m *MetricsCollectorMock) MinimockSetInspect()

MinimockSetInspect logs each unmet expectation

func (*MetricsCollectorMock) MinimockWait

func (m *MetricsCollectorMock) MinimockWait(timeout mm_time.Duration)

MinimockWait waits for all mocked methods to be called the expected number of times

func (*MetricsCollectorMock) MinimockWriteOutputDone

func (m *MetricsCollectorMock) MinimockWriteOutputDone() bool

MinimockWriteOutputDone returns true if the count of the WriteOutput invocations corresponds the number of defined expectations

func (*MetricsCollectorMock) MinimockWriteOutputInspect

func (m *MetricsCollectorMock) MinimockWriteOutputInspect()

MinimockWriteOutputInspect logs each unmet expectation

func (*MetricsCollectorMock) Set

func (mmSet *MetricsCollectorMock) Set(name string, value float64, labels map[string]string, opts ...mm_pkg.MetricCollectorOption)

Set implements mm_pkg.EMMetricsCollector

func (*MetricsCollectorMock) SetAfterCounter

func (mmSet *MetricsCollectorMock) SetAfterCounter() uint64

SetAfterCounter returns a count of finished MetricsCollectorMock.Set invocations

func (*MetricsCollectorMock) SetBeforeCounter

func (mmSet *MetricsCollectorMock) SetBeforeCounter() uint64

SetBeforeCounter returns a count of MetricsCollectorMock.Set invocations

func (*MetricsCollectorMock) WriteOutput

func (mmWriteOutput *MetricsCollectorMock) WriteOutput(writer io.Writer) (err error)

WriteOutput implements mm_pkg.EMMetricsCollector

func (*MetricsCollectorMock) WriteOutputAfterCounter

func (mmWriteOutput *MetricsCollectorMock) WriteOutputAfterCounter() uint64

WriteOutputAfterCounter returns a count of finished MetricsCollectorMock.WriteOutput invocations

func (*MetricsCollectorMock) WriteOutputBeforeCounter

func (mmWriteOutput *MetricsCollectorMock) WriteOutputBeforeCounter() uint64

WriteOutputBeforeCounter returns a count of MetricsCollectorMock.WriteOutput invocations

type MetricsCollectorMockAddExpectation

type MetricsCollectorMockAddExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

MetricsCollectorMockAddExpectation specifies expectation struct of the EMMetricsCollector.Add

func (*MetricsCollectorMockAddExpectation) Then

type MetricsCollectorMockAddExpectationOrigins

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

MetricsCollectorMockAddOrigins contains origins of expectations of the EMMetricsCollector.Add

type MetricsCollectorMockAddParamPtrs

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

MetricsCollectorMockAddParamPtrs contains pointers to parameters of the EMMetricsCollector.Add

type MetricsCollectorMockAddParams

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

MetricsCollectorMockAddParams contains parameters of the EMMetricsCollector.Add

type MetricsCollectorMockExpireExpectation

type MetricsCollectorMockExpireExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

MetricsCollectorMockExpireExpectation specifies expectation struct of the EMMetricsCollector.Expire

func (*MetricsCollectorMockExpireExpectation) Then

type MetricsCollectorMockExpireExpectationOrigins

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

MetricsCollectorMockExpireOrigins contains origins of expectations of the EMMetricsCollector.Expire

type MetricsCollectorMockExpireParamPtrs

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

MetricsCollectorMockExpireParamPtrs contains pointers to parameters of the EMMetricsCollector.Expire

type MetricsCollectorMockExpireParams

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

MetricsCollectorMockExpireParams contains parameters of the EMMetricsCollector.Expire

type MetricsCollectorMockIncExpectation

type MetricsCollectorMockIncExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

MetricsCollectorMockIncExpectation specifies expectation struct of the EMMetricsCollector.Inc

func (*MetricsCollectorMockIncExpectation) Then

type MetricsCollectorMockIncExpectationOrigins

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

MetricsCollectorMockIncOrigins contains origins of expectations of the EMMetricsCollector.Inc

type MetricsCollectorMockIncParamPtrs

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

MetricsCollectorMockIncParamPtrs contains pointers to parameters of the EMMetricsCollector.Inc

type MetricsCollectorMockIncParams

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

MetricsCollectorMockIncParams contains parameters of the EMMetricsCollector.Inc

type MetricsCollectorMockSetExpectation

type MetricsCollectorMockSetExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

MetricsCollectorMockSetExpectation specifies expectation struct of the EMMetricsCollector.Set

func (*MetricsCollectorMockSetExpectation) Then

type MetricsCollectorMockSetExpectationOrigins

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

MetricsCollectorMockSetOrigins contains origins of expectations of the EMMetricsCollector.Set

type MetricsCollectorMockSetParamPtrs

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

MetricsCollectorMockSetParamPtrs contains pointers to parameters of the EMMetricsCollector.Set

type MetricsCollectorMockSetParams

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

MetricsCollectorMockSetParams contains parameters of the EMMetricsCollector.Set

type MetricsCollectorMockWriteOutputExpectation

type MetricsCollectorMockWriteOutputExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

MetricsCollectorMockWriteOutputExpectation specifies expectation struct of the EMMetricsCollector.WriteOutput

func (*MetricsCollectorMockWriteOutputExpectation) Then

Then sets up EMMetricsCollector.WriteOutput return parameters for the expectation previously defined by the When method

type MetricsCollectorMockWriteOutputExpectationOrigins

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

MetricsCollectorMockWriteOutputOrigins contains origins of expectations of the EMMetricsCollector.WriteOutput

type MetricsCollectorMockWriteOutputParamPtrs

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

MetricsCollectorMockWriteOutputParamPtrs contains pointers to parameters of the EMMetricsCollector.WriteOutput

type MetricsCollectorMockWriteOutputParams

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

MetricsCollectorMockWriteOutputParams contains parameters of the EMMetricsCollector.WriteOutput

type MetricsCollectorMockWriteOutputResults

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

MetricsCollectorMockWriteOutputResults contains results of the EMMetricsCollector.WriteOutput

type OutputPatchableValuesCollectorMock

type OutputPatchableValuesCollectorMock struct {
	ArrayCountMock mOutputPatchableValuesCollectorMockArrayCount

	ExistsMock mOutputPatchableValuesCollectorMockExists

	GetMock mOutputPatchableValuesCollectorMockGet

	GetOkMock mOutputPatchableValuesCollectorMockGetOk

	GetPatchesMock mOutputPatchableValuesCollectorMockGetPatches

	GetRawMock mOutputPatchableValuesCollectorMockGetRaw

	RemoveMock mOutputPatchableValuesCollectorMockRemove

	SetMock mOutputPatchableValuesCollectorMockSet

	WriteOutputMock mOutputPatchableValuesCollectorMockWriteOutput
	// contains filtered or unexported fields
}

OutputPatchableValuesCollectorMock implements mm_pkg.OutputPatchableValuesCollector

func NewPatchableValuesCollectorMock

func NewPatchableValuesCollectorMock(t minimock.Tester) *OutputPatchableValuesCollectorMock

NewPatchableValuesCollectorMock returns a mock for mm_pkg.OutputPatchableValuesCollector

func (*OutputPatchableValuesCollectorMock) ArrayCount

func (mmArrayCount *OutputPatchableValuesCollectorMock) ArrayCount(path string) (i1 int, err error)

ArrayCount implements mm_pkg.OutputPatchableValuesCollector

func (*OutputPatchableValuesCollectorMock) ArrayCountAfterCounter

func (mmArrayCount *OutputPatchableValuesCollectorMock) ArrayCountAfterCounter() uint64

ArrayCountAfterCounter returns a count of finished OutputPatchableValuesCollectorMock.ArrayCount invocations

func (*OutputPatchableValuesCollectorMock) ArrayCountBeforeCounter

func (mmArrayCount *OutputPatchableValuesCollectorMock) ArrayCountBeforeCounter() uint64

ArrayCountBeforeCounter returns a count of OutputPatchableValuesCollectorMock.ArrayCount invocations

func (*OutputPatchableValuesCollectorMock) Exists

func (mmExists *OutputPatchableValuesCollectorMock) Exists(path string) (b1 bool)

Exists implements mm_pkg.OutputPatchableValuesCollector

func (*OutputPatchableValuesCollectorMock) ExistsAfterCounter

func (mmExists *OutputPatchableValuesCollectorMock) ExistsAfterCounter() uint64

ExistsAfterCounter returns a count of finished OutputPatchableValuesCollectorMock.Exists invocations

func (*OutputPatchableValuesCollectorMock) ExistsBeforeCounter

func (mmExists *OutputPatchableValuesCollectorMock) ExistsBeforeCounter() uint64

ExistsBeforeCounter returns a count of OutputPatchableValuesCollectorMock.Exists invocations

func (*OutputPatchableValuesCollectorMock) Get

func (mmGet *OutputPatchableValuesCollectorMock) Get(path string) (r1 gjson.Result)

Get implements mm_pkg.OutputPatchableValuesCollector

func (*OutputPatchableValuesCollectorMock) GetAfterCounter

func (mmGet *OutputPatchableValuesCollectorMock) GetAfterCounter() uint64

GetAfterCounter returns a count of finished OutputPatchableValuesCollectorMock.Get invocations

func (*OutputPatchableValuesCollectorMock) GetBeforeCounter

func (mmGet *OutputPatchableValuesCollectorMock) GetBeforeCounter() uint64

GetBeforeCounter returns a count of OutputPatchableValuesCollectorMock.Get invocations

func (*OutputPatchableValuesCollectorMock) GetOk

func (mmGetOk *OutputPatchableValuesCollectorMock) GetOk(path string) (r1 gjson.Result, b1 bool)

GetOk implements mm_pkg.OutputPatchableValuesCollector

func (*OutputPatchableValuesCollectorMock) GetOkAfterCounter

func (mmGetOk *OutputPatchableValuesCollectorMock) GetOkAfterCounter() uint64

GetOkAfterCounter returns a count of finished OutputPatchableValuesCollectorMock.GetOk invocations

func (*OutputPatchableValuesCollectorMock) GetOkBeforeCounter

func (mmGetOk *OutputPatchableValuesCollectorMock) GetOkBeforeCounter() uint64

GetOkBeforeCounter returns a count of OutputPatchableValuesCollectorMock.GetOk invocations

func (*OutputPatchableValuesCollectorMock) GetPatches

func (mmGetPatches *OutputPatchableValuesCollectorMock) GetPatches() (vpa1 []*utils.ValuesPatchOperation)

GetPatches implements mm_pkg.OutputPatchableValuesCollector

func (*OutputPatchableValuesCollectorMock) GetPatchesAfterCounter

func (mmGetPatches *OutputPatchableValuesCollectorMock) GetPatchesAfterCounter() uint64

GetPatchesAfterCounter returns a count of finished OutputPatchableValuesCollectorMock.GetPatches invocations

func (*OutputPatchableValuesCollectorMock) GetPatchesBeforeCounter

func (mmGetPatches *OutputPatchableValuesCollectorMock) GetPatchesBeforeCounter() uint64

GetPatchesBeforeCounter returns a count of OutputPatchableValuesCollectorMock.GetPatches invocations

func (*OutputPatchableValuesCollectorMock) GetRaw

func (mmGetRaw *OutputPatchableValuesCollectorMock) GetRaw(path string) (a1 any)

GetRaw implements mm_pkg.OutputPatchableValuesCollector

func (*OutputPatchableValuesCollectorMock) GetRawAfterCounter

func (mmGetRaw *OutputPatchableValuesCollectorMock) GetRawAfterCounter() uint64

GetRawAfterCounter returns a count of finished OutputPatchableValuesCollectorMock.GetRaw invocations

func (*OutputPatchableValuesCollectorMock) GetRawBeforeCounter

func (mmGetRaw *OutputPatchableValuesCollectorMock) GetRawBeforeCounter() uint64

GetRawBeforeCounter returns a count of OutputPatchableValuesCollectorMock.GetRaw invocations

func (*OutputPatchableValuesCollectorMock) MinimockArrayCountDone

func (m *OutputPatchableValuesCollectorMock) MinimockArrayCountDone() bool

MinimockArrayCountDone returns true if the count of the ArrayCount invocations corresponds the number of defined expectations

func (*OutputPatchableValuesCollectorMock) MinimockArrayCountInspect

func (m *OutputPatchableValuesCollectorMock) MinimockArrayCountInspect()

MinimockArrayCountInspect logs each unmet expectation

func (*OutputPatchableValuesCollectorMock) MinimockExistsDone

func (m *OutputPatchableValuesCollectorMock) MinimockExistsDone() bool

MinimockExistsDone returns true if the count of the Exists invocations corresponds the number of defined expectations

func (*OutputPatchableValuesCollectorMock) MinimockExistsInspect

func (m *OutputPatchableValuesCollectorMock) MinimockExistsInspect()

MinimockExistsInspect logs each unmet expectation

func (*OutputPatchableValuesCollectorMock) MinimockFinish

func (m *OutputPatchableValuesCollectorMock) MinimockFinish()

MinimockFinish checks that all mocked methods have been called the expected number of times

func (*OutputPatchableValuesCollectorMock) MinimockGetDone

func (m *OutputPatchableValuesCollectorMock) MinimockGetDone() bool

MinimockGetDone returns true if the count of the Get invocations corresponds the number of defined expectations

func (*OutputPatchableValuesCollectorMock) MinimockGetInspect

func (m *OutputPatchableValuesCollectorMock) MinimockGetInspect()

MinimockGetInspect logs each unmet expectation

func (*OutputPatchableValuesCollectorMock) MinimockGetOkDone

func (m *OutputPatchableValuesCollectorMock) MinimockGetOkDone() bool

MinimockGetOkDone returns true if the count of the GetOk invocations corresponds the number of defined expectations

func (*OutputPatchableValuesCollectorMock) MinimockGetOkInspect

func (m *OutputPatchableValuesCollectorMock) MinimockGetOkInspect()

MinimockGetOkInspect logs each unmet expectation

func (*OutputPatchableValuesCollectorMock) MinimockGetPatchesDone

func (m *OutputPatchableValuesCollectorMock) MinimockGetPatchesDone() bool

MinimockGetPatchesDone returns true if the count of the GetPatches invocations corresponds the number of defined expectations

func (*OutputPatchableValuesCollectorMock) MinimockGetPatchesInspect

func (m *OutputPatchableValuesCollectorMock) MinimockGetPatchesInspect()

MinimockGetPatchesInspect logs each unmet expectation

func (*OutputPatchableValuesCollectorMock) MinimockGetRawDone

func (m *OutputPatchableValuesCollectorMock) MinimockGetRawDone() bool

MinimockGetRawDone returns true if the count of the GetRaw invocations corresponds the number of defined expectations

func (*OutputPatchableValuesCollectorMock) MinimockGetRawInspect

func (m *OutputPatchableValuesCollectorMock) MinimockGetRawInspect()

MinimockGetRawInspect logs each unmet expectation

func (*OutputPatchableValuesCollectorMock) MinimockRemoveDone

func (m *OutputPatchableValuesCollectorMock) MinimockRemoveDone() bool

MinimockRemoveDone returns true if the count of the Remove invocations corresponds the number of defined expectations

func (*OutputPatchableValuesCollectorMock) MinimockRemoveInspect

func (m *OutputPatchableValuesCollectorMock) MinimockRemoveInspect()

MinimockRemoveInspect logs each unmet expectation

func (*OutputPatchableValuesCollectorMock) MinimockSetDone

func (m *OutputPatchableValuesCollectorMock) MinimockSetDone() bool

MinimockSetDone returns true if the count of the Set invocations corresponds the number of defined expectations

func (*OutputPatchableValuesCollectorMock) MinimockSetInspect

func (m *OutputPatchableValuesCollectorMock) MinimockSetInspect()

MinimockSetInspect logs each unmet expectation

func (*OutputPatchableValuesCollectorMock) MinimockWait

func (m *OutputPatchableValuesCollectorMock) MinimockWait(timeout mm_time.Duration)

MinimockWait waits for all mocked methods to be called the expected number of times

func (*OutputPatchableValuesCollectorMock) MinimockWriteOutputDone

func (m *OutputPatchableValuesCollectorMock) MinimockWriteOutputDone() bool

MinimockWriteOutputDone returns true if the count of the WriteOutput invocations corresponds the number of defined expectations

func (*OutputPatchableValuesCollectorMock) MinimockWriteOutputInspect

func (m *OutputPatchableValuesCollectorMock) MinimockWriteOutputInspect()

MinimockWriteOutputInspect logs each unmet expectation

func (*OutputPatchableValuesCollectorMock) Remove

func (mmRemove *OutputPatchableValuesCollectorMock) Remove(path string)

Remove implements mm_pkg.OutputPatchableValuesCollector

func (*OutputPatchableValuesCollectorMock) RemoveAfterCounter

func (mmRemove *OutputPatchableValuesCollectorMock) RemoveAfterCounter() uint64

RemoveAfterCounter returns a count of finished OutputPatchableValuesCollectorMock.Remove invocations

func (*OutputPatchableValuesCollectorMock) RemoveBeforeCounter

func (mmRemove *OutputPatchableValuesCollectorMock) RemoveBeforeCounter() uint64

RemoveBeforeCounter returns a count of OutputPatchableValuesCollectorMock.Remove invocations

func (*OutputPatchableValuesCollectorMock) Set

func (mmSet *OutputPatchableValuesCollectorMock) Set(path string, value any)

Set implements mm_pkg.OutputPatchableValuesCollector

func (*OutputPatchableValuesCollectorMock) SetAfterCounter

func (mmSet *OutputPatchableValuesCollectorMock) SetAfterCounter() uint64

SetAfterCounter returns a count of finished OutputPatchableValuesCollectorMock.Set invocations

func (*OutputPatchableValuesCollectorMock) SetBeforeCounter

func (mmSet *OutputPatchableValuesCollectorMock) SetBeforeCounter() uint64

SetBeforeCounter returns a count of OutputPatchableValuesCollectorMock.Set invocations

func (*OutputPatchableValuesCollectorMock) WriteOutput

func (mmWriteOutput *OutputPatchableValuesCollectorMock) WriteOutput(writer io.Writer) (err error)

WriteOutput implements mm_pkg.OutputPatchableValuesCollector

func (*OutputPatchableValuesCollectorMock) WriteOutputAfterCounter

func (mmWriteOutput *OutputPatchableValuesCollectorMock) WriteOutputAfterCounter() uint64

WriteOutputAfterCounter returns a count of finished OutputPatchableValuesCollectorMock.WriteOutput invocations

func (*OutputPatchableValuesCollectorMock) WriteOutputBeforeCounter

func (mmWriteOutput *OutputPatchableValuesCollectorMock) WriteOutputBeforeCounter() uint64

WriteOutputBeforeCounter returns a count of OutputPatchableValuesCollectorMock.WriteOutput invocations

type OutputPatchableValuesCollectorMockArrayCountExpectation

type OutputPatchableValuesCollectorMockArrayCountExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

OutputPatchableValuesCollectorMockArrayCountExpectation specifies expectation struct of the OutputPatchableValuesCollector.ArrayCount

func (*OutputPatchableValuesCollectorMockArrayCountExpectation) Then

Then sets up OutputPatchableValuesCollector.ArrayCount return parameters for the expectation previously defined by the When method

type OutputPatchableValuesCollectorMockArrayCountExpectationOrigins

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

OutputPatchableValuesCollectorMockArrayCountOrigins contains origins of expectations of the OutputPatchableValuesCollector.ArrayCount

type OutputPatchableValuesCollectorMockArrayCountParamPtrs

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

OutputPatchableValuesCollectorMockArrayCountParamPtrs contains pointers to parameters of the OutputPatchableValuesCollector.ArrayCount

type OutputPatchableValuesCollectorMockArrayCountParams

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

OutputPatchableValuesCollectorMockArrayCountParams contains parameters of the OutputPatchableValuesCollector.ArrayCount

type OutputPatchableValuesCollectorMockArrayCountResults

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

OutputPatchableValuesCollectorMockArrayCountResults contains results of the OutputPatchableValuesCollector.ArrayCount

type OutputPatchableValuesCollectorMockExistsExpectation

type OutputPatchableValuesCollectorMockExistsExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

OutputPatchableValuesCollectorMockExistsExpectation specifies expectation struct of the OutputPatchableValuesCollector.Exists

func (*OutputPatchableValuesCollectorMockExistsExpectation) Then

Then sets up OutputPatchableValuesCollector.Exists return parameters for the expectation previously defined by the When method

type OutputPatchableValuesCollectorMockExistsExpectationOrigins

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

OutputPatchableValuesCollectorMockExistsOrigins contains origins of expectations of the OutputPatchableValuesCollector.Exists

type OutputPatchableValuesCollectorMockExistsParamPtrs

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

OutputPatchableValuesCollectorMockExistsParamPtrs contains pointers to parameters of the OutputPatchableValuesCollector.Exists

type OutputPatchableValuesCollectorMockExistsParams

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

OutputPatchableValuesCollectorMockExistsParams contains parameters of the OutputPatchableValuesCollector.Exists

type OutputPatchableValuesCollectorMockExistsResults

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

OutputPatchableValuesCollectorMockExistsResults contains results of the OutputPatchableValuesCollector.Exists

type OutputPatchableValuesCollectorMockGetExpectation

type OutputPatchableValuesCollectorMockGetExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

OutputPatchableValuesCollectorMockGetExpectation specifies expectation struct of the OutputPatchableValuesCollector.Get

func (*OutputPatchableValuesCollectorMockGetExpectation) Then

Then sets up OutputPatchableValuesCollector.Get return parameters for the expectation previously defined by the When method

type OutputPatchableValuesCollectorMockGetExpectationOrigins

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

OutputPatchableValuesCollectorMockGetOrigins contains origins of expectations of the OutputPatchableValuesCollector.Get

type OutputPatchableValuesCollectorMockGetOkExpectation

type OutputPatchableValuesCollectorMockGetOkExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

OutputPatchableValuesCollectorMockGetOkExpectation specifies expectation struct of the OutputPatchableValuesCollector.GetOk

func (*OutputPatchableValuesCollectorMockGetOkExpectation) Then

Then sets up OutputPatchableValuesCollector.GetOk return parameters for the expectation previously defined by the When method

type OutputPatchableValuesCollectorMockGetOkExpectationOrigins

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

OutputPatchableValuesCollectorMockGetOkOrigins contains origins of expectations of the OutputPatchableValuesCollector.GetOk

type OutputPatchableValuesCollectorMockGetOkParamPtrs

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

OutputPatchableValuesCollectorMockGetOkParamPtrs contains pointers to parameters of the OutputPatchableValuesCollector.GetOk

type OutputPatchableValuesCollectorMockGetOkParams

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

OutputPatchableValuesCollectorMockGetOkParams contains parameters of the OutputPatchableValuesCollector.GetOk

type OutputPatchableValuesCollectorMockGetOkResults

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

OutputPatchableValuesCollectorMockGetOkResults contains results of the OutputPatchableValuesCollector.GetOk

type OutputPatchableValuesCollectorMockGetParamPtrs

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

OutputPatchableValuesCollectorMockGetParamPtrs contains pointers to parameters of the OutputPatchableValuesCollector.Get

type OutputPatchableValuesCollectorMockGetParams

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

OutputPatchableValuesCollectorMockGetParams contains parameters of the OutputPatchableValuesCollector.Get

type OutputPatchableValuesCollectorMockGetPatchesExpectation

type OutputPatchableValuesCollectorMockGetPatchesExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

OutputPatchableValuesCollectorMockGetPatchesExpectation specifies expectation struct of the OutputPatchableValuesCollector.GetPatches

type OutputPatchableValuesCollectorMockGetPatchesResults

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

OutputPatchableValuesCollectorMockGetPatchesResults contains results of the OutputPatchableValuesCollector.GetPatches

type OutputPatchableValuesCollectorMockGetRawExpectation

type OutputPatchableValuesCollectorMockGetRawExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

OutputPatchableValuesCollectorMockGetRawExpectation specifies expectation struct of the OutputPatchableValuesCollector.GetRaw

func (*OutputPatchableValuesCollectorMockGetRawExpectation) Then

Then sets up OutputPatchableValuesCollector.GetRaw return parameters for the expectation previously defined by the When method

type OutputPatchableValuesCollectorMockGetRawExpectationOrigins

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

OutputPatchableValuesCollectorMockGetRawOrigins contains origins of expectations of the OutputPatchableValuesCollector.GetRaw

type OutputPatchableValuesCollectorMockGetRawParamPtrs

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

OutputPatchableValuesCollectorMockGetRawParamPtrs contains pointers to parameters of the OutputPatchableValuesCollector.GetRaw

type OutputPatchableValuesCollectorMockGetRawParams

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

OutputPatchableValuesCollectorMockGetRawParams contains parameters of the OutputPatchableValuesCollector.GetRaw

type OutputPatchableValuesCollectorMockGetRawResults

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

OutputPatchableValuesCollectorMockGetRawResults contains results of the OutputPatchableValuesCollector.GetRaw

type OutputPatchableValuesCollectorMockGetResults

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

OutputPatchableValuesCollectorMockGetResults contains results of the OutputPatchableValuesCollector.Get

type OutputPatchableValuesCollectorMockRemoveExpectation

type OutputPatchableValuesCollectorMockRemoveExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

OutputPatchableValuesCollectorMockRemoveExpectation specifies expectation struct of the OutputPatchableValuesCollector.Remove

func (*OutputPatchableValuesCollectorMockRemoveExpectation) Then

type OutputPatchableValuesCollectorMockRemoveExpectationOrigins

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

OutputPatchableValuesCollectorMockRemoveOrigins contains origins of expectations of the OutputPatchableValuesCollector.Remove

type OutputPatchableValuesCollectorMockRemoveParamPtrs

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

OutputPatchableValuesCollectorMockRemoveParamPtrs contains pointers to parameters of the OutputPatchableValuesCollector.Remove

type OutputPatchableValuesCollectorMockRemoveParams

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

OutputPatchableValuesCollectorMockRemoveParams contains parameters of the OutputPatchableValuesCollector.Remove

type OutputPatchableValuesCollectorMockSetExpectation

type OutputPatchableValuesCollectorMockSetExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

OutputPatchableValuesCollectorMockSetExpectation specifies expectation struct of the OutputPatchableValuesCollector.Set

func (*OutputPatchableValuesCollectorMockSetExpectation) Then

type OutputPatchableValuesCollectorMockSetExpectationOrigins

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

OutputPatchableValuesCollectorMockSetOrigins contains origins of expectations of the OutputPatchableValuesCollector.Set

type OutputPatchableValuesCollectorMockSetParamPtrs

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

OutputPatchableValuesCollectorMockSetParamPtrs contains pointers to parameters of the OutputPatchableValuesCollector.Set

type OutputPatchableValuesCollectorMockSetParams

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

OutputPatchableValuesCollectorMockSetParams contains parameters of the OutputPatchableValuesCollector.Set

type OutputPatchableValuesCollectorMockWriteOutputExpectation

type OutputPatchableValuesCollectorMockWriteOutputExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

OutputPatchableValuesCollectorMockWriteOutputExpectation specifies expectation struct of the OutputPatchableValuesCollector.WriteOutput

func (*OutputPatchableValuesCollectorMockWriteOutputExpectation) Then

Then sets up OutputPatchableValuesCollector.WriteOutput return parameters for the expectation previously defined by the When method

type OutputPatchableValuesCollectorMockWriteOutputExpectationOrigins

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

OutputPatchableValuesCollectorMockWriteOutputOrigins contains origins of expectations of the OutputPatchableValuesCollector.WriteOutput

type OutputPatchableValuesCollectorMockWriteOutputParamPtrs

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

OutputPatchableValuesCollectorMockWriteOutputParamPtrs contains pointers to parameters of the OutputPatchableValuesCollector.WriteOutput

type OutputPatchableValuesCollectorMockWriteOutputParams

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

OutputPatchableValuesCollectorMockWriteOutputParams contains parameters of the OutputPatchableValuesCollector.WriteOutput

type OutputPatchableValuesCollectorMockWriteOutputResults

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

OutputPatchableValuesCollectorMockWriteOutputResults contains results of the OutputPatchableValuesCollector.WriteOutput

type PatchCollectorMock

type PatchCollectorMock struct {
	CreateMock mPatchCollectorMockCreate

	CreateIfNotExistsMock mPatchCollectorMockCreateIfNotExists

	CreateOrUpdateMock mPatchCollectorMockCreateOrUpdate

	DeleteMock mPatchCollectorMockDelete

	DeleteInBackgroundMock mPatchCollectorMockDeleteInBackground

	DeleteNonCascadingMock mPatchCollectorMockDeleteNonCascading

	JQFilterMock mPatchCollectorMockJQFilter

	JSONPatchMock mPatchCollectorMockJSONPatch

	MergePatchMock mPatchCollectorMockMergePatch

	OperationsMock mPatchCollectorMockOperations

	PatchWithJQMock mPatchCollectorMockPatchWithJQ

	PatchWithJSONMock mPatchCollectorMockPatchWithJSON

	PatchWithMergeMock mPatchCollectorMockPatchWithMerge

	WriteOutputMock mPatchCollectorMockWriteOutput
	// contains filtered or unexported fields
}

PatchCollectorMock implements mm_pkg.EMPatchCollector

func NewPatchCollectorMock

func NewPatchCollectorMock(t minimock.Tester) *PatchCollectorMock

NewPatchCollectorMock returns a mock for mm_pkg.EMPatchCollector

func (*PatchCollectorMock) Create

func (mmCreate *PatchCollectorMock) Create(object any)

Create implements mm_pkg.EMPatchCollector

func (*PatchCollectorMock) CreateAfterCounter

func (mmCreate *PatchCollectorMock) CreateAfterCounter() uint64

CreateAfterCounter returns a count of finished PatchCollectorMock.Create invocations

func (*PatchCollectorMock) CreateBeforeCounter

func (mmCreate *PatchCollectorMock) CreateBeforeCounter() uint64

CreateBeforeCounter returns a count of PatchCollectorMock.Create invocations

func (*PatchCollectorMock) CreateIfNotExists

func (mmCreateIfNotExists *PatchCollectorMock) CreateIfNotExists(object any)

CreateIfNotExists implements mm_pkg.EMPatchCollector

func (*PatchCollectorMock) CreateIfNotExistsAfterCounter

func (mmCreateIfNotExists *PatchCollectorMock) CreateIfNotExistsAfterCounter() uint64

CreateIfNotExistsAfterCounter returns a count of finished PatchCollectorMock.CreateIfNotExists invocations

func (*PatchCollectorMock) CreateIfNotExistsBeforeCounter

func (mmCreateIfNotExists *PatchCollectorMock) CreateIfNotExistsBeforeCounter() uint64

CreateIfNotExistsBeforeCounter returns a count of PatchCollectorMock.CreateIfNotExists invocations

func (*PatchCollectorMock) CreateOrUpdate

func (mmCreateOrUpdate *PatchCollectorMock) CreateOrUpdate(object any)

CreateOrUpdate implements mm_pkg.EMPatchCollector

func (*PatchCollectorMock) CreateOrUpdateAfterCounter

func (mmCreateOrUpdate *PatchCollectorMock) CreateOrUpdateAfterCounter() uint64

CreateOrUpdateAfterCounter returns a count of finished PatchCollectorMock.CreateOrUpdate invocations

func (*PatchCollectorMock) CreateOrUpdateBeforeCounter

func (mmCreateOrUpdate *PatchCollectorMock) CreateOrUpdateBeforeCounter() uint64

CreateOrUpdateBeforeCounter returns a count of PatchCollectorMock.CreateOrUpdate invocations

func (*PatchCollectorMock) Delete

func (mmDelete *PatchCollectorMock) Delete(apiVersion string, kind string, namespace string, name string)

Delete implements mm_pkg.EMPatchCollector

func (*PatchCollectorMock) DeleteAfterCounter

func (mmDelete *PatchCollectorMock) DeleteAfterCounter() uint64

DeleteAfterCounter returns a count of finished PatchCollectorMock.Delete invocations

func (*PatchCollectorMock) DeleteBeforeCounter

func (mmDelete *PatchCollectorMock) DeleteBeforeCounter() uint64

DeleteBeforeCounter returns a count of PatchCollectorMock.Delete invocations

func (*PatchCollectorMock) DeleteInBackground

func (mmDeleteInBackground *PatchCollectorMock) DeleteInBackground(apiVersion string, kind string, namespace string, name string)

DeleteInBackground implements mm_pkg.EMPatchCollector

func (*PatchCollectorMock) DeleteInBackgroundAfterCounter

func (mmDeleteInBackground *PatchCollectorMock) DeleteInBackgroundAfterCounter() uint64

DeleteInBackgroundAfterCounter returns a count of finished PatchCollectorMock.DeleteInBackground invocations

func (*PatchCollectorMock) DeleteInBackgroundBeforeCounter

func (mmDeleteInBackground *PatchCollectorMock) DeleteInBackgroundBeforeCounter() uint64

DeleteInBackgroundBeforeCounter returns a count of PatchCollectorMock.DeleteInBackground invocations

func (*PatchCollectorMock) DeleteNonCascading

func (mmDeleteNonCascading *PatchCollectorMock) DeleteNonCascading(apiVersion string, kind string, namespace string, name string)

DeleteNonCascading implements mm_pkg.EMPatchCollector

func (*PatchCollectorMock) DeleteNonCascadingAfterCounter

func (mmDeleteNonCascading *PatchCollectorMock) DeleteNonCascadingAfterCounter() uint64

DeleteNonCascadingAfterCounter returns a count of finished PatchCollectorMock.DeleteNonCascading invocations

func (*PatchCollectorMock) DeleteNonCascadingBeforeCounter

func (mmDeleteNonCascading *PatchCollectorMock) DeleteNonCascadingBeforeCounter() uint64

DeleteNonCascadingBeforeCounter returns a count of PatchCollectorMock.DeleteNonCascading invocations

func (*PatchCollectorMock) JQFilter

func (mmJQFilter *PatchCollectorMock) JQFilter(jqfilter string, apiVersion string, kind string, namespace string, name string, opts ...mm_pkg.PatchCollectorOption)

JQFilter implements mm_pkg.EMPatchCollector

func (*PatchCollectorMock) JQFilterAfterCounter

func (mmJQFilter *PatchCollectorMock) JQFilterAfterCounter() uint64

JQFilterAfterCounter returns a count of finished PatchCollectorMock.JQFilter invocations

func (*PatchCollectorMock) JQFilterBeforeCounter

func (mmJQFilter *PatchCollectorMock) JQFilterBeforeCounter() uint64

JQFilterBeforeCounter returns a count of PatchCollectorMock.JQFilter invocations

func (*PatchCollectorMock) JSONPatch

func (mmJSONPatch *PatchCollectorMock) JSONPatch(jsonPatch any, apiVersion string, kind string, namespace string, name string, opts ...mm_pkg.PatchCollectorOption)

JSONPatch implements mm_pkg.EMPatchCollector

func (*PatchCollectorMock) JSONPatchAfterCounter

func (mmJSONPatch *PatchCollectorMock) JSONPatchAfterCounter() uint64

JSONPatchAfterCounter returns a count of finished PatchCollectorMock.JSONPatch invocations

func (*PatchCollectorMock) JSONPatchBeforeCounter

func (mmJSONPatch *PatchCollectorMock) JSONPatchBeforeCounter() uint64

JSONPatchBeforeCounter returns a count of PatchCollectorMock.JSONPatch invocations

func (*PatchCollectorMock) MergePatch

func (mmMergePatch *PatchCollectorMock) MergePatch(mergePatch any, apiVersion string, kind string, namespace string, name string, opts ...mm_pkg.PatchCollectorOption)

MergePatch implements mm_pkg.EMPatchCollector

func (*PatchCollectorMock) MergePatchAfterCounter

func (mmMergePatch *PatchCollectorMock) MergePatchAfterCounter() uint64

MergePatchAfterCounter returns a count of finished PatchCollectorMock.MergePatch invocations

func (*PatchCollectorMock) MergePatchBeforeCounter

func (mmMergePatch *PatchCollectorMock) MergePatchBeforeCounter() uint64

MergePatchBeforeCounter returns a count of PatchCollectorMock.MergePatch invocations

func (*PatchCollectorMock) MinimockCreateDone

func (m *PatchCollectorMock) MinimockCreateDone() bool

MinimockCreateDone returns true if the count of the Create invocations corresponds the number of defined expectations

func (*PatchCollectorMock) MinimockCreateIfNotExistsDone

func (m *PatchCollectorMock) MinimockCreateIfNotExistsDone() bool

MinimockCreateIfNotExistsDone returns true if the count of the CreateIfNotExists invocations corresponds the number of defined expectations

func (*PatchCollectorMock) MinimockCreateIfNotExistsInspect

func (m *PatchCollectorMock) MinimockCreateIfNotExistsInspect()

MinimockCreateIfNotExistsInspect logs each unmet expectation

func (*PatchCollectorMock) MinimockCreateInspect

func (m *PatchCollectorMock) MinimockCreateInspect()

MinimockCreateInspect logs each unmet expectation

func (*PatchCollectorMock) MinimockCreateOrUpdateDone

func (m *PatchCollectorMock) MinimockCreateOrUpdateDone() bool

MinimockCreateOrUpdateDone returns true if the count of the CreateOrUpdate invocations corresponds the number of defined expectations

func (*PatchCollectorMock) MinimockCreateOrUpdateInspect

func (m *PatchCollectorMock) MinimockCreateOrUpdateInspect()

MinimockCreateOrUpdateInspect logs each unmet expectation

func (*PatchCollectorMock) MinimockDeleteDone

func (m *PatchCollectorMock) MinimockDeleteDone() bool

MinimockDeleteDone returns true if the count of the Delete invocations corresponds the number of defined expectations

func (*PatchCollectorMock) MinimockDeleteInBackgroundDone

func (m *PatchCollectorMock) MinimockDeleteInBackgroundDone() bool

MinimockDeleteInBackgroundDone returns true if the count of the DeleteInBackground invocations corresponds the number of defined expectations

func (*PatchCollectorMock) MinimockDeleteInBackgroundInspect

func (m *PatchCollectorMock) MinimockDeleteInBackgroundInspect()

MinimockDeleteInBackgroundInspect logs each unmet expectation

func (*PatchCollectorMock) MinimockDeleteInspect

func (m *PatchCollectorMock) MinimockDeleteInspect()

MinimockDeleteInspect logs each unmet expectation

func (*PatchCollectorMock) MinimockDeleteNonCascadingDone

func (m *PatchCollectorMock) MinimockDeleteNonCascadingDone() bool

MinimockDeleteNonCascadingDone returns true if the count of the DeleteNonCascading invocations corresponds the number of defined expectations

func (*PatchCollectorMock) MinimockDeleteNonCascadingInspect

func (m *PatchCollectorMock) MinimockDeleteNonCascadingInspect()

MinimockDeleteNonCascadingInspect logs each unmet expectation

func (*PatchCollectorMock) MinimockFinish

func (m *PatchCollectorMock) MinimockFinish()

MinimockFinish checks that all mocked methods have been called the expected number of times

func (*PatchCollectorMock) MinimockJQFilterDone

func (m *PatchCollectorMock) MinimockJQFilterDone() bool

MinimockJQFilterDone returns true if the count of the JQFilter invocations corresponds the number of defined expectations

func (*PatchCollectorMock) MinimockJQFilterInspect

func (m *PatchCollectorMock) MinimockJQFilterInspect()

MinimockJQFilterInspect logs each unmet expectation

func (*PatchCollectorMock) MinimockJSONPatchDone

func (m *PatchCollectorMock) MinimockJSONPatchDone() bool

MinimockJSONPatchDone returns true if the count of the JSONPatch invocations corresponds the number of defined expectations

func (*PatchCollectorMock) MinimockJSONPatchInspect

func (m *PatchCollectorMock) MinimockJSONPatchInspect()

MinimockJSONPatchInspect logs each unmet expectation

func (*PatchCollectorMock) MinimockMergePatchDone

func (m *PatchCollectorMock) MinimockMergePatchDone() bool

MinimockMergePatchDone returns true if the count of the MergePatch invocations corresponds the number of defined expectations

func (*PatchCollectorMock) MinimockMergePatchInspect

func (m *PatchCollectorMock) MinimockMergePatchInspect()

MinimockMergePatchInspect logs each unmet expectation

func (*PatchCollectorMock) MinimockOperationsDone

func (m *PatchCollectorMock) MinimockOperationsDone() bool

MinimockOperationsDone returns true if the count of the Operations invocations corresponds the number of defined expectations

func (*PatchCollectorMock) MinimockOperationsInspect

func (m *PatchCollectorMock) MinimockOperationsInspect()

MinimockOperationsInspect logs each unmet expectation

func (*PatchCollectorMock) MinimockPatchWithJQDone

func (m *PatchCollectorMock) MinimockPatchWithJQDone() bool

MinimockPatchWithJQDone returns true if the count of the PatchWithJQ invocations corresponds the number of defined expectations

func (*PatchCollectorMock) MinimockPatchWithJQInspect

func (m *PatchCollectorMock) MinimockPatchWithJQInspect()

MinimockPatchWithJQInspect logs each unmet expectation

func (*PatchCollectorMock) MinimockPatchWithJSONDone

func (m *PatchCollectorMock) MinimockPatchWithJSONDone() bool

MinimockPatchWithJSONDone returns true if the count of the PatchWithJSON invocations corresponds the number of defined expectations

func (*PatchCollectorMock) MinimockPatchWithJSONInspect

func (m *PatchCollectorMock) MinimockPatchWithJSONInspect()

MinimockPatchWithJSONInspect logs each unmet expectation

func (*PatchCollectorMock) MinimockPatchWithMergeDone

func (m *PatchCollectorMock) MinimockPatchWithMergeDone() bool

MinimockPatchWithMergeDone returns true if the count of the PatchWithMerge invocations corresponds the number of defined expectations

func (*PatchCollectorMock) MinimockPatchWithMergeInspect

func (m *PatchCollectorMock) MinimockPatchWithMergeInspect()

MinimockPatchWithMergeInspect logs each unmet expectation

func (*PatchCollectorMock) MinimockWait

func (m *PatchCollectorMock) MinimockWait(timeout mm_time.Duration)

MinimockWait waits for all mocked methods to be called the expected number of times

func (*PatchCollectorMock) MinimockWriteOutputDone

func (m *PatchCollectorMock) MinimockWriteOutputDone() bool

MinimockWriteOutputDone returns true if the count of the WriteOutput invocations corresponds the number of defined expectations

func (*PatchCollectorMock) MinimockWriteOutputInspect

func (m *PatchCollectorMock) MinimockWriteOutputInspect()

MinimockWriteOutputInspect logs each unmet expectation

func (*PatchCollectorMock) Operations

func (mmOperations *PatchCollectorMock) Operations() (pa1 []mm_pkg.PatchCollectorOperation)

Operations implements mm_pkg.EMPatchCollector

func (*PatchCollectorMock) OperationsAfterCounter

func (mmOperations *PatchCollectorMock) OperationsAfterCounter() uint64

OperationsAfterCounter returns a count of finished PatchCollectorMock.Operations invocations

func (*PatchCollectorMock) OperationsBeforeCounter

func (mmOperations *PatchCollectorMock) OperationsBeforeCounter() uint64

OperationsBeforeCounter returns a count of PatchCollectorMock.Operations invocations

func (*PatchCollectorMock) PatchWithJQ

func (mmPatchWithJQ *PatchCollectorMock) PatchWithJQ(jqfilter string, apiVersion string, kind string, namespace string, name string, opts ...mm_pkg.PatchCollectorOption)

PatchWithJQ implements mm_pkg.EMPatchCollector

func (*PatchCollectorMock) PatchWithJQAfterCounter

func (mmPatchWithJQ *PatchCollectorMock) PatchWithJQAfterCounter() uint64

PatchWithJQAfterCounter returns a count of finished PatchCollectorMock.PatchWithJQ invocations

func (*PatchCollectorMock) PatchWithJQBeforeCounter

func (mmPatchWithJQ *PatchCollectorMock) PatchWithJQBeforeCounter() uint64

PatchWithJQBeforeCounter returns a count of PatchCollectorMock.PatchWithJQ invocations

func (*PatchCollectorMock) PatchWithJSON

func (mmPatchWithJSON *PatchCollectorMock) PatchWithJSON(jsonPatch any, apiVersion string, kind string, namespace string, name string, opts ...mm_pkg.PatchCollectorOption)

PatchWithJSON implements mm_pkg.EMPatchCollector

func (*PatchCollectorMock) PatchWithJSONAfterCounter

func (mmPatchWithJSON *PatchCollectorMock) PatchWithJSONAfterCounter() uint64

PatchWithJSONAfterCounter returns a count of finished PatchCollectorMock.PatchWithJSON invocations

func (*PatchCollectorMock) PatchWithJSONBeforeCounter

func (mmPatchWithJSON *PatchCollectorMock) PatchWithJSONBeforeCounter() uint64

PatchWithJSONBeforeCounter returns a count of PatchCollectorMock.PatchWithJSON invocations

func (*PatchCollectorMock) PatchWithMerge

func (mmPatchWithMerge *PatchCollectorMock) PatchWithMerge(mergePatch any, apiVersion string, kind string, namespace string, name string, opts ...mm_pkg.PatchCollectorOption)

PatchWithMerge implements mm_pkg.EMPatchCollector

func (*PatchCollectorMock) PatchWithMergeAfterCounter

func (mmPatchWithMerge *PatchCollectorMock) PatchWithMergeAfterCounter() uint64

PatchWithMergeAfterCounter returns a count of finished PatchCollectorMock.PatchWithMerge invocations

func (*PatchCollectorMock) PatchWithMergeBeforeCounter

func (mmPatchWithMerge *PatchCollectorMock) PatchWithMergeBeforeCounter() uint64

PatchWithMergeBeforeCounter returns a count of PatchCollectorMock.PatchWithMerge invocations

func (*PatchCollectorMock) WriteOutput

func (mmWriteOutput *PatchCollectorMock) WriteOutput(writer io.Writer) (err error)

WriteOutput implements mm_pkg.EMPatchCollector

func (*PatchCollectorMock) WriteOutputAfterCounter

func (mmWriteOutput *PatchCollectorMock) WriteOutputAfterCounter() uint64

WriteOutputAfterCounter returns a count of finished PatchCollectorMock.WriteOutput invocations

func (*PatchCollectorMock) WriteOutputBeforeCounter

func (mmWriteOutput *PatchCollectorMock) WriteOutputBeforeCounter() uint64

WriteOutputBeforeCounter returns a count of PatchCollectorMock.WriteOutput invocations

type PatchCollectorMockCreateExpectation

type PatchCollectorMockCreateExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

PatchCollectorMockCreateExpectation specifies expectation struct of the EMPatchCollector.Create

func (*PatchCollectorMockCreateExpectation) Then

type PatchCollectorMockCreateExpectationOrigins

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

PatchCollectorMockCreateOrigins contains origins of expectations of the EMPatchCollector.Create

type PatchCollectorMockCreateIfNotExistsExpectation

type PatchCollectorMockCreateIfNotExistsExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

PatchCollectorMockCreateIfNotExistsExpectation specifies expectation struct of the EMPatchCollector.CreateIfNotExists

func (*PatchCollectorMockCreateIfNotExistsExpectation) Then

type PatchCollectorMockCreateIfNotExistsExpectationOrigins

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

PatchCollectorMockCreateIfNotExistsOrigins contains origins of expectations of the EMPatchCollector.CreateIfNotExists

type PatchCollectorMockCreateIfNotExistsParamPtrs

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

PatchCollectorMockCreateIfNotExistsParamPtrs contains pointers to parameters of the EMPatchCollector.CreateIfNotExists

type PatchCollectorMockCreateIfNotExistsParams

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

PatchCollectorMockCreateIfNotExistsParams contains parameters of the EMPatchCollector.CreateIfNotExists

type PatchCollectorMockCreateOrUpdateExpectation

type PatchCollectorMockCreateOrUpdateExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

PatchCollectorMockCreateOrUpdateExpectation specifies expectation struct of the EMPatchCollector.CreateOrUpdate

func (*PatchCollectorMockCreateOrUpdateExpectation) Then

type PatchCollectorMockCreateOrUpdateExpectationOrigins

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

PatchCollectorMockCreateOrUpdateOrigins contains origins of expectations of the EMPatchCollector.CreateOrUpdate

type PatchCollectorMockCreateOrUpdateParamPtrs

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

PatchCollectorMockCreateOrUpdateParamPtrs contains pointers to parameters of the EMPatchCollector.CreateOrUpdate

type PatchCollectorMockCreateOrUpdateParams

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

PatchCollectorMockCreateOrUpdateParams contains parameters of the EMPatchCollector.CreateOrUpdate

type PatchCollectorMockCreateParamPtrs

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

PatchCollectorMockCreateParamPtrs contains pointers to parameters of the EMPatchCollector.Create

type PatchCollectorMockCreateParams

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

PatchCollectorMockCreateParams contains parameters of the EMPatchCollector.Create

type PatchCollectorMockDeleteExpectation

type PatchCollectorMockDeleteExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

PatchCollectorMockDeleteExpectation specifies expectation struct of the EMPatchCollector.Delete

func (*PatchCollectorMockDeleteExpectation) Then

type PatchCollectorMockDeleteExpectationOrigins

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

PatchCollectorMockDeleteOrigins contains origins of expectations of the EMPatchCollector.Delete

type PatchCollectorMockDeleteInBackgroundExpectation

type PatchCollectorMockDeleteInBackgroundExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

PatchCollectorMockDeleteInBackgroundExpectation specifies expectation struct of the EMPatchCollector.DeleteInBackground

func (*PatchCollectorMockDeleteInBackgroundExpectation) Then

type PatchCollectorMockDeleteInBackgroundExpectationOrigins

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

PatchCollectorMockDeleteInBackgroundOrigins contains origins of expectations of the EMPatchCollector.DeleteInBackground

type PatchCollectorMockDeleteInBackgroundParamPtrs

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

PatchCollectorMockDeleteInBackgroundParamPtrs contains pointers to parameters of the EMPatchCollector.DeleteInBackground

type PatchCollectorMockDeleteInBackgroundParams

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

PatchCollectorMockDeleteInBackgroundParams contains parameters of the EMPatchCollector.DeleteInBackground

type PatchCollectorMockDeleteNonCascadingExpectation

type PatchCollectorMockDeleteNonCascadingExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

PatchCollectorMockDeleteNonCascadingExpectation specifies expectation struct of the EMPatchCollector.DeleteNonCascading

func (*PatchCollectorMockDeleteNonCascadingExpectation) Then

type PatchCollectorMockDeleteNonCascadingExpectationOrigins

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

PatchCollectorMockDeleteNonCascadingOrigins contains origins of expectations of the EMPatchCollector.DeleteNonCascading

type PatchCollectorMockDeleteNonCascadingParamPtrs

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

PatchCollectorMockDeleteNonCascadingParamPtrs contains pointers to parameters of the EMPatchCollector.DeleteNonCascading

type PatchCollectorMockDeleteNonCascadingParams

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

PatchCollectorMockDeleteNonCascadingParams contains parameters of the EMPatchCollector.DeleteNonCascading

type PatchCollectorMockDeleteParamPtrs

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

PatchCollectorMockDeleteParamPtrs contains pointers to parameters of the EMPatchCollector.Delete

type PatchCollectorMockDeleteParams

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

PatchCollectorMockDeleteParams contains parameters of the EMPatchCollector.Delete

type PatchCollectorMockJQFilterExpectation

type PatchCollectorMockJQFilterExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

PatchCollectorMockJQFilterExpectation specifies expectation struct of the EMPatchCollector.JQFilter

func (*PatchCollectorMockJQFilterExpectation) Then

type PatchCollectorMockJQFilterExpectationOrigins

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

PatchCollectorMockJQFilterOrigins contains origins of expectations of the EMPatchCollector.JQFilter

type PatchCollectorMockJQFilterParamPtrs

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

PatchCollectorMockJQFilterParamPtrs contains pointers to parameters of the EMPatchCollector.JQFilter

type PatchCollectorMockJQFilterParams

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

PatchCollectorMockJQFilterParams contains parameters of the EMPatchCollector.JQFilter

type PatchCollectorMockJSONPatchExpectation

type PatchCollectorMockJSONPatchExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

PatchCollectorMockJSONPatchExpectation specifies expectation struct of the EMPatchCollector.JSONPatch

func (*PatchCollectorMockJSONPatchExpectation) Then

type PatchCollectorMockJSONPatchExpectationOrigins

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

PatchCollectorMockJSONPatchOrigins contains origins of expectations of the EMPatchCollector.JSONPatch

type PatchCollectorMockJSONPatchParamPtrs

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

PatchCollectorMockJSONPatchParamPtrs contains pointers to parameters of the EMPatchCollector.JSONPatch

type PatchCollectorMockJSONPatchParams

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

PatchCollectorMockJSONPatchParams contains parameters of the EMPatchCollector.JSONPatch

type PatchCollectorMockMergePatchExpectation

type PatchCollectorMockMergePatchExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

PatchCollectorMockMergePatchExpectation specifies expectation struct of the EMPatchCollector.MergePatch

func (*PatchCollectorMockMergePatchExpectation) Then

type PatchCollectorMockMergePatchExpectationOrigins

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

PatchCollectorMockMergePatchOrigins contains origins of expectations of the EMPatchCollector.MergePatch

type PatchCollectorMockMergePatchParamPtrs

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

PatchCollectorMockMergePatchParamPtrs contains pointers to parameters of the EMPatchCollector.MergePatch

type PatchCollectorMockMergePatchParams

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

PatchCollectorMockMergePatchParams contains parameters of the EMPatchCollector.MergePatch

type PatchCollectorMockOperationsExpectation

type PatchCollectorMockOperationsExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

PatchCollectorMockOperationsExpectation specifies expectation struct of the EMPatchCollector.Operations

type PatchCollectorMockOperationsResults

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

PatchCollectorMockOperationsResults contains results of the EMPatchCollector.Operations

type PatchCollectorMockPatchWithJQExpectation

type PatchCollectorMockPatchWithJQExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

PatchCollectorMockPatchWithJQExpectation specifies expectation struct of the EMPatchCollector.PatchWithJQ

func (*PatchCollectorMockPatchWithJQExpectation) Then

type PatchCollectorMockPatchWithJQExpectationOrigins

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

PatchCollectorMockPatchWithJQOrigins contains origins of expectations of the EMPatchCollector.PatchWithJQ

type PatchCollectorMockPatchWithJQParamPtrs

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

PatchCollectorMockPatchWithJQParamPtrs contains pointers to parameters of the EMPatchCollector.PatchWithJQ

type PatchCollectorMockPatchWithJQParams

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

PatchCollectorMockPatchWithJQParams contains parameters of the EMPatchCollector.PatchWithJQ

type PatchCollectorMockPatchWithJSONExpectation

type PatchCollectorMockPatchWithJSONExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

PatchCollectorMockPatchWithJSONExpectation specifies expectation struct of the EMPatchCollector.PatchWithJSON

func (*PatchCollectorMockPatchWithJSONExpectation) Then

type PatchCollectorMockPatchWithJSONExpectationOrigins

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

PatchCollectorMockPatchWithJSONOrigins contains origins of expectations of the EMPatchCollector.PatchWithJSON

type PatchCollectorMockPatchWithJSONParamPtrs

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

PatchCollectorMockPatchWithJSONParamPtrs contains pointers to parameters of the EMPatchCollector.PatchWithJSON

type PatchCollectorMockPatchWithJSONParams

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

PatchCollectorMockPatchWithJSONParams contains parameters of the EMPatchCollector.PatchWithJSON

type PatchCollectorMockPatchWithMergeExpectation

type PatchCollectorMockPatchWithMergeExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

PatchCollectorMockPatchWithMergeExpectation specifies expectation struct of the EMPatchCollector.PatchWithMerge

func (*PatchCollectorMockPatchWithMergeExpectation) Then

type PatchCollectorMockPatchWithMergeExpectationOrigins

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

PatchCollectorMockPatchWithMergeOrigins contains origins of expectations of the EMPatchCollector.PatchWithMerge

type PatchCollectorMockPatchWithMergeParamPtrs

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

PatchCollectorMockPatchWithMergeParamPtrs contains pointers to parameters of the EMPatchCollector.PatchWithMerge

type PatchCollectorMockPatchWithMergeParams

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

PatchCollectorMockPatchWithMergeParams contains parameters of the EMPatchCollector.PatchWithMerge

type PatchCollectorMockWriteOutputExpectation

type PatchCollectorMockWriteOutputExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

PatchCollectorMockWriteOutputExpectation specifies expectation struct of the EMPatchCollector.WriteOutput

func (*PatchCollectorMockWriteOutputExpectation) Then

Then sets up EMPatchCollector.WriteOutput return parameters for the expectation previously defined by the When method

type PatchCollectorMockWriteOutputExpectationOrigins

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

PatchCollectorMockWriteOutputOrigins contains origins of expectations of the EMPatchCollector.WriteOutput

type PatchCollectorMockWriteOutputParamPtrs

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

PatchCollectorMockWriteOutputParamPtrs contains pointers to parameters of the EMPatchCollector.WriteOutput

type PatchCollectorMockWriteOutputParams

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

PatchCollectorMockWriteOutputParams contains parameters of the EMPatchCollector.WriteOutput

type PatchCollectorMockWriteOutputResults

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

PatchCollectorMockWriteOutputResults contains results of the EMPatchCollector.WriteOutput

type RegistryClientMock

type RegistryClientMock struct {
	DigestMock mRegistryClientMockDigest

	ImageMock mRegistryClientMockImage

	ListTagsMock mRegistryClientMockListTags
	// contains filtered or unexported fields
}

RegistryClientMock implements mm_pkg.RegistryClient

func NewRegistryClientMock

func NewRegistryClientMock(t minimock.Tester) *RegistryClientMock

NewRegistryClientMock returns a mock for mm_pkg.RegistryClient

func (*RegistryClientMock) Digest

func (mmDigest *RegistryClientMock) Digest(ctx context.Context, tag string) (s1 string, err error)

Digest implements mm_pkg.RegistryClient

func (*RegistryClientMock) DigestAfterCounter

func (mmDigest *RegistryClientMock) DigestAfterCounter() uint64

DigestAfterCounter returns a count of finished RegistryClientMock.Digest invocations

func (*RegistryClientMock) DigestBeforeCounter

func (mmDigest *RegistryClientMock) DigestBeforeCounter() uint64

DigestBeforeCounter returns a count of RegistryClientMock.Digest invocations

func (*RegistryClientMock) Image

func (mmImage *RegistryClientMock) Image(ctx context.Context, tag string) (i1 v1.Image, err error)

Image implements mm_pkg.RegistryClient

func (*RegistryClientMock) ImageAfterCounter

func (mmImage *RegistryClientMock) ImageAfterCounter() uint64

ImageAfterCounter returns a count of finished RegistryClientMock.Image invocations

func (*RegistryClientMock) ImageBeforeCounter

func (mmImage *RegistryClientMock) ImageBeforeCounter() uint64

ImageBeforeCounter returns a count of RegistryClientMock.Image invocations

func (*RegistryClientMock) ListTags

func (mmListTags *RegistryClientMock) ListTags(ctx context.Context) (sa1 []string, err error)

ListTags implements mm_pkg.RegistryClient

func (*RegistryClientMock) ListTagsAfterCounter

func (mmListTags *RegistryClientMock) ListTagsAfterCounter() uint64

ListTagsAfterCounter returns a count of finished RegistryClientMock.ListTags invocations

func (*RegistryClientMock) ListTagsBeforeCounter

func (mmListTags *RegistryClientMock) ListTagsBeforeCounter() uint64

ListTagsBeforeCounter returns a count of RegistryClientMock.ListTags invocations

func (*RegistryClientMock) MinimockDigestDone

func (m *RegistryClientMock) MinimockDigestDone() bool

MinimockDigestDone returns true if the count of the Digest invocations corresponds the number of defined expectations

func (*RegistryClientMock) MinimockDigestInspect

func (m *RegistryClientMock) MinimockDigestInspect()

MinimockDigestInspect logs each unmet expectation

func (*RegistryClientMock) MinimockFinish

func (m *RegistryClientMock) MinimockFinish()

MinimockFinish checks that all mocked methods have been called the expected number of times

func (*RegistryClientMock) MinimockImageDone

func (m *RegistryClientMock) MinimockImageDone() bool

MinimockImageDone returns true if the count of the Image invocations corresponds the number of defined expectations

func (*RegistryClientMock) MinimockImageInspect

func (m *RegistryClientMock) MinimockImageInspect()

MinimockImageInspect logs each unmet expectation

func (*RegistryClientMock) MinimockListTagsDone

func (m *RegistryClientMock) MinimockListTagsDone() bool

MinimockListTagsDone returns true if the count of the ListTags invocations corresponds the number of defined expectations

func (*RegistryClientMock) MinimockListTagsInspect

func (m *RegistryClientMock) MinimockListTagsInspect()

MinimockListTagsInspect logs each unmet expectation

func (*RegistryClientMock) MinimockWait

func (m *RegistryClientMock) MinimockWait(timeout mm_time.Duration)

MinimockWait waits for all mocked methods to be called the expected number of times

type RegistryClientMockDigestExpectation

type RegistryClientMockDigestExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

RegistryClientMockDigestExpectation specifies expectation struct of the RegistryClient.Digest

func (*RegistryClientMockDigestExpectation) Then

Then sets up RegistryClient.Digest return parameters for the expectation previously defined by the When method

type RegistryClientMockDigestExpectationOrigins

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

RegistryClientMockDigestOrigins contains origins of expectations of the RegistryClient.Digest

type RegistryClientMockDigestParamPtrs

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

RegistryClientMockDigestParamPtrs contains pointers to parameters of the RegistryClient.Digest

type RegistryClientMockDigestParams

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

RegistryClientMockDigestParams contains parameters of the RegistryClient.Digest

type RegistryClientMockDigestResults

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

RegistryClientMockDigestResults contains results of the RegistryClient.Digest

type RegistryClientMockImageExpectation

type RegistryClientMockImageExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

RegistryClientMockImageExpectation specifies expectation struct of the RegistryClient.Image

func (*RegistryClientMockImageExpectation) Then

Then sets up RegistryClient.Image return parameters for the expectation previously defined by the When method

type RegistryClientMockImageExpectationOrigins

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

RegistryClientMockImageOrigins contains origins of expectations of the RegistryClient.Image

type RegistryClientMockImageParamPtrs

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

RegistryClientMockImageParamPtrs contains pointers to parameters of the RegistryClient.Image

type RegistryClientMockImageParams

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

RegistryClientMockImageParams contains parameters of the RegistryClient.Image

type RegistryClientMockImageResults

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

RegistryClientMockImageResults contains results of the RegistryClient.Image

type RegistryClientMockListTagsExpectation

type RegistryClientMockListTagsExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

RegistryClientMockListTagsExpectation specifies expectation struct of the RegistryClient.ListTags

func (*RegistryClientMockListTagsExpectation) Then

Then sets up RegistryClient.ListTags return parameters for the expectation previously defined by the When method

type RegistryClientMockListTagsExpectationOrigins

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

RegistryClientMockListTagsOrigins contains origins of expectations of the RegistryClient.ListTags

type RegistryClientMockListTagsParamPtrs

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

RegistryClientMockListTagsParamPtrs contains pointers to parameters of the RegistryClient.ListTags

type RegistryClientMockListTagsParams

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

RegistryClientMockListTagsParams contains parameters of the RegistryClient.ListTags

type RegistryClientMockListTagsResults

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

RegistryClientMockListTagsResults contains results of the RegistryClient.ListTags

type RegistryImageMock

type RegistryImageMock struct {
	ConfigFileMock mRegistryImageMockConfigFile

	ConfigNameMock mRegistryImageMockConfigName

	DigestMock mRegistryImageMockDigest

	LayerByDiffIDMock mRegistryImageMockLayerByDiffID

	LayerByDigestMock mRegistryImageMockLayerByDigest

	LayersMock mRegistryImageMockLayers

	ManifestMock mRegistryImageMockManifest

	MediaTypeMock mRegistryImageMockMediaType

	RawConfigFileMock mRegistryImageMockRawConfigFile

	RawManifestMock mRegistryImageMockRawManifest

	SizeMock mRegistryImageMockSize
	// contains filtered or unexported fields
}

RegistryImageMock implements mm_v1.Image

func NewRegistryImageMock

func NewRegistryImageMock(t minimock.Tester) *RegistryImageMock

NewRegistryImageMock returns a mock for mm_v1.Image

func (*RegistryImageMock) ConfigFile

func (mmConfigFile *RegistryImageMock) ConfigFile() (cp1 *mm_v1.ConfigFile, err error)

ConfigFile implements mm_v1.Image

func (*RegistryImageMock) ConfigFileAfterCounter

func (mmConfigFile *RegistryImageMock) ConfigFileAfterCounter() uint64

ConfigFileAfterCounter returns a count of finished RegistryImageMock.ConfigFile invocations

func (*RegistryImageMock) ConfigFileBeforeCounter

func (mmConfigFile *RegistryImageMock) ConfigFileBeforeCounter() uint64

ConfigFileBeforeCounter returns a count of RegistryImageMock.ConfigFile invocations

func (*RegistryImageMock) ConfigName

func (mmConfigName *RegistryImageMock) ConfigName() (h1 mm_v1.Hash, err error)

ConfigName implements mm_v1.Image

func (*RegistryImageMock) ConfigNameAfterCounter

func (mmConfigName *RegistryImageMock) ConfigNameAfterCounter() uint64

ConfigNameAfterCounter returns a count of finished RegistryImageMock.ConfigName invocations

func (*RegistryImageMock) ConfigNameBeforeCounter

func (mmConfigName *RegistryImageMock) ConfigNameBeforeCounter() uint64

ConfigNameBeforeCounter returns a count of RegistryImageMock.ConfigName invocations

func (*RegistryImageMock) Digest

func (mmDigest *RegistryImageMock) Digest() (h1 mm_v1.Hash, err error)

Digest implements mm_v1.Image

func (*RegistryImageMock) DigestAfterCounter

func (mmDigest *RegistryImageMock) DigestAfterCounter() uint64

DigestAfterCounter returns a count of finished RegistryImageMock.Digest invocations

func (*RegistryImageMock) DigestBeforeCounter

func (mmDigest *RegistryImageMock) DigestBeforeCounter() uint64

DigestBeforeCounter returns a count of RegistryImageMock.Digest invocations

func (*RegistryImageMock) LayerByDiffID

func (mmLayerByDiffID *RegistryImageMock) LayerByDiffID(h1 mm_v1.Hash) (l1 mm_v1.Layer, err error)

LayerByDiffID implements mm_v1.Image

func (*RegistryImageMock) LayerByDiffIDAfterCounter

func (mmLayerByDiffID *RegistryImageMock) LayerByDiffIDAfterCounter() uint64

LayerByDiffIDAfterCounter returns a count of finished RegistryImageMock.LayerByDiffID invocations

func (*RegistryImageMock) LayerByDiffIDBeforeCounter

func (mmLayerByDiffID *RegistryImageMock) LayerByDiffIDBeforeCounter() uint64

LayerByDiffIDBeforeCounter returns a count of RegistryImageMock.LayerByDiffID invocations

func (*RegistryImageMock) LayerByDigest

func (mmLayerByDigest *RegistryImageMock) LayerByDigest(h1 mm_v1.Hash) (l1 mm_v1.Layer, err error)

LayerByDigest implements mm_v1.Image

func (*RegistryImageMock) LayerByDigestAfterCounter

func (mmLayerByDigest *RegistryImageMock) LayerByDigestAfterCounter() uint64

LayerByDigestAfterCounter returns a count of finished RegistryImageMock.LayerByDigest invocations

func (*RegistryImageMock) LayerByDigestBeforeCounter

func (mmLayerByDigest *RegistryImageMock) LayerByDigestBeforeCounter() uint64

LayerByDigestBeforeCounter returns a count of RegistryImageMock.LayerByDigest invocations

func (*RegistryImageMock) Layers

func (mmLayers *RegistryImageMock) Layers() (la1 []mm_v1.Layer, err error)

Layers implements mm_v1.Image

func (*RegistryImageMock) LayersAfterCounter

func (mmLayers *RegistryImageMock) LayersAfterCounter() uint64

LayersAfterCounter returns a count of finished RegistryImageMock.Layers invocations

func (*RegistryImageMock) LayersBeforeCounter

func (mmLayers *RegistryImageMock) LayersBeforeCounter() uint64

LayersBeforeCounter returns a count of RegistryImageMock.Layers invocations

func (*RegistryImageMock) Manifest

func (mmManifest *RegistryImageMock) Manifest() (mp1 *mm_v1.Manifest, err error)

Manifest implements mm_v1.Image

func (*RegistryImageMock) ManifestAfterCounter

func (mmManifest *RegistryImageMock) ManifestAfterCounter() uint64

ManifestAfterCounter returns a count of finished RegistryImageMock.Manifest invocations

func (*RegistryImageMock) ManifestBeforeCounter

func (mmManifest *RegistryImageMock) ManifestBeforeCounter() uint64

ManifestBeforeCounter returns a count of RegistryImageMock.Manifest invocations

func (*RegistryImageMock) MediaType

func (mmMediaType *RegistryImageMock) MediaType() (m1 types.MediaType, err error)

MediaType implements mm_v1.Image

func (*RegistryImageMock) MediaTypeAfterCounter

func (mmMediaType *RegistryImageMock) MediaTypeAfterCounter() uint64

MediaTypeAfterCounter returns a count of finished RegistryImageMock.MediaType invocations

func (*RegistryImageMock) MediaTypeBeforeCounter

func (mmMediaType *RegistryImageMock) MediaTypeBeforeCounter() uint64

MediaTypeBeforeCounter returns a count of RegistryImageMock.MediaType invocations

func (*RegistryImageMock) MinimockConfigFileDone

func (m *RegistryImageMock) MinimockConfigFileDone() bool

MinimockConfigFileDone returns true if the count of the ConfigFile invocations corresponds the number of defined expectations

func (*RegistryImageMock) MinimockConfigFileInspect

func (m *RegistryImageMock) MinimockConfigFileInspect()

MinimockConfigFileInspect logs each unmet expectation

func (*RegistryImageMock) MinimockConfigNameDone

func (m *RegistryImageMock) MinimockConfigNameDone() bool

MinimockConfigNameDone returns true if the count of the ConfigName invocations corresponds the number of defined expectations

func (*RegistryImageMock) MinimockConfigNameInspect

func (m *RegistryImageMock) MinimockConfigNameInspect()

MinimockConfigNameInspect logs each unmet expectation

func (*RegistryImageMock) MinimockDigestDone

func (m *RegistryImageMock) MinimockDigestDone() bool

MinimockDigestDone returns true if the count of the Digest invocations corresponds the number of defined expectations

func (*RegistryImageMock) MinimockDigestInspect

func (m *RegistryImageMock) MinimockDigestInspect()

MinimockDigestInspect logs each unmet expectation

func (*RegistryImageMock) MinimockFinish

func (m *RegistryImageMock) MinimockFinish()

MinimockFinish checks that all mocked methods have been called the expected number of times

func (*RegistryImageMock) MinimockLayerByDiffIDDone

func (m *RegistryImageMock) MinimockLayerByDiffIDDone() bool

MinimockLayerByDiffIDDone returns true if the count of the LayerByDiffID invocations corresponds the number of defined expectations

func (*RegistryImageMock) MinimockLayerByDiffIDInspect

func (m *RegistryImageMock) MinimockLayerByDiffIDInspect()

MinimockLayerByDiffIDInspect logs each unmet expectation

func (*RegistryImageMock) MinimockLayerByDigestDone

func (m *RegistryImageMock) MinimockLayerByDigestDone() bool

MinimockLayerByDigestDone returns true if the count of the LayerByDigest invocations corresponds the number of defined expectations

func (*RegistryImageMock) MinimockLayerByDigestInspect

func (m *RegistryImageMock) MinimockLayerByDigestInspect()

MinimockLayerByDigestInspect logs each unmet expectation

func (*RegistryImageMock) MinimockLayersDone

func (m *RegistryImageMock) MinimockLayersDone() bool

MinimockLayersDone returns true if the count of the Layers invocations corresponds the number of defined expectations

func (*RegistryImageMock) MinimockLayersInspect

func (m *RegistryImageMock) MinimockLayersInspect()

MinimockLayersInspect logs each unmet expectation

func (*RegistryImageMock) MinimockManifestDone

func (m *RegistryImageMock) MinimockManifestDone() bool

MinimockManifestDone returns true if the count of the Manifest invocations corresponds the number of defined expectations

func (*RegistryImageMock) MinimockManifestInspect

func (m *RegistryImageMock) MinimockManifestInspect()

MinimockManifestInspect logs each unmet expectation

func (*RegistryImageMock) MinimockMediaTypeDone

func (m *RegistryImageMock) MinimockMediaTypeDone() bool

MinimockMediaTypeDone returns true if the count of the MediaType invocations corresponds the number of defined expectations

func (*RegistryImageMock) MinimockMediaTypeInspect

func (m *RegistryImageMock) MinimockMediaTypeInspect()

MinimockMediaTypeInspect logs each unmet expectation

func (*RegistryImageMock) MinimockRawConfigFileDone

func (m *RegistryImageMock) MinimockRawConfigFileDone() bool

MinimockRawConfigFileDone returns true if the count of the RawConfigFile invocations corresponds the number of defined expectations

func (*RegistryImageMock) MinimockRawConfigFileInspect

func (m *RegistryImageMock) MinimockRawConfigFileInspect()

MinimockRawConfigFileInspect logs each unmet expectation

func (*RegistryImageMock) MinimockRawManifestDone

func (m *RegistryImageMock) MinimockRawManifestDone() bool

MinimockRawManifestDone returns true if the count of the RawManifest invocations corresponds the number of defined expectations

func (*RegistryImageMock) MinimockRawManifestInspect

func (m *RegistryImageMock) MinimockRawManifestInspect()

MinimockRawManifestInspect logs each unmet expectation

func (*RegistryImageMock) MinimockSizeDone

func (m *RegistryImageMock) MinimockSizeDone() bool

MinimockSizeDone returns true if the count of the Size invocations corresponds the number of defined expectations

func (*RegistryImageMock) MinimockSizeInspect

func (m *RegistryImageMock) MinimockSizeInspect()

MinimockSizeInspect logs each unmet expectation

func (*RegistryImageMock) MinimockWait

func (m *RegistryImageMock) MinimockWait(timeout mm_time.Duration)

MinimockWait waits for all mocked methods to be called the expected number of times

func (*RegistryImageMock) RawConfigFile

func (mmRawConfigFile *RegistryImageMock) RawConfigFile() (ba1 []byte, err error)

RawConfigFile implements mm_v1.Image

func (*RegistryImageMock) RawConfigFileAfterCounter

func (mmRawConfigFile *RegistryImageMock) RawConfigFileAfterCounter() uint64

RawConfigFileAfterCounter returns a count of finished RegistryImageMock.RawConfigFile invocations

func (*RegistryImageMock) RawConfigFileBeforeCounter

func (mmRawConfigFile *RegistryImageMock) RawConfigFileBeforeCounter() uint64

RawConfigFileBeforeCounter returns a count of RegistryImageMock.RawConfigFile invocations

func (*RegistryImageMock) RawManifest

func (mmRawManifest *RegistryImageMock) RawManifest() (ba1 []byte, err error)

RawManifest implements mm_v1.Image

func (*RegistryImageMock) RawManifestAfterCounter

func (mmRawManifest *RegistryImageMock) RawManifestAfterCounter() uint64

RawManifestAfterCounter returns a count of finished RegistryImageMock.RawManifest invocations

func (*RegistryImageMock) RawManifestBeforeCounter

func (mmRawManifest *RegistryImageMock) RawManifestBeforeCounter() uint64

RawManifestBeforeCounter returns a count of RegistryImageMock.RawManifest invocations

func (*RegistryImageMock) Size

func (mmSize *RegistryImageMock) Size() (i1 int64, err error)

Size implements mm_v1.Image

func (*RegistryImageMock) SizeAfterCounter

func (mmSize *RegistryImageMock) SizeAfterCounter() uint64

SizeAfterCounter returns a count of finished RegistryImageMock.Size invocations

func (*RegistryImageMock) SizeBeforeCounter

func (mmSize *RegistryImageMock) SizeBeforeCounter() uint64

SizeBeforeCounter returns a count of RegistryImageMock.Size invocations

type RegistryImageMockConfigFileExpectation

type RegistryImageMockConfigFileExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

RegistryImageMockConfigFileExpectation specifies expectation struct of the Image.ConfigFile

type RegistryImageMockConfigFileResults

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

RegistryImageMockConfigFileResults contains results of the Image.ConfigFile

type RegistryImageMockConfigNameExpectation

type RegistryImageMockConfigNameExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

RegistryImageMockConfigNameExpectation specifies expectation struct of the Image.ConfigName

type RegistryImageMockConfigNameResults

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

RegistryImageMockConfigNameResults contains results of the Image.ConfigName

type RegistryImageMockDigestExpectation

type RegistryImageMockDigestExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

RegistryImageMockDigestExpectation specifies expectation struct of the Image.Digest

type RegistryImageMockDigestResults

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

RegistryImageMockDigestResults contains results of the Image.Digest

type RegistryImageMockLayerByDiffIDExpectation

type RegistryImageMockLayerByDiffIDExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

RegistryImageMockLayerByDiffIDExpectation specifies expectation struct of the Image.LayerByDiffID

func (*RegistryImageMockLayerByDiffIDExpectation) Then

Then sets up Image.LayerByDiffID return parameters for the expectation previously defined by the When method

type RegistryImageMockLayerByDiffIDExpectationOrigins

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

RegistryImageMockLayerByDiffIDOrigins contains origins of expectations of the Image.LayerByDiffID

type RegistryImageMockLayerByDiffIDParamPtrs

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

RegistryImageMockLayerByDiffIDParamPtrs contains pointers to parameters of the Image.LayerByDiffID

type RegistryImageMockLayerByDiffIDParams

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

RegistryImageMockLayerByDiffIDParams contains parameters of the Image.LayerByDiffID

type RegistryImageMockLayerByDiffIDResults

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

RegistryImageMockLayerByDiffIDResults contains results of the Image.LayerByDiffID

type RegistryImageMockLayerByDigestExpectation

type RegistryImageMockLayerByDigestExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

RegistryImageMockLayerByDigestExpectation specifies expectation struct of the Image.LayerByDigest

func (*RegistryImageMockLayerByDigestExpectation) Then

Then sets up Image.LayerByDigest return parameters for the expectation previously defined by the When method

type RegistryImageMockLayerByDigestExpectationOrigins

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

RegistryImageMockLayerByDigestOrigins contains origins of expectations of the Image.LayerByDigest

type RegistryImageMockLayerByDigestParamPtrs

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

RegistryImageMockLayerByDigestParamPtrs contains pointers to parameters of the Image.LayerByDigest

type RegistryImageMockLayerByDigestParams

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

RegistryImageMockLayerByDigestParams contains parameters of the Image.LayerByDigest

type RegistryImageMockLayerByDigestResults

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

RegistryImageMockLayerByDigestResults contains results of the Image.LayerByDigest

type RegistryImageMockLayersExpectation

type RegistryImageMockLayersExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

RegistryImageMockLayersExpectation specifies expectation struct of the Image.Layers

type RegistryImageMockLayersResults

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

RegistryImageMockLayersResults contains results of the Image.Layers

type RegistryImageMockManifestExpectation

type RegistryImageMockManifestExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

RegistryImageMockManifestExpectation specifies expectation struct of the Image.Manifest

type RegistryImageMockManifestResults

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

RegistryImageMockManifestResults contains results of the Image.Manifest

type RegistryImageMockMediaTypeExpectation

type RegistryImageMockMediaTypeExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

RegistryImageMockMediaTypeExpectation specifies expectation struct of the Image.MediaType

type RegistryImageMockMediaTypeResults

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

RegistryImageMockMediaTypeResults contains results of the Image.MediaType

type RegistryImageMockRawConfigFileExpectation

type RegistryImageMockRawConfigFileExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

RegistryImageMockRawConfigFileExpectation specifies expectation struct of the Image.RawConfigFile

type RegistryImageMockRawConfigFileResults

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

RegistryImageMockRawConfigFileResults contains results of the Image.RawConfigFile

type RegistryImageMockRawManifestExpectation

type RegistryImageMockRawManifestExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

RegistryImageMockRawManifestExpectation specifies expectation struct of the Image.RawManifest

type RegistryImageMockRawManifestResults

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

RegistryImageMockRawManifestResults contains results of the Image.RawManifest

type RegistryImageMockSizeExpectation

type RegistryImageMockSizeExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

RegistryImageMockSizeExpectation specifies expectation struct of the Image.Size

type RegistryImageMockSizeResults

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

RegistryImageMockSizeResults contains results of the Image.Size

type SnapshotMock

type SnapshotMock struct {
	StringMock mSnapshotMockString

	UnmarshalToMock mSnapshotMockUnmarshalTo
	// contains filtered or unexported fields
}

SnapshotMock implements mm_pkg.Snapshot

func NewSnapshotMock

func NewSnapshotMock(t minimock.Tester) *SnapshotMock

NewSnapshotMock returns a mock for mm_pkg.Snapshot

func (*SnapshotMock) MinimockFinish

func (m *SnapshotMock) MinimockFinish()

MinimockFinish checks that all mocked methods have been called the expected number of times

func (*SnapshotMock) MinimockStringDone

func (m *SnapshotMock) MinimockStringDone() bool

MinimockStringDone returns true if the count of the String invocations corresponds the number of defined expectations

func (*SnapshotMock) MinimockStringInspect

func (m *SnapshotMock) MinimockStringInspect()

MinimockStringInspect logs each unmet expectation

func (*SnapshotMock) MinimockUnmarshalToDone

func (m *SnapshotMock) MinimockUnmarshalToDone() bool

MinimockUnmarshalToDone returns true if the count of the UnmarshalTo invocations corresponds the number of defined expectations

func (*SnapshotMock) MinimockUnmarshalToInspect

func (m *SnapshotMock) MinimockUnmarshalToInspect()

MinimockUnmarshalToInspect logs each unmet expectation

func (*SnapshotMock) MinimockWait

func (m *SnapshotMock) MinimockWait(timeout mm_time.Duration)

MinimockWait waits for all mocked methods to be called the expected number of times

func (*SnapshotMock) String

func (mmString *SnapshotMock) String() (s1 string)

String implements mm_pkg.Snapshot

func (*SnapshotMock) StringAfterCounter

func (mmString *SnapshotMock) StringAfterCounter() uint64

StringAfterCounter returns a count of finished SnapshotMock.String invocations

func (*SnapshotMock) StringBeforeCounter

func (mmString *SnapshotMock) StringBeforeCounter() uint64

StringBeforeCounter returns a count of SnapshotMock.String invocations

func (*SnapshotMock) UnmarshalTo

func (mmUnmarshalTo *SnapshotMock) UnmarshalTo(v any) (err error)

UnmarshalTo implements mm_pkg.Snapshot

func (*SnapshotMock) UnmarshalToAfterCounter

func (mmUnmarshalTo *SnapshotMock) UnmarshalToAfterCounter() uint64

UnmarshalToAfterCounter returns a count of finished SnapshotMock.UnmarshalTo invocations

func (*SnapshotMock) UnmarshalToBeforeCounter

func (mmUnmarshalTo *SnapshotMock) UnmarshalToBeforeCounter() uint64

UnmarshalToBeforeCounter returns a count of SnapshotMock.UnmarshalTo invocations

type SnapshotMockStringExpectation

type SnapshotMockStringExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

SnapshotMockStringExpectation specifies expectation struct of the Snapshot.String

type SnapshotMockStringResults

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

SnapshotMockStringResults contains results of the Snapshot.String

type SnapshotMockUnmarshalToExpectation

type SnapshotMockUnmarshalToExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

SnapshotMockUnmarshalToExpectation specifies expectation struct of the Snapshot.UnmarshalTo

func (*SnapshotMockUnmarshalToExpectation) Then

Then sets up Snapshot.UnmarshalTo return parameters for the expectation previously defined by the When method

type SnapshotMockUnmarshalToExpectationOrigins

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

SnapshotMockUnmarshalToOrigins contains origins of expectations of the Snapshot.UnmarshalTo

type SnapshotMockUnmarshalToParamPtrs

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

SnapshotMockUnmarshalToParamPtrs contains pointers to parameters of the Snapshot.UnmarshalTo

type SnapshotMockUnmarshalToParams

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

SnapshotMockUnmarshalToParams contains parameters of the Snapshot.UnmarshalTo

type SnapshotMockUnmarshalToResults

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

SnapshotMockUnmarshalToResults contains results of the Snapshot.UnmarshalTo

type SnapshotsMock

type SnapshotsMock struct {
	GetMock mSnapshotsMockGet
	// contains filtered or unexported fields
}

SnapshotsMock implements mm_pkg.Snapshots

func NewSnapshotsMock

func NewSnapshotsMock(t minimock.Tester) *SnapshotsMock

NewSnapshotsMock returns a mock for mm_pkg.Snapshots

func (*SnapshotsMock) Get

func (mmGet *SnapshotsMock) Get(key string) (sa1 []mm_pkg.Snapshot)

Get implements mm_pkg.Snapshots

func (*SnapshotsMock) GetAfterCounter

func (mmGet *SnapshotsMock) GetAfterCounter() uint64

GetAfterCounter returns a count of finished SnapshotsMock.Get invocations

func (*SnapshotsMock) GetBeforeCounter

func (mmGet *SnapshotsMock) GetBeforeCounter() uint64

GetBeforeCounter returns a count of SnapshotsMock.Get invocations

func (*SnapshotsMock) MinimockFinish

func (m *SnapshotsMock) MinimockFinish()

MinimockFinish checks that all mocked methods have been called the expected number of times

func (*SnapshotsMock) MinimockGetDone

func (m *SnapshotsMock) MinimockGetDone() bool

MinimockGetDone returns true if the count of the Get invocations corresponds the number of defined expectations

func (*SnapshotsMock) MinimockGetInspect

func (m *SnapshotsMock) MinimockGetInspect()

MinimockGetInspect logs each unmet expectation

func (*SnapshotsMock) MinimockWait

func (m *SnapshotsMock) MinimockWait(timeout mm_time.Duration)

MinimockWait waits for all mocked methods to be called the expected number of times

type SnapshotsMockGetExpectation

type SnapshotsMockGetExpectation struct {
	Counter uint64
	// contains filtered or unexported fields
}

SnapshotsMockGetExpectation specifies expectation struct of the Snapshots.Get

func (*SnapshotsMockGetExpectation) Then

Then sets up Snapshots.Get return parameters for the expectation previously defined by the When method

type SnapshotsMockGetExpectationOrigins

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

SnapshotsMockGetOrigins contains origins of expectations of the Snapshots.Get

type SnapshotsMockGetParamPtrs

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

SnapshotsMockGetParamPtrs contains pointers to parameters of the Snapshots.Get

type SnapshotsMockGetParams

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

SnapshotsMockGetParams contains parameters of the Snapshots.Get

type SnapshotsMockGetResults

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

SnapshotsMockGetResults contains results of the Snapshots.Get

Jump to

Keyboard shortcuts

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