gyfora commented on code in PR #550:
URL:
https://github.com/apache/flink-kubernetes-operator/pull/550#discussion_r1146505879
##########
flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/config/KubernetesOperatorConfigOptions.java:
##########
@@ -458,4 +458,12 @@ public static String operatorConfigKey(String key) {
.defaultValue(Duration.ofDays(1))
.withDescription(
"Time after which jobmanager pods of terminal
application deployments are shut down.");
+
+ @Documentation.Section(SECTION_ADVANCED)
+ public static final ConfigOption<Duration> CANARY_RESOURCE_TIMEOUT =
+ operatorConfig("health.canary.resource.timeout")
Review Comment:
thanks, I need to regenerate the docs :)
--
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]