Skip to content

🎨 Refactor executePlugins function to operate on a slice of PluginSpecs #211

@ahmad-ibra

Description

@ahmad-ibra

Summary

Currently the direct execution function, executePlugins operates only on ValidatorConfig. This function will need to be refactored to instead operate on a slice of PluginSpec's if we want to add support for the --crd flag. This is because when passing in a plugins CRD, we will only have access to the PluginSpec and not to the entire validatorConfig (which frankly shouldn't be relevant for direct invocation)

Metadata

Metadata

Assignees

Labels

enhancementEnhancement to an existing featurerefactoringRefactoring / tech debt

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions