Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FilesValidator ¶
FilesValidator is an autogenerated mock type for the FilesValidator type
func NewFilesValidator ¶
func NewFilesValidator(t mockConstructorTestingTNewFilesValidator) *FilesValidator
NewFilesValidator creates a new instance of FilesValidator. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*FilesValidator) Validate ¶
func (_m *FilesValidator) Validate(logPipeline *v1alpha1.LogPipeline, logPipelines *v1alpha1.LogPipelineList) error
Validate provides a mock function with given fields: logPipeline, logPipelines
type InputValidator ¶
InputValidator is an autogenerated mock type for the InputValidator type
func NewInputValidator ¶
func NewInputValidator(t mockConstructorTestingTNewInputValidator) *InputValidator
NewInputValidator creates a new instance of InputValidator. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
type MaxPipelinesValidator ¶
MaxPipelinesValidator is an autogenerated mock type for the MaxPipelinesValidator type
func NewMaxPipelinesValidator ¶
func NewMaxPipelinesValidator(t mockConstructorTestingTNewMaxPipelinesValidator) *MaxPipelinesValidator
NewMaxPipelinesValidator creates a new instance of MaxPipelinesValidator. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*MaxPipelinesValidator) Validate ¶
func (_m *MaxPipelinesValidator) Validate(logPipeline *v1alpha1.LogPipeline, logPipelines *v1alpha1.LogPipelineList) error
Validate provides a mock function with given fields: logPipeline, logPipelines
type OutputValidator ¶
OutputValidator is an autogenerated mock type for the OutputValidator type
func NewOutputValidator ¶
func NewOutputValidator(t mockConstructorTestingTNewOutputValidator) *OutputValidator
NewOutputValidator creates a new instance of OutputValidator. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*OutputValidator) Validate ¶
func (_m *OutputValidator) Validate(logPipeline *v1alpha1.LogPipeline) error
Validate provides a mock function with given fields: logPipeline
type PluginValidator ¶
PluginValidator is an autogenerated mock type for the PluginValidator type
func NewPluginValidator ¶
func NewPluginValidator(t mockConstructorTestingTNewPluginValidator) *PluginValidator
NewPluginValidator creates a new instance of PluginValidator. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*PluginValidator) ContainsCustomPlugin ¶
func (_m *PluginValidator) ContainsCustomPlugin(logPipeline *v1alpha1.LogPipeline) bool
ContainsCustomPlugin provides a mock function with given fields: logPipeline
func (*PluginValidator) Validate ¶
func (_m *PluginValidator) Validate(logPipeline *v1alpha1.LogPipeline) error
Validate provides a mock function with given fields: logPipeline
type VariablesValidator ¶
VariablesValidator is an autogenerated mock type for the VariablesValidator type
func NewVariablesValidator ¶
func NewVariablesValidator(t mockConstructorTestingTNewVariablesValidator) *VariablesValidator
NewVariablesValidator creates a new instance of VariablesValidator. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
func (*VariablesValidator) Validate ¶
func (_m *VariablesValidator) Validate(_a0 context.Context, logPipeline *v1alpha1.LogPipeline, logPipelines *v1alpha1.LogPipelineList) error
Validate provides a mock function with given fields: _a0, logPipeline, logPipelines