Documentation ¶
Overview ¶
Package mocks generated by mockery v1.0.0
Package mocks generated by mockery v1.0.0
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientTransport ¶
ClientTransport is an autogenerated mock type for the ClientTransport type
func (*ClientTransport) Submit ¶
func (_m *ClientTransport) Submit(_a0 *runtime.ClientOperation) (interface{}, error)
Submit provides a mock function with given fields: _a0
type FaaSDriver ¶
FaaSDriver is an autogenerated mock type for the FaaSDriver type
func (*FaaSDriver) Delete ¶
func (_m *FaaSDriver) Delete(f *functions.Function) error
Delete provides a mock function with given fields: f
func (*FaaSDriver) GetRunnable ¶
func (_m *FaaSDriver) GetRunnable(e *functions.FunctionExecution) functions.Runnable
GetRunnable provides a mock function with given fields: e
type ImageBuilder ¶ added in v0.1.13
ImageBuilder is an autogenerated mock type for the ImageBuilder type
func (*ImageBuilder) BuildImage ¶ added in v0.1.13
BuildImage provides a mock function with given fields: faas, fnID, e
type SecretInjector ¶
SecretInjector is an autogenerated mock type for the SecretInjector type
func (*SecretInjector) GetMiddleware ¶
func (_m *SecretInjector) GetMiddleware(secrets []string, cookie string) functions.Middleware
GetMiddleware provides a mock function with given fields: secrets, cookie
type ServiceInjector ¶ added in v0.1.13
ServiceInjector is an autogenerated mock type for the ServiceInjector type
func (*ServiceInjector) GetMiddleware ¶ added in v0.1.13
func (_m *ServiceInjector) GetMiddleware(services []string, cookie string) functions.Middleware
GetMiddleware provides a mock function with given fields: services, cookie