Documentation ¶
Overview ¶
Package kt is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CliInterface ¶
type CliInterface interface { Kubernetes() cluster.KubernetesInterface Exec() exec.CliInterface }
CliInterface ...
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) Exec ¶
func (m *MockCliInterface) Exec() exec.CliInterface
Exec mocks base method.
func (*MockCliInterface) Kubernetes ¶
func (m *MockCliInterface) Kubernetes() cluster.KubernetesInterface
Kubernetes mocks base method.
type MockCliInterfaceMockRecorder ¶
type MockCliInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockCliInterfaceMockRecorder is the mock recorder for MockCliInterface.
func (*MockCliInterfaceMockRecorder) Exec ¶
func (mr *MockCliInterfaceMockRecorder) Exec() *gomock.Call
Exec indicates an expected call of Exec.
func (*MockCliInterfaceMockRecorder) Kubernetes ¶
func (mr *MockCliInterfaceMockRecorder) Kubernetes() *gomock.Call
Kubernetes indicates an expected call of Kubernetes.
Directories ¶
Path | Synopsis |
---|---|
Package cluster is a generated GoMock package.
|
Package cluster is a generated GoMock package. |
Package command is a generated GoMock package.
|
Package command is a generated GoMock package. |
Package exec is a generated GoMock package.
|
Package exec is a generated GoMock package. |
kubectl
Package kubectl is a generated GoMock package.
|
Package kubectl is a generated GoMock package. |
ssh
Package ssh is a generated GoMock package.
|
Package ssh is a generated GoMock package. |
sshchannel
Package sshchannel is a generated GoMock package.
|
Package sshchannel is a generated GoMock package. |
sshuttle
Package sshuttle is a generated GoMock package.
|
Package sshuttle is a generated GoMock package. |
tun
Package tunnel is a generated GoMock package.
|
Package tunnel is a generated GoMock package. |
Click to show internal directories.
Click to hide internal directories.