mirror of
https://github.com/openfaas/faas.git
synced 2025-06-18 03:56:37 +00:00
Add EnvProcess and logo to UI
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
This commit is contained in:
@ -75,4 +75,5 @@ type Function struct {
|
||||
Image string `json:"image"`
|
||||
InvocationCount float64 `json:"invocationCount"` // TODO: shouldn't this be int64?
|
||||
Replicas uint64 `json:"replicas"`
|
||||
EnvProcess string `json:"envProcess"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user