Pod names that must be present in the context.
@ConditionalOnPod(names: ['myCustomService']) class FallbackServiceConfig {}
final List<String> names;