Documentation
¶
Overview ¶
Package exec is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockCliInterface ¶
type MockCliInterface struct {
// contains filtered or unexported fields
}
MockCliInterface is a mock of CliInterface interface
func NewMockCliInterface ¶
func NewMockCliInterface(ctrl *gomock.Controller) *MockCliInterface
NewMockCliInterface creates a new mock instance
func (*MockCliInterface) EXPECT ¶
func (m *MockCliInterface) EXPECT() *MockCliInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockCliInterface) Kubectl ¶
func (m *MockCliInterface) Kubectl() kubectl.CliInterface
Kubectl mocks base method
func (*MockCliInterface) SSH ¶
func (m *MockCliInterface) SSH() ssh.CliInterface
SSH mocks base method
func (*MockCliInterface) SSHUttle ¶
func (m *MockCliInterface) SSHUttle() sshuttle.CliInterface
SSHUttle mocks base method
type MockCliInterfaceMockRecorder ¶
type MockCliInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockCliInterfaceMockRecorder is the mock recorder for MockCliInterface
func (*MockCliInterfaceMockRecorder) Kubectl ¶
func (mr *MockCliInterfaceMockRecorder) Kubectl() *gomock.Call
Kubectl indicates an expected call of Kubectl
func (*MockCliInterfaceMockRecorder) SSH ¶
func (mr *MockCliInterfaceMockRecorder) SSH() *gomock.Call
SSH indicates an expected call of SSH
func (*MockCliInterfaceMockRecorder) SSHUttle ¶
func (mr *MockCliInterfaceMockRecorder) SSHUttle() *gomock.Call
SSHUttle indicates an expected call of SSHUttle
Directories
¶
Path | Synopsis |
---|---|
Package kubectl is a generated GoMock package.
|
Package kubectl is a generated GoMock package. |
Package ssh is a generated GoMock package.
|
Package ssh is a generated GoMock package. |
Package sshuttle is a generated GoMock package.
|
Package sshuttle is a generated GoMock package. |
Click to show internal directories.
Click to hide internal directories.