Skip to content

Commit 515763d

Browse files
committed
Allow lastFailingTime and lastCheckpointTime to be null.
1 parent 9805e2b commit 515763d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

deploy/crd.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,10 +98,12 @@ spec:
9898
type: string
9999
lastFailingTime:
100100
type: string
101+
nullable: true
101102
lastCheckpoint:
102103
type: string
103104
lastCheckpointTime:
104105
type: string
106+
nullable: true
105107
runningTasks:
106108
type: integer
107109
totalTasks:

0 commit comments

Comments
 (0)