File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
spark-operator/src/main/java/org/apache/spark/k8s/operator/config Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 2323import java .util .function .Function ;
2424
2525import io .fabric8 .kubernetes .api .model .ConfigMap ;
26- import io .javaoperatorsdk .operator .api .config .informer .Informer ;
27- import io .javaoperatorsdk .operator .api .reconciler .Constants ;
2826import io .javaoperatorsdk .operator .api .reconciler .Context ;
2927import io .javaoperatorsdk .operator .api .reconciler .ControllerConfiguration ;
3028import io .javaoperatorsdk .operator .api .reconciler .ErrorStatusUpdateControl ;
3836 * is located in given config map. It would keep watch the config map and apply changes when update
3937 * is detected.
4038 */
41- @ ControllerConfiguration ( informer = @ Informer ( name = Constants . WATCH_CURRENT_NAMESPACE ))
39+ @ ControllerConfiguration
4240@ RequiredArgsConstructor
4341@ Slf4j
4442public class SparkOperatorConfigMapReconciler implements Reconciler <ConfigMap > {
You can’t perform that action at this time.
0 commit comments