generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 258
Open
Labels
triage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.
Description
today bbr imports epp in some of the files.
inspired by the verify-framework-imports, we should create a small program that can run to verify bbr doesn't import epp (and epp doesn't import bbr).
we should allow being strict (fail the script) or just output the violations.
we should then use the output of this script to fix imports and make sure bbr/epp are completely separate.
common code might be extracted to a common package that the two components use.
after it works we can also integrate it in the CI pipeline to make sure incoming PRs don't break this.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
triage/acceptedIndicates an issue or PR is ready to be actively worked on.Indicates an issue or PR is ready to be actively worked on.