mocks

package
v1.28.3 Latest Latest
Warning

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

Go to latest
Published: Apr 10, 2024 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Cache

type Cache struct {
	mock.Mock
}

Cache is an autogenerated mock type for the Cache type

func NewCache added in v1.24.0

func NewCache(t interface {
	mock.TestingT
	Cleanup(func())
}) *Cache

NewCache creates a new instance of Cache. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*Cache) Get

func (_m *Cache) Get(ctx context.Context, key types.NamespacedName, obj client.Object, opts ...client.GetOption) error

Get provides a mock function with given fields: ctx, key, obj, opts

func (*Cache) GetInformer

func (_m *Cache) GetInformer(ctx context.Context, obj client.Object, opts ...cache.InformerGetOption) (cache.Informer, error)

GetInformer provides a mock function with given fields: ctx, obj, opts

func (*Cache) GetInformerForKind

func (_m *Cache) GetInformerForKind(ctx context.Context, gvk schema.GroupVersionKind, opts ...cache.InformerGetOption) (cache.Informer, error)

GetInformerForKind provides a mock function with given fields: ctx, gvk, opts

func (*Cache) IndexField

func (_m *Cache) IndexField(ctx context.Context, obj client.Object, field string, extractValue client.IndexerFunc) error

IndexField provides a mock function with given fields: ctx, obj, field, extractValue

func (*Cache) List

func (_m *Cache) List(ctx context.Context, list client.ObjectList, opts ...client.ListOption) error

List provides a mock function with given fields: ctx, list, opts

func (*Cache) RemoveInformer added in v1.28.0

func (_m *Cache) RemoveInformer(ctx context.Context, obj client.Object) error

RemoveInformer provides a mock function with given fields: ctx, obj

func (*Cache) Start

func (_m *Cache) Start(ctx context.Context) error

Start provides a mock function with given fields: ctx

func (*Cache) WaitForCacheSync

func (_m *Cache) WaitForCacheSync(ctx context.Context) bool

WaitForCacheSync provides a mock function with given fields: ctx

type StatusMetrics added in v1.26.0

type StatusMetrics struct {
	mock.Mock
}

StatusMetrics is an autogenerated mock type for the StatusMetrics type

func NewStatusMetrics added in v1.26.0

func NewStatusMetrics(t interface {
	mock.TestingT
	Cleanup(func())
}) *StatusMetrics

NewStatusMetrics creates a new instance of StatusMetrics. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.

func (*StatusMetrics) SetStatusUpdateConflict added in v1.26.0

func (_m *StatusMetrics) SetStatusUpdateConflict(kind string)

SetStatusUpdateConflict provides a mock function with given fields: kind

func (*StatusMetrics) SetStatusUpdateDuration added in v1.26.0

func (_m *StatusMetrics) SetStatusUpdateDuration(duration time.Duration, kind string, onError bool)

SetStatusUpdateDuration provides a mock function with given fields: duration, kind, onError

func (*StatusMetrics) SetStatusUpdateFailed added in v1.26.0

func (_m *StatusMetrics) SetStatusUpdateFailed(kind string)

SetStatusUpdateFailed provides a mock function with given fields: kind

func (*StatusMetrics) SetStatusUpdateNoop added in v1.26.0

func (_m *StatusMetrics) SetStatusUpdateNoop(kind string)

SetStatusUpdateNoop provides a mock function with given fields: kind

func (*StatusMetrics) SetStatusUpdateSuccess added in v1.26.0

func (_m *StatusMetrics) SetStatusUpdateSuccess(kind string)

SetStatusUpdateSuccess provides a mock function with given fields: kind

func (*StatusMetrics) SetStatusUpdateTotal added in v1.26.0

func (_m *StatusMetrics) SetStatusUpdateTotal(kind string)

SetStatusUpdateTotal provides a mock function with given fields: kind

Jump to

Keyboard shortcuts

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