wangyang0918 commented on a change in pull request #67:
URL: 
https://github.com/apache/flink-kubernetes-operator/pull/67#discussion_r829014340



##########
File path: 
flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/utils/IngressUtils.java
##########
@@ -29,7 +33,8 @@
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
-import java.util.Optional;
+import java.util.Collections;
+import java.util.List;
 
 /** Ingress utilities. */
 public class IngressUtils {

Review comment:
       The variable `INGRESS_NAME` is useless now.




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


Reply via email to