Update to newer faas-provider

Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
This commit is contained in:
Alex Ellis (OpenFaaS Ltd)
2021-03-11 21:04:00 +00:00
committed by Alex Ellis
parent 583f5ad1b0
commit dca036ee51
4 changed files with 5 additions and 3 deletions

View File

@ -118,5 +118,5 @@ type FunctionStatus struct {
// CreatedAt is the time read back from the faas backend's
// data store for when the function or its container was created.
CreatedAt time.Time `json:"created_at,omitempty"`
CreatedAt time.Time `json:"createdAt,omitempty"`
}