Summary
The current proposed naming convention is:
rollouts-my_cool_plugin-<type>-plugin
This requires using the _ - motivated by the need to parse out the plugin name from between the 2 dashes.
Jesse suggested (AR Community meeting: https://youtu.be/wjbGqrVuuDc?t=1299) to use the prefix rollouts-plugin-<type> which will then allow any string to come after and simplify any parsing and discoverability.
eg:
rollouts-plugin-trafficrouter-foo
rollouts-plugin-metric-bar
Proposal: Update docs and the few plugins already created to use this new naming scheme.
todo:
reach out to current plugin repos to let them know
Message from the maintainers:
Impacted by this bug? Give it a 👍. We prioritize the issues with the most 👍.
Summary
The current proposed naming convention is:
rollouts-my_cool_plugin-<type>-pluginThis requires using the
_- motivated by the need to parse out the plugin name from between the 2 dashes.Jesse suggested (AR Community meeting: https://youtu.be/wjbGqrVuuDc?t=1299) to use the prefix
rollouts-plugin-<type>which will then allow any string to come after and simplify any parsing and discoverability.eg:
rollouts-plugin-trafficrouter-foorollouts-plugin-metric-barProposal: Update docs and the few plugins already created to use this new naming scheme.
todo:
reach out to current plugin repos to let them know
Message from the maintainers:
Impacted by this bug? Give it a 👍. We prioritize the issues with the most 👍.