Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
- type MockCacheGetter
- type MockCacheGetterMockRecorder
- type MockCacheManager
- func (m *MockCacheManager) ClusterAdded(cluster string, restConfig *rest.Config)
- func (m *MockCacheManager) ClusterRemoved(cluster string, restConfig *rest.Config)
- func (m *MockCacheManager) EXPECT() *MockCacheManagerMockRecorder
- func (m *MockCacheManager) GetCache(cluster string, restConfig *rest.Config) clustercache.ClusterCache
- type MockCacheManagerMockRecorder
- type MockClusterCache
- type MockClusterCacheMockRecorder
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 ¶
func (m *MockCacheGetter) EXPECT() *MockCacheGetterMockRecorder
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 ¶
func (m *MockCacheManager) EXPECT() *MockCacheManagerMockRecorder
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 ¶
func (m *MockClusterCache) EXPECT() *MockClusterCacheMockRecorder
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