Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Index ¶
- type MockClusterUtils
- func (m *MockClusterUtils) EXPECT() *MockClusterUtilsMockRecorder
- func (m *MockClusterUtils) GetBackplaneCluster(arg0 ...string) (utils.BackplaneCluster, error)
- func (m *MockClusterUtils) GetBackplaneClusterFromClusterKey(arg0 string) (utils.BackplaneCluster, error)
- func (m *MockClusterUtils) GetBackplaneClusterFromConfig() (utils.BackplaneCluster, error)
- func (m *MockClusterUtils) GetClusterIDAndHostFromClusterURL(arg0 string) (string, string, error)
- type MockClusterUtilsMockRecorder
- func (mr *MockClusterUtilsMockRecorder) GetBackplaneCluster(arg0 ...interface{}) *gomock.Call
- func (mr *MockClusterUtilsMockRecorder) GetBackplaneClusterFromClusterKey(arg0 interface{}) *gomock.Call
- func (mr *MockClusterUtilsMockRecorder) GetBackplaneClusterFromConfig() *gomock.Call
- func (mr *MockClusterUtilsMockRecorder) GetClusterIDAndHostFromClusterURL(arg0 interface{}) *gomock.Call
- type MockShellCheckerInterface
- type MockShellCheckerInterfaceMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockClusterUtils ¶
type MockClusterUtils struct {
// contains filtered or unexported fields
}
MockClusterUtils is a mock of ClusterUtils interface.
func NewMockClusterUtils ¶
func NewMockClusterUtils(ctrl *gomock.Controller) *MockClusterUtils
NewMockClusterUtils creates a new mock instance.
func (*MockClusterUtils) EXPECT ¶
func (m *MockClusterUtils) EXPECT() *MockClusterUtilsMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockClusterUtils) GetBackplaneCluster ¶
func (m *MockClusterUtils) GetBackplaneCluster(arg0 ...string) (utils.BackplaneCluster, error)
GetBackplaneCluster mocks base method.
func (*MockClusterUtils) GetBackplaneClusterFromClusterKey ¶
func (m *MockClusterUtils) GetBackplaneClusterFromClusterKey(arg0 string) (utils.BackplaneCluster, error)
GetBackplaneClusterFromClusterKey mocks base method.
func (*MockClusterUtils) GetBackplaneClusterFromConfig ¶
func (m *MockClusterUtils) GetBackplaneClusterFromConfig() (utils.BackplaneCluster, error)
GetBackplaneClusterFromConfig mocks base method.
func (*MockClusterUtils) GetClusterIDAndHostFromClusterURL ¶
func (m *MockClusterUtils) GetClusterIDAndHostFromClusterURL(arg0 string) (string, string, error)
GetClusterIDAndHostFromClusterURL mocks base method.
type MockClusterUtilsMockRecorder ¶
type MockClusterUtilsMockRecorder struct {
// contains filtered or unexported fields
}
MockClusterUtilsMockRecorder is the mock recorder for MockClusterUtils.
func (*MockClusterUtilsMockRecorder) GetBackplaneCluster ¶
func (mr *MockClusterUtilsMockRecorder) GetBackplaneCluster(arg0 ...interface{}) *gomock.Call
GetBackplaneCluster indicates an expected call of GetBackplaneCluster.
func (*MockClusterUtilsMockRecorder) GetBackplaneClusterFromClusterKey ¶
func (mr *MockClusterUtilsMockRecorder) GetBackplaneClusterFromClusterKey(arg0 interface{}) *gomock.Call
GetBackplaneClusterFromClusterKey indicates an expected call of GetBackplaneClusterFromClusterKey.
func (*MockClusterUtilsMockRecorder) GetBackplaneClusterFromConfig ¶
func (mr *MockClusterUtilsMockRecorder) GetBackplaneClusterFromConfig() *gomock.Call
GetBackplaneClusterFromConfig indicates an expected call of GetBackplaneClusterFromConfig.
func (*MockClusterUtilsMockRecorder) GetClusterIDAndHostFromClusterURL ¶
func (mr *MockClusterUtilsMockRecorder) GetClusterIDAndHostFromClusterURL(arg0 interface{}) *gomock.Call
GetClusterIDAndHostFromClusterURL indicates an expected call of GetClusterIDAndHostFromClusterURL.
type MockShellCheckerInterface ¶
type MockShellCheckerInterface struct {
// contains filtered or unexported fields
}
MockShellCheckerInterface is a mock of ShellCheckerInterface interface.
func NewMockShellCheckerInterface ¶
func NewMockShellCheckerInterface(ctrl *gomock.Controller) *MockShellCheckerInterface
NewMockShellCheckerInterface creates a new mock instance.
func (*MockShellCheckerInterface) EXPECT ¶
func (m *MockShellCheckerInterface) EXPECT() *MockShellCheckerInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockShellCheckerInterface) IsValidShell ¶
func (m *MockShellCheckerInterface) IsValidShell(arg0 string) bool
IsValidShell mocks base method.
type MockShellCheckerInterfaceMockRecorder ¶
type MockShellCheckerInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockShellCheckerInterfaceMockRecorder is the mock recorder for MockShellCheckerInterface.
func (*MockShellCheckerInterfaceMockRecorder) IsValidShell ¶
func (mr *MockShellCheckerInterfaceMockRecorder) IsValidShell(arg0 interface{}) *gomock.Call
IsValidShell indicates an expected call of IsValidShell.