Aitozi commented on a change in pull request #112:
URL:
https://github.com/apache/flink-kubernetes-operator/pull/112#discussion_r841216499
##########
File path:
flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/validation/FlinkResourceValidator.java
##########
@@ -31,4 +32,13 @@
* @return Optional error string, should be present iff validation
resulted in an error
*/
Optional<String> validate(FlinkDeployment deployment);
+
+ /**
+ * Validate and return optional error.
+ *
+ * @param sessionJob the session job to be validated.
+ * @param session the target session cluster of the session job to be
validated.
+ * @return Optional error string, should be present iff validation
resulted in an error
+ */
+ Optional<String> validate(FlinkSessionJob sessionJob,
Optional<FlinkDeployment> session);
Review comment:
fixed
--
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]