Class RunTimeControllerConfiguration
java.lang.Object
io.quarkiverse.operatorsdk.runtime.RunTimeControllerConfiguration
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe optional name of the finalizer for the controller.An optional list of comma-separated namespace names the controller should watch.The optional controller retry configurationAn optional list of comma-separated label selectors that Custom Resources must match to trigger the controller. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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. The value can be set to "JOSDK_WATCH_CURRENT" to watch the current (default) namespace from kube config. Constant(s) can be found in atConstants". -
finalizer
The optional name of the finalizer for the controller. If none is provided, one will be automatically generated. -
retry
The optional controller retry configuration -
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 Details
-
RunTimeControllerConfiguration
public RunTimeControllerConfiguration()
-