TisonKun commented on a change in pull request #11415: [FLINK-15667][k8s] Support to mount custom Hadoop configurations URL: https://github.com/apache/flink/pull/11415#discussion_r396239782
########## File path: flink-kubernetes/src/main/java/org/apache/flink/kubernetes/kubeclient/decorators/FlinkConfMountDecorator.java ########## @@ -182,8 +182,7 @@ String getFlinkConfData(Map<String, String> propertiesMap) throws IOException { return localLogConfFiles; } - @VisibleForTesting - String getFlinkConfConfigMapName(String clusterId) { + public static String getFlinkConfConfigMapName(String clusterId) { Review comment: ```suggestion @VisibleForTesting public static String getFlinkConfConfigMapName(String clusterId) { ``` Still it is a private method while we expose it for testing. ---------------------------------------------------------------- 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: us...@infra.apache.org With regards, Apache Git Services