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 Cli ¶
type Cli struct {
Options *options.DaemonOptions
}
Cli ...
func (*Cli) Kubernetes ¶
func (c *Cli) Kubernetes() (cluster.KubernetesInterface, error)
Kubernetes ...
type CliInterface ¶
type CliInterface interface { Kubernetes() (cluster.KubernetesInterface, error) Shadow() connect.ShadowInterface 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, error)
Kubernetes mocks base method.
func (*MockCliInterface) Shadow ¶
func (m *MockCliInterface) Shadow() connect.ShadowInterface
Shadow 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.
func (*MockCliInterfaceMockRecorder) Shadow ¶
func (mr *MockCliInterfaceMockRecorder) Shadow() *gomock.Call
Shadow indicates an expected call of Shadow.
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 connect is a generated GoMock package.
|
Package connect 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. |
portforward
Package portforward is a generated GoMock package.
|
Package portforward 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. |
tunnel
Package tunnel is a generated GoMock package.
|
Package tunnel is a generated GoMock package. |
Click to show internal directories.
Click to hide internal directories.