Documentation ¶
Overview ¶
Package mock_k8s is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockSyncExecutorInterface ¶
type MockSyncExecutorInterface struct {
// contains filtered or unexported fields
}
MockSyncExecutorInterface is a mock of SyncExecutorInterface interface.
func NewMockSyncExecutorInterface ¶
func NewMockSyncExecutorInterface(ctrl *gomock.Controller) *MockSyncExecutorInterface
NewMockSyncExecutorInterface creates a new mock instance.
func (*MockSyncExecutorInterface) EXPECT ¶
func (m *MockSyncExecutorInterface) EXPECT() *MockSyncExecutorInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockSyncExecutorInterfaceMockRecorder ¶
type MockSyncExecutorInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockSyncExecutorInterfaceMockRecorder is the mock recorder for MockSyncExecutorInterface.
func (*MockSyncExecutorInterfaceMockRecorder) ExecContainer ¶
func (mr *MockSyncExecutorInterfaceMockRecorder) ExecContainer(ctx, namespace, pod, container interface{}, command ...interface{}) *gomock.Call
ExecContainer indicates an expected call of ExecContainer.
Click to show internal directories.
Click to hide internal directories.