Documentation ¶
Overview ¶
Package mock_cache is a generated GoMock package.
Index ¶
- type MockKubeCoreCache
- func (m *MockKubeCoreCache) ConfigMapLister() v1.ConfigMapLister
- func (m *MockKubeCoreCache) EXPECT() *MockKubeCoreCacheMockRecorder
- func (m *MockKubeCoreCache) NamespaceLister() v1.NamespaceLister
- func (m *MockKubeCoreCache) NamespacedConfigMapLister(arg0 string) cache.ConfigMapLister
- func (m *MockKubeCoreCache) NamespacedPodLister(arg0 string) cache.PodLister
- func (m *MockKubeCoreCache) NamespacedSecretLister(arg0 string) cache.SecretLister
- func (m *MockKubeCoreCache) NamespacedServiceLister(arg0 string) cache.ServiceLister
- func (m *MockKubeCoreCache) PodLister() v1.PodLister
- func (m *MockKubeCoreCache) SecretLister() v1.SecretLister
- func (m *MockKubeCoreCache) ServiceLister() v1.ServiceLister
- func (m *MockKubeCoreCache) Subscribe() <-chan struct{}
- func (m *MockKubeCoreCache) Unsubscribe(arg0 <-chan struct{})
- type MockKubeCoreCacheMockRecorder
- func (mr *MockKubeCoreCacheMockRecorder) ConfigMapLister() *gomock.Call
- func (mr *MockKubeCoreCacheMockRecorder) NamespaceLister() *gomock.Call
- func (mr *MockKubeCoreCacheMockRecorder) NamespacedConfigMapLister(arg0 interface{}) *gomock.Call
- func (mr *MockKubeCoreCacheMockRecorder) NamespacedPodLister(arg0 interface{}) *gomock.Call
- func (mr *MockKubeCoreCacheMockRecorder) NamespacedSecretLister(arg0 interface{}) *gomock.Call
- func (mr *MockKubeCoreCacheMockRecorder) NamespacedServiceLister(arg0 interface{}) *gomock.Call
- func (mr *MockKubeCoreCacheMockRecorder) PodLister() *gomock.Call
- func (mr *MockKubeCoreCacheMockRecorder) SecretLister() *gomock.Call
- func (mr *MockKubeCoreCacheMockRecorder) ServiceLister() *gomock.Call
- func (mr *MockKubeCoreCacheMockRecorder) Subscribe() *gomock.Call
- func (mr *MockKubeCoreCacheMockRecorder) Unsubscribe(arg0 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockKubeCoreCache ¶
type MockKubeCoreCache struct {
// contains filtered or unexported fields
}
MockKubeCoreCache is a mock of KubeCoreCache interface.
func NewMockKubeCoreCache ¶
func NewMockKubeCoreCache(ctrl *gomock.Controller) *MockKubeCoreCache
NewMockKubeCoreCache creates a new mock instance.
func (*MockKubeCoreCache) ConfigMapLister ¶
func (m *MockKubeCoreCache) ConfigMapLister() v1.ConfigMapLister
ConfigMapLister mocks base method.
func (*MockKubeCoreCache) EXPECT ¶
func (m *MockKubeCoreCache) EXPECT() *MockKubeCoreCacheMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockKubeCoreCache) NamespaceLister ¶
func (m *MockKubeCoreCache) NamespaceLister() v1.NamespaceLister
NamespaceLister mocks base method.
func (*MockKubeCoreCache) NamespacedConfigMapLister ¶
func (m *MockKubeCoreCache) NamespacedConfigMapLister(arg0 string) cache.ConfigMapLister
NamespacedConfigMapLister mocks base method.
func (*MockKubeCoreCache) NamespacedPodLister ¶
func (m *MockKubeCoreCache) NamespacedPodLister(arg0 string) cache.PodLister
NamespacedPodLister mocks base method.
func (*MockKubeCoreCache) NamespacedSecretLister ¶
func (m *MockKubeCoreCache) NamespacedSecretLister(arg0 string) cache.SecretLister
NamespacedSecretLister mocks base method.
func (*MockKubeCoreCache) NamespacedServiceLister ¶
func (m *MockKubeCoreCache) NamespacedServiceLister(arg0 string) cache.ServiceLister
NamespacedServiceLister mocks base method.
func (*MockKubeCoreCache) PodLister ¶
func (m *MockKubeCoreCache) PodLister() v1.PodLister
PodLister mocks base method.
func (*MockKubeCoreCache) SecretLister ¶
func (m *MockKubeCoreCache) SecretLister() v1.SecretLister
SecretLister mocks base method.
func (*MockKubeCoreCache) ServiceLister ¶
func (m *MockKubeCoreCache) ServiceLister() v1.ServiceLister
ServiceLister mocks base method.
func (*MockKubeCoreCache) Subscribe ¶
func (m *MockKubeCoreCache) Subscribe() <-chan struct{}
Subscribe mocks base method.
func (*MockKubeCoreCache) Unsubscribe ¶
func (m *MockKubeCoreCache) Unsubscribe(arg0 <-chan struct{})
Unsubscribe mocks base method.
type MockKubeCoreCacheMockRecorder ¶
type MockKubeCoreCacheMockRecorder struct {
// contains filtered or unexported fields
}
MockKubeCoreCacheMockRecorder is the mock recorder for MockKubeCoreCache.
func (*MockKubeCoreCacheMockRecorder) ConfigMapLister ¶
func (mr *MockKubeCoreCacheMockRecorder) ConfigMapLister() *gomock.Call
ConfigMapLister indicates an expected call of ConfigMapLister.
func (*MockKubeCoreCacheMockRecorder) NamespaceLister ¶
func (mr *MockKubeCoreCacheMockRecorder) NamespaceLister() *gomock.Call
NamespaceLister indicates an expected call of NamespaceLister.
func (*MockKubeCoreCacheMockRecorder) NamespacedConfigMapLister ¶
func (mr *MockKubeCoreCacheMockRecorder) NamespacedConfigMapLister(arg0 interface{}) *gomock.Call
NamespacedConfigMapLister indicates an expected call of NamespacedConfigMapLister.
func (*MockKubeCoreCacheMockRecorder) NamespacedPodLister ¶
func (mr *MockKubeCoreCacheMockRecorder) NamespacedPodLister(arg0 interface{}) *gomock.Call
NamespacedPodLister indicates an expected call of NamespacedPodLister.
func (*MockKubeCoreCacheMockRecorder) NamespacedSecretLister ¶
func (mr *MockKubeCoreCacheMockRecorder) NamespacedSecretLister(arg0 interface{}) *gomock.Call
NamespacedSecretLister indicates an expected call of NamespacedSecretLister.
func (*MockKubeCoreCacheMockRecorder) NamespacedServiceLister ¶
func (mr *MockKubeCoreCacheMockRecorder) NamespacedServiceLister(arg0 interface{}) *gomock.Call
NamespacedServiceLister indicates an expected call of NamespacedServiceLister.
func (*MockKubeCoreCacheMockRecorder) PodLister ¶
func (mr *MockKubeCoreCacheMockRecorder) PodLister() *gomock.Call
PodLister indicates an expected call of PodLister.
func (*MockKubeCoreCacheMockRecorder) SecretLister ¶
func (mr *MockKubeCoreCacheMockRecorder) SecretLister() *gomock.Call
SecretLister indicates an expected call of SecretLister.
func (*MockKubeCoreCacheMockRecorder) ServiceLister ¶
func (mr *MockKubeCoreCacheMockRecorder) ServiceLister() *gomock.Call
ServiceLister indicates an expected call of ServiceLister.
func (*MockKubeCoreCacheMockRecorder) Subscribe ¶
func (mr *MockKubeCoreCacheMockRecorder) Subscribe() *gomock.Call
Subscribe indicates an expected call of Subscribe.
func (*MockKubeCoreCacheMockRecorder) Unsubscribe ¶
func (mr *MockKubeCoreCacheMockRecorder) Unsubscribe(arg0 interface{}) *gomock.Call
Unsubscribe indicates an expected call of Unsubscribe.