Documentation ¶
Overview ¶
Package fake is a generated GoMock package.
Index ¶
- type MockDash
- func (m *MockDash) BuildInfo() (string, string, string)
- func (m *MockDash) CRDWatcher() config.CRDWatcher
- func (m *MockDash) ClusterClient() cluster.ClientInterface
- func (m *MockDash) ContextName() string
- func (m *MockDash) DefaultNamespace() string
- func (m *MockDash) EXPECT() *MockDashMockRecorder
- func (m *MockDash) ErrorStore() errors.ErrorStore
- func (m *MockDash) KubeConfigPath() string
- func (m *MockDash) Logger() log.Logger
- func (m *MockDash) ModuleManager() module.ManagerInterface
- func (m *MockDash) ObjectPath(arg0, arg1, arg2, arg3 string) (string, error)
- func (m *MockDash) ObjectStore() store.Store
- func (m *MockDash) PluginManager() plugin.ManagerInterface
- func (m *MockDash) PortForwarder() portforward.PortForwarder
- func (m *MockDash) UseContext(arg0 context.Context, arg1 string) error
- func (m *MockDash) Validate() error
- type MockDashMockRecorder
- func (mr *MockDashMockRecorder) BuildInfo() *gomock.Call
- func (mr *MockDashMockRecorder) CRDWatcher() *gomock.Call
- func (mr *MockDashMockRecorder) ClusterClient() *gomock.Call
- func (mr *MockDashMockRecorder) ContextName() *gomock.Call
- func (mr *MockDashMockRecorder) DefaultNamespace() *gomock.Call
- func (mr *MockDashMockRecorder) ErrorStore() *gomock.Call
- func (mr *MockDashMockRecorder) KubeConfigPath() *gomock.Call
- func (mr *MockDashMockRecorder) Logger() *gomock.Call
- func (mr *MockDashMockRecorder) ModuleManager() *gomock.Call
- func (mr *MockDashMockRecorder) ObjectPath(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockDashMockRecorder) ObjectStore() *gomock.Call
- func (mr *MockDashMockRecorder) PluginManager() *gomock.Call
- func (mr *MockDashMockRecorder) PortForwarder() *gomock.Call
- func (mr *MockDashMockRecorder) UseContext(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockDashMockRecorder) Validate() *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockDash ¶
type MockDash struct {
// contains filtered or unexported fields
}
MockDash is a mock of Dash interface
func NewMockDash ¶
func NewMockDash(ctrl *gomock.Controller) *MockDash
NewMockDash creates a new mock instance
func (*MockDash) CRDWatcher ¶
func (m *MockDash) CRDWatcher() config.CRDWatcher
CRDWatcher mocks base method
func (*MockDash) ClusterClient ¶
func (m *MockDash) ClusterClient() cluster.ClientInterface
ClusterClient mocks base method
func (*MockDash) ContextName ¶
ContextName mocks base method
func (*MockDash) DefaultNamespace ¶
DefaultNamespace mocks base method
func (*MockDash) EXPECT ¶
func (m *MockDash) EXPECT() *MockDashMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockDash) ErrorStore ¶
func (m *MockDash) ErrorStore() errors.ErrorStore
ErrorStore mocks base method
func (*MockDash) KubeConfigPath ¶
KubeConfigPath mocks base method
func (*MockDash) ModuleManager ¶
func (m *MockDash) ModuleManager() module.ManagerInterface
ModuleManager mocks base method
func (*MockDash) ObjectPath ¶
ObjectPath mocks base method
func (*MockDash) ObjectStore ¶
ObjectStore mocks base method
func (*MockDash) PluginManager ¶
func (m *MockDash) PluginManager() plugin.ManagerInterface
PluginManager mocks base method
func (*MockDash) PortForwarder ¶
func (m *MockDash) PortForwarder() portforward.PortForwarder
PortForwarder mocks base method
func (*MockDash) UseContext ¶
UseContext mocks base method
type MockDashMockRecorder ¶
type MockDashMockRecorder struct {
// contains filtered or unexported fields
}
MockDashMockRecorder is the mock recorder for MockDash
func (*MockDashMockRecorder) BuildInfo ¶ added in v0.13.0
func (mr *MockDashMockRecorder) BuildInfo() *gomock.Call
BuildInfo indicates an expected call of BuildInfo
func (*MockDashMockRecorder) CRDWatcher ¶
func (mr *MockDashMockRecorder) CRDWatcher() *gomock.Call
CRDWatcher indicates an expected call of CRDWatcher
func (*MockDashMockRecorder) ClusterClient ¶
func (mr *MockDashMockRecorder) ClusterClient() *gomock.Call
ClusterClient indicates an expected call of ClusterClient
func (*MockDashMockRecorder) ContextName ¶
func (mr *MockDashMockRecorder) ContextName() *gomock.Call
ContextName indicates an expected call of ContextName
func (*MockDashMockRecorder) DefaultNamespace ¶
func (mr *MockDashMockRecorder) DefaultNamespace() *gomock.Call
DefaultNamespace indicates an expected call of DefaultNamespace
func (*MockDashMockRecorder) ErrorStore ¶
func (mr *MockDashMockRecorder) ErrorStore() *gomock.Call
ErrorStore indicates an expected call of ErrorStore
func (*MockDashMockRecorder) KubeConfigPath ¶
func (mr *MockDashMockRecorder) KubeConfigPath() *gomock.Call
KubeConfigPath indicates an expected call of KubeConfigPath
func (*MockDashMockRecorder) Logger ¶
func (mr *MockDashMockRecorder) Logger() *gomock.Call
Logger indicates an expected call of Logger
func (*MockDashMockRecorder) ModuleManager ¶
func (mr *MockDashMockRecorder) ModuleManager() *gomock.Call
ModuleManager indicates an expected call of ModuleManager
func (*MockDashMockRecorder) ObjectPath ¶
func (mr *MockDashMockRecorder) ObjectPath(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
ObjectPath indicates an expected call of ObjectPath
func (*MockDashMockRecorder) ObjectStore ¶
func (mr *MockDashMockRecorder) ObjectStore() *gomock.Call
ObjectStore indicates an expected call of ObjectStore
func (*MockDashMockRecorder) PluginManager ¶
func (mr *MockDashMockRecorder) PluginManager() *gomock.Call
PluginManager indicates an expected call of PluginManager
func (*MockDashMockRecorder) PortForwarder ¶
func (mr *MockDashMockRecorder) PortForwarder() *gomock.Call
PortForwarder indicates an expected call of PortForwarder
func (*MockDashMockRecorder) UseContext ¶
func (mr *MockDashMockRecorder) UseContext(arg0, arg1 interface{}) *gomock.Call
UseContext indicates an expected call of UseContext
func (*MockDashMockRecorder) Validate ¶
func (mr *MockDashMockRecorder) Validate() *gomock.Call
Validate indicates an expected call of Validate