dongjoon-hyun commented on code in PR #439:
URL:
https://github.com/apache/spark-kubernetes-operator/pull/439#discussion_r2644278336
##########
spark-operator/src/main/java/org/apache/spark/k8s/operator/config/SparkOperatorConf.java:
##########
@@ -75,6 +75,22 @@ public final class SparkOperatorConf {
.defaultValue("default")
.build();
+ /**
+ * Comma-separated label selector(s) that the operator would be reconciling
for Spark resources.
+ * If not set or set to empty string, operator would reconcile all Spark
Apps and Clusters.
+ */
+ public static final ConfigOption<String> OPERATOR_RECONCILER_LABEL_SELECTOR =
+ ConfigOption.<String>builder()
+ .key("spark.kubernetes.operator.reconciler.labelSelector")
+ .enableDynamicOverride(false)
+ .description(
+ "Comma-separated label selector(s) that the operator would be
reconciling for " +
Review Comment:
ditto. We need to revise the phrase, `Comma-separated label selector(s)`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]