You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.