@Target(value=TYPE) @Retention(value=RUNTIME) public @interface KubernetesReconciler
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.
| Modifier and Type | Required Element and Description |
|---|---|
KubernetesReconcilerWatches |
watches
Watches kubernetes resources.
|
| Modifier and Type | Optional Element and Description |
|---|---|
String |
value
Deprecated.
|
int |
workerCount
The number of workers.
|
public abstract KubernetesReconcilerWatches watches
@Deprecated public abstract String value
NOTE: No longer in use for version >= 11.0.0
Copyright © 2021. All rights reserved.