Documentation ¶
Overview ¶
Package mock_client is a generated GoMock package.
Index ¶
- type MockClientInterface
- func (m *MockClientInterface) ApplyAppInformers(args types.AppInformersArgs)
- func (m *MockClientInterface) ApplyHooksInformer(namespaces []string)
- func (m *MockClientInterface) ApplyNamespacesInformer(namespaces, imagePullSecrets []string)
- func (m *MockClientInterface) DeployApp(deployArgs types.DeployAppArgs) (bool, error)
- func (m *MockClientInterface) EXPECT() *MockClientInterfaceMockRecorder
- func (m *MockClientInterface) Init() error
- func (m *MockClientInterface) Shutdown()
- func (m *MockClientInterface) UndeployApp(undeployArgs types.UndeployAppArgs) error
- type MockClientInterfaceMockRecorder
- func (mr *MockClientInterfaceMockRecorder) ApplyAppInformers(args interface{}) *gomock.Call
- func (mr *MockClientInterfaceMockRecorder) ApplyHooksInformer(namespaces interface{}) *gomock.Call
- func (mr *MockClientInterfaceMockRecorder) ApplyNamespacesInformer(namespaces, imagePullSecrets interface{}) *gomock.Call
- func (mr *MockClientInterfaceMockRecorder) DeployApp(deployArgs interface{}) *gomock.Call
- func (mr *MockClientInterfaceMockRecorder) Init() *gomock.Call
- func (mr *MockClientInterfaceMockRecorder) Shutdown() *gomock.Call
- func (mr *MockClientInterfaceMockRecorder) UndeployApp(undeployArgs interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockClientInterface ¶
type MockClientInterface struct {
// contains filtered or unexported fields
}
MockClientInterface is a mock of ClientInterface interface.
func NewMockClientInterface ¶
func NewMockClientInterface(ctrl *gomock.Controller) *MockClientInterface
NewMockClientInterface creates a new mock instance.
func (*MockClientInterface) ApplyAppInformers ¶
func (m *MockClientInterface) ApplyAppInformers(args types.AppInformersArgs)
ApplyAppInformers mocks base method.
func (*MockClientInterface) ApplyHooksInformer ¶ added in v1.103.1
func (m *MockClientInterface) ApplyHooksInformer(namespaces []string)
ApplyHooksInformer mocks base method.
func (*MockClientInterface) ApplyNamespacesInformer ¶ added in v1.103.1
func (m *MockClientInterface) ApplyNamespacesInformer(namespaces, imagePullSecrets []string)
ApplyNamespacesInformer mocks base method.
func (*MockClientInterface) DeployApp ¶
func (m *MockClientInterface) DeployApp(deployArgs types.DeployAppArgs) (bool, error)
DeployApp mocks base method.
func (*MockClientInterface) EXPECT ¶
func (m *MockClientInterface) EXPECT() *MockClientInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockClientInterface) Init ¶
func (m *MockClientInterface) Init() error
Init mocks base method.
func (*MockClientInterface) Shutdown ¶
func (m *MockClientInterface) Shutdown()
Shutdown mocks base method.
func (*MockClientInterface) UndeployApp ¶ added in v1.98.3
func (m *MockClientInterface) UndeployApp(undeployArgs types.UndeployAppArgs) error
UndeployApp mocks base method.
type MockClientInterfaceMockRecorder ¶
type MockClientInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockClientInterfaceMockRecorder is the mock recorder for MockClientInterface.
func (*MockClientInterfaceMockRecorder) ApplyAppInformers ¶
func (mr *MockClientInterfaceMockRecorder) ApplyAppInformers(args interface{}) *gomock.Call
ApplyAppInformers indicates an expected call of ApplyAppInformers.
func (*MockClientInterfaceMockRecorder) ApplyHooksInformer ¶ added in v1.103.1
func (mr *MockClientInterfaceMockRecorder) ApplyHooksInformer(namespaces interface{}) *gomock.Call
ApplyHooksInformer indicates an expected call of ApplyHooksInformer.
func (*MockClientInterfaceMockRecorder) ApplyNamespacesInformer ¶ added in v1.103.1
func (mr *MockClientInterfaceMockRecorder) ApplyNamespacesInformer(namespaces, imagePullSecrets interface{}) *gomock.Call
ApplyNamespacesInformer indicates an expected call of ApplyNamespacesInformer.
func (*MockClientInterfaceMockRecorder) DeployApp ¶
func (mr *MockClientInterfaceMockRecorder) DeployApp(deployArgs interface{}) *gomock.Call
DeployApp indicates an expected call of DeployApp.
func (*MockClientInterfaceMockRecorder) Init ¶
func (mr *MockClientInterfaceMockRecorder) Init() *gomock.Call
Init indicates an expected call of Init.
func (*MockClientInterfaceMockRecorder) Shutdown ¶
func (mr *MockClientInterfaceMockRecorder) Shutdown() *gomock.Call
Shutdown indicates an expected call of Shutdown.
func (*MockClientInterfaceMockRecorder) UndeployApp ¶ added in v1.98.3
func (mr *MockClientInterfaceMockRecorder) UndeployApp(undeployArgs interface{}) *gomock.Call
UndeployApp indicates an expected call of UndeployApp.