reswqa commented on code in PR #19560:
URL: https://github.com/apache/flink/pull/19560#discussion_r858235227
##########
flink-kubernetes/src/test/java/org/apache/flink/kubernetes/KubernetesTestBase.java:
##########
@@ -138,7 +139,8 @@ protected void generateKerberosFileItems() throws
IOException {
KubernetesTestUtils.createTemporyFile("some conf", kerberosDir,
KRB5_CONF_FILE);
}
- protected String writeKubeConfigForMockKubernetesServer() throws Exception
{
+ protected String writeKubeConfigForMockKubernetesServer(@TempDir Path
kubeConfPath)
Review Comment:
Actually, the method is not use in any place, I wonder if I can delete this
method?
--
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]