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.
      • delayRegistrationUntilEvent

        public Optional<String> delayRegistrationUntilEvent
        The optional fully qualified name of a CDI event class that the controller will wait for before registering with the Operator.
    • Constructor Detail

      • BuildTimeControllerConfiguration

        public BuildTimeControllerConfiguration()