dongjoon-hyun commented on code in PR #794:
URL:
https://github.com/apache/spark-kubernetes-operator/pull/794#discussion_r4055288831
##########
spark-operator-api/src/main/java/org/apache/spark/k8s/operator/spec/WorkerSpec.java:
##########
@@ -45,4 +45,10 @@ public class WorkerSpec {
protected ServiceSpec serviceSpec;
protected ObjectMeta serviceMetadata;
protected HorizontalPodAutoscalerSpec horizontalPodAutoscalerSpec;
+
+ /**
+ * Network policy controlling ingress to the worker pods. When null, the
generated worker
+ * NetworkPolicy stays as restrictive as it is without these fields.
+ */
Review Comment:
```suggestion
```
--
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]