tillrohrmann commented on a change in pull request #10973: [FLINK-15647][k8s]
Support user-specified annotations for JM/TM Pods
URL: https://github.com/apache/flink/pull/10973#discussion_r396335787
##########
File path:
flink-kubernetes/src/main/java/org/apache/flink/kubernetes/kubeclient/parameters/KubernetesParameters.java
##########
@@ -56,6 +56,11 @@
*/
Map<String, String> getEnvironments();
+ /**
+ * A map of user-specified annotations that are set to the JobManager
and TaskManager Pod.
+ */
+ Map<String, String> getAnnotations();
Review comment:
Why not returning an empty map?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services