Open
Description
Schema change
Add created / updated into API for sorting / auditing
I had a use-case where I wanted to sort the functions by time created, and I couldn't find a way to do that with the function spec. This could also be useful for auditing purposes.
faas-netes
This is available in the Deployment spec already
faasd
The container creation date is probably available, but there isn't a way to update a container without re-creating it, so the created and modified dates would be the same.
Metadata
Assignees
Labels
No labels