dongjoon-hyun commented on code in PR #17:
URL: 
https://github.com/apache/spark-kubernetes-operator/pull/17#discussion_r1670905884


##########
spark-operator-api/src/main/java/org/apache/spark/k8s/operator/Constants.java:
##########
@@ -26,6 +26,7 @@ public class Constants {
   public static final String LABEL_SPARK_OPERATOR_NAME = "spark.operator/name";
   public static final String LABEL_SENTINEL_RESOURCE = 
"spark.operator/sentinel";
   public static final String LABEL_RESOURCE_NAME = "app.kubernetes.io/name";
+  public static final String LABEL_COMPONENT_NAME = 
"app.kubernetes.io/component";

Review Comment:
   ~Reordering this?~ Never mind. I found that the ordering is not consistent 
already.



-- 
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]

Reply via email to