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

        @ConfigItem
        public Optional<String> selector
        An optional list of comma-separated label selectors that Custom Resources must match to trigger the controller. See https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/ for more details on selectors.
    • Constructor Detail

      • RunTimeControllerConfiguration

        public RunTimeControllerConfiguration()