-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] graph-builder: add dynamic plugins configuration #74
Conversation
This updates the logic for reading credentials, getting rid of Option handling and using generic path references instead.
This adds support to instanciate plugins with custom configuration. In particular, it adds methods to validate and fill-in user configuration, and to build plugin instances from valid settings. It also add a static registry to look them up by name.
This add aliases for CLI options currently used in deployments, to make migrations easier. It can be dropped/reverted at a later point.
This adds some temporary hardcoded configuration for plugins, for compatibility purposes and to ease migration of existing deployment. It can be dropped at a later point.
This updates cincinnati pod definition with newer CLI options names.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: lucab The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@@ -4,7 +4,9 @@ | |||
pub mod external; | |||
pub mod interface; | |||
pub mod internal; | |||
mod registry; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we lost a note on the way discussing this name. I suggest one of:
- catalog
- index
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm +1 on catalog, will rename on next rebase.
@lucab: PR needs rebase. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
@lucab: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't manage to rebase this one properly, so I went ahead and re-created the changes and finally made the switch to toml config in #243, which has landed by now.
Thanks a lot for the effort!
/close
@steveej: Closed this PR. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
No description provided.