healchow commented on code in PR #5261:
URL: https://github.com/apache/inlong/pull/5261#discussion_r935100658
##########
inlong-agent/agent-common/src/main/java/org/apache/inlong/agent/constant/CommonConstants.java:
##########
@@ -160,4 +160,19 @@ public class CommonConstants {
public static final String KEY_METRICS_INDEX = "metricsIndex";
+ public static final String HTTPS = "https://";
+ public static final String KUBERNETES_SERVICE_HOST =
"KUBERNETES_SERVICE_HOST";
+ public static final String KUBERNETES_SERVICE_PORT =
"KUBERNETES_SERVICE_PORT";
+
+ //k8s information
Review Comment:
Add one blank after `//`, thanks.
--
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]