mocks

package
v0.30.8 Latest Latest
Warning

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

Go to latest
Published: Oct 24, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockCacheGetter

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

MockCacheGetter is a mock of CacheGetter interface

func NewMockCacheGetter

func NewMockCacheGetter(ctrl *gomock.Controller) *MockCacheGetter

NewMockCacheGetter creates a new mock instance

func (*MockCacheGetter) EXPECT

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

func (*MockCacheGetter) GetCache

func (m *MockCacheGetter) GetCache(cluster string, restConfig *rest.Config) clustercache.ClusterCache

GetCache mocks base method

type MockCacheGetterMockRecorder

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

MockCacheGetterMockRecorder is the mock recorder for MockCacheGetter

func (*MockCacheGetterMockRecorder) GetCache

func (mr *MockCacheGetterMockRecorder) GetCache(cluster, restConfig interface{}) *gomock.Call

GetCache indicates an expected call of GetCache

type MockCacheManager

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

MockCacheManager is a mock of CacheManager interface

func NewMockCacheManager

func NewMockCacheManager(ctrl *gomock.Controller) *MockCacheManager

NewMockCacheManager creates a new mock instance

func (*MockCacheManager) ClusterAdded

func (m *MockCacheManager) ClusterAdded(cluster string, restConfig *rest.Config)

ClusterAdded mocks base method

func (*MockCacheManager) ClusterRemoved

func (m *MockCacheManager) ClusterRemoved(cluster string, restConfig *rest.Config)

ClusterRemoved mocks base method

func (*MockCacheManager) EXPECT

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

func (*MockCacheManager) GetCache

func (m *MockCacheManager) GetCache(cluster string, restConfig *rest.Config) clustercache.ClusterCache

GetCache mocks base method

type MockCacheManagerMockRecorder

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

MockCacheManagerMockRecorder is the mock recorder for MockCacheManager

func (*MockCacheManagerMockRecorder) ClusterAdded

func (mr *MockCacheManagerMockRecorder) ClusterAdded(cluster, restConfig interface{}) *gomock.Call

ClusterAdded indicates an expected call of ClusterAdded

func (*MockCacheManagerMockRecorder) ClusterRemoved

func (mr *MockCacheManagerMockRecorder) ClusterRemoved(cluster, restConfig interface{}) *gomock.Call

ClusterRemoved indicates an expected call of ClusterRemoved

func (*MockCacheManagerMockRecorder) GetCache

func (mr *MockCacheManagerMockRecorder) GetCache(cluster, restConfig interface{}) *gomock.Call

GetCache indicates an expected call of GetCache

type MockClusterCache

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

MockClusterCache is a mock of ClusterCache interface

func NewMockClusterCache

func NewMockClusterCache(ctrl *gomock.Controller) *MockClusterCache

NewMockClusterCache creates a new mock instance

func (*MockClusterCache) EXPECT

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

func (*MockClusterCache) IsClusterCache

func (m *MockClusterCache) IsClusterCache()

IsClusterCache mocks base method

type MockClusterCacheMockRecorder

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

MockClusterCacheMockRecorder is the mock recorder for MockClusterCache

func (*MockClusterCacheMockRecorder) IsClusterCache

func (mr *MockClusterCacheMockRecorder) IsClusterCache() *gomock.Call

IsClusterCache indicates an expected call of IsClusterCache

Jump to

Keyboard shortcuts

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