Skip to content

Commit 7414fc4

Browse files
committed
Changes jobManagerDeployment to job
1 parent 1b5e654 commit 7414fc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/observer/JobStatusObserver.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ private void emitJobManagerExceptionEvent(
251251
EventRecorder.Type.Warning,
252252
EventRecorder.Reason.JobException,
253253
eventMessage.toString().trim(),
254-
EventRecorder.Component.JobManagerDeployment,
254+
EventRecorder.Component.Job,
255255
identityKey,
256256
ctx.getKubernetesClient(),
257257
K8sAnnotationsSanitizer.sanitizeAnnotations(annotations));

0 commit comments

Comments
 (0)