mirror of
https://github.com/openfaas/faas.git
synced 2025-06-22 06:43:23 +00:00
External replica proxy
This commit is contained in:
@ -73,6 +73,6 @@ type PrometheusAlert struct {
|
||||
type Function struct {
|
||||
Name string `json:"name"`
|
||||
Image string `json:"image"`
|
||||
InvocationCount float64 `json:"invocationCount"`
|
||||
InvocationCount float64 `json:"invocationCount"` // TODO: shouldn't this be int64?
|
||||
Replicas uint64 `json:"replicas"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user