Annotation Type KubernetesReconciler
Deprecated.
The declaring class is a kubernetes reconciler which implements
Reconciler
.
Indicates that we're creating a Controller into the spring context with the name as the value()
specifies.
Note that the automatically created controller is not started by default.
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionDeprecated.Watches kubernetes resources. -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionDeprecated.int
Deprecated.The number of workers.
-
Element Details
-
watches
KubernetesReconcilerWatches watchesDeprecated.Watches kubernetes resources.- Returns:
- the kubernetes reconciler watches
-
-
-
value
Deprecated.The name of the Kubernetes Reconciler.NOTE: No longer in use for version >= 11.0.0
- Returns:
- the string
- Default:
- ""
-
workerCount
int workerCountDeprecated.The number of workers.- Returns:
- the int
- Default:
- 16
-
ControllerBuilder