Class BuildTimeControllerConfiguration


  • public class BuildTimeControllerConfiguration
    extends Object
    • Field Detail

      • generationAware

        @ConfigItem(defaultValue="true")
        public Optional<Boolean> generationAware
        Whether the controller should only process events if the associated resource generation has increased since last reconciliation, otherwise will process all events.
      • namespaces

        @ConfigItem
        public Optional<List<String>> namespaces
        An optional list of comma-separated namespace names the controller should watch. If this property is left empty then the controller will watch all namespaces.
    • Constructor Detail

      • BuildTimeControllerConfiguration

        public BuildTimeControllerConfiguration()