Add EnvProcess and logo to UI

Signed-off-by: Alex Ellis <alexellis2@gmail.com>
This commit is contained in:
Alex Ellis
2017-08-22 17:29:31 +01:00
parent 272bfe0563
commit b6002e1c85
5 changed files with 77 additions and 44 deletions

View File

@ -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"`
}