morhidi commented on code in PR #978:
URL: 
https://github.com/apache/flink-kubernetes-operator/pull/978#discussion_r2077500754


##########
flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/utils/EventRecorder.java:
##########
@@ -280,7 +280,8 @@ public KubernetesClient getKubernetesClient() {
     /** The type of the events. */
     public enum Type {
         Normal,
-        Warning
+        Warning,
+        Error

Review Comment:
   AFAIK there's only Normal and Warning event types:
   
https://kubernetes.io/docs/reference/kubectl/generated/kubectl_events/#synopsis



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to