@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 |
---|---|
String |
value
The name of the Kubernetes Reconciler.
|
KubernetesReconcilerWatches |
watches
Watches kubernetes resources.
|
Modifier and Type | Optional Element and Description |
---|---|
int |
workerCount
The number of workers.
|
public abstract String value
public abstract KubernetesReconcilerWatches watches
Copyright © 2020. All rights reserved.