openshift-online / maestro

Maestro Service Repo
Apache License 2.0
11 stars 20 forks source link

handle creationTimestamp and deletionTimestamp in work metadata. #160

Closed morvencao closed 4 months ago

morvencao commented 4 months ago

This PR reverts some changes from https://github.com/openshift-online/maestro/pull/159. It addresses issues with creationTimestamp and deletionTimestamp in work metadata by populating them from resource createdAt and deletedAt when retrieving the resource.

clyang82 commented 4 months ago

/ok-to-test

clyang82 commented 4 months ago

the integration-tests will be addressed in a separated PR.