| Core is behaving as designed. There is no RetentionStrategyDescriptor.isApplicable(Node/Computer) API, so until there is, plugins may not register strategies unless they are safe to use on any node. Most cloud implementations can hardcode a single retention strategy, or offer a custom UI control which would select a strategy behind the scenes. If the Docker cloud implementation wishes to offer any strategy registered as an extension using a hetero list/radio control, and to insert additional options defined in this plugin, it can easily do so using a control-specific technique (typically setting an explicit descriptors parameter). |