Documentation ¶
Overview ¶
Package mock is a generated GoMock package.
Index ¶
- type MockInterface
- func (m *MockInterface) Delete(arg0 context.Context, arg1 kubernetes0.Interface, arg2 string) error
- func (m *MockInterface) Deploy(arg0 context.Context, arg1 kubernetes0.Interface, arg2 kubernetes.Interface, ...) (map[string]*v1.Secret, error)
- func (m *MockInterface) EXPECT() *MockInterfaceMockRecorder
- type MockInterfaceMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockInterface ¶
type MockInterface struct {
// contains filtered or unexported fields
}
MockInterface is a mock of Interface interface.
func NewMockInterface ¶
func NewMockInterface(ctrl *gomock.Controller) *MockInterface
NewMockInterface creates a new mock instance.
func (*MockInterface) Delete ¶
func (m *MockInterface) Delete(arg0 context.Context, arg1 kubernetes0.Interface, arg2 string) error
Delete mocks base method.
func (*MockInterface) Deploy ¶
func (m *MockInterface) Deploy(arg0 context.Context, arg1 kubernetes0.Interface, arg2 kubernetes.Interface, arg3 string) (map[string]*v1.Secret, error)
Deploy mocks base method.
func (*MockInterface) EXPECT ¶
func (m *MockInterface) EXPECT() *MockInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockInterfaceMockRecorder ¶
type MockInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockInterfaceMockRecorder is the mock recorder for MockInterface.
func (*MockInterfaceMockRecorder) Delete ¶
func (mr *MockInterfaceMockRecorder) Delete(arg0, arg1, arg2 interface{}) *gomock.Call
Delete indicates an expected call of Delete.
func (*MockInterfaceMockRecorder) Deploy ¶
func (mr *MockInterfaceMockRecorder) Deploy(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
Deploy indicates an expected call of Deploy.
Click to show internal directories.
Click to hide internal directories.