Skip to content

Commit 8049660

Browse files
author
Martin Linkhorst
committed
add latest CRD spec for resource cleanup tasks
1 parent f95574c commit 8049660

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

cluster/manifests/deployment-service/00-crd-cleanup-task.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,12 @@ spec:
9797
status:
9898
description: CDPResourceCleanupTaskStatus is the status part of the CDPResourceCleanupTask.
9999
properties:
100+
finishedAt:
101+
description: |-
102+
The timestamp when this resource cleanup task has finished.
103+
The main purpose is to be able to determine age of finished tasks and clean them up.
104+
format: date-time
105+
type: string
100106
phase:
101107
default: Created
102108
description: |-

0 commit comments

Comments
 (0)