Documentation ¶
Index ¶
- type Logger
- func (_m *Logger) ApplicationLogs(ctx context.Context, application *v1alpha1.Application, since time.Duration, ...) error
- func (_m *Logger) CoreDeployerLogs(ctx context.Context, deployer *corev1alpha1.Deployer, since time.Duration, ...) error
- func (_m *Logger) FunctionLogs(ctx context.Context, function *v1alpha1.Function, since time.Duration, ...) error
- func (_m *Logger) InMemoryGatewayLogs(ctx context.Context, gateway *streamingv1alpha1.InMemoryGateway, ...) error
- func (_m *Logger) KafkaGatewayLogs(ctx context.Context, gateway *streamingv1alpha1.KafkaGateway, ...) error
- func (_m *Logger) KnativeDeployerLogs(ctx context.Context, deployer *knativev1alpha1.Deployer, since time.Duration, ...) error
- func (_m *Logger) PulsarGatewayLogs(ctx context.Context, gateway *streamingv1alpha1.PulsarGateway, ...) error
- func (_m *Logger) StreamingProcessorLogs(ctx context.Context, processor *streamingv1alpha1.Processor, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
Logger is an autogenerated mock type for the Logger type
func (*Logger) ApplicationLogs ¶
func (_m *Logger) ApplicationLogs(ctx context.Context, application *v1alpha1.Application, since time.Duration, out io.Writer) error
ApplicationLogs provides a mock function with given fields: ctx, application, since, out
func (*Logger) CoreDeployerLogs ¶
func (_m *Logger) CoreDeployerLogs(ctx context.Context, deployer *corev1alpha1.Deployer, since time.Duration, out io.Writer) error
CoreDeployerLogs provides a mock function with given fields: ctx, deployer, since, out
func (*Logger) FunctionLogs ¶
func (_m *Logger) FunctionLogs(ctx context.Context, function *v1alpha1.Function, since time.Duration, out io.Writer) error
FunctionLogs provides a mock function with given fields: ctx, function, since, out
func (*Logger) InMemoryGatewayLogs ¶ added in v0.5.0
func (_m *Logger) InMemoryGatewayLogs(ctx context.Context, gateway *streamingv1alpha1.InMemoryGateway, since time.Duration, out io.Writer) error
InMemoryGatewayLogs provides a mock function with given fields: ctx, gateway, since, out
func (*Logger) KafkaGatewayLogs ¶ added in v0.5.0
func (_m *Logger) KafkaGatewayLogs(ctx context.Context, gateway *streamingv1alpha1.KafkaGateway, since time.Duration, out io.Writer) error
KafkaGatewayLogs provides a mock function with given fields: ctx, gateway, since, out
func (*Logger) KnativeDeployerLogs ¶
func (_m *Logger) KnativeDeployerLogs(ctx context.Context, deployer *knativev1alpha1.Deployer, since time.Duration, out io.Writer) error
KnativeDeployerLogs provides a mock function with given fields: ctx, deployer, since, out
func (*Logger) PulsarGatewayLogs ¶ added in v0.5.0
func (_m *Logger) PulsarGatewayLogs(ctx context.Context, gateway *streamingv1alpha1.PulsarGateway, since time.Duration, out io.Writer) error
PulsarGatewayLogs provides a mock function with given fields: ctx, gateway, since, out