We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f95574c commit 8049660Copy full SHA for 8049660
cluster/manifests/deployment-service/00-crd-cleanup-task.yaml
@@ -97,6 +97,12 @@ spec:
97
status:
98
description: CDPResourceCleanupTaskStatus is the status part of the CDPResourceCleanupTask.
99
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
106
phase:
107
default: Created
108
description: |-
0 commit comments