Class RunTimeControllerConfiguration


  • public class RunTimeControllerConfiguration
    extends Object
    • Field Detail

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

        @ConfigItem
        public Optional<String> finalizer
        The optional name of the finalizer for the controller. If none is provided, one will be automatically generated.
    • Constructor Detail

      • RunTimeControllerConfiguration

        public RunTimeControllerConfiguration()