diff --git a/pkg/provider/handlers/replicas.go b/pkg/provider/handlers/replicas.go index cfbcd0b..1e17379 100644 --- a/pkg/provider/handlers/replicas.go +++ b/pkg/provider/handlers/replicas.go @@ -31,6 +31,7 @@ func MakeReplicaReaderHandler(client *containerd.Client) func(w http.ResponseWri if f, err := GetFunction(client, functionName, lookupNamespace); err == nil { found := types.FunctionStatus{ Name: functionName, + Image: f.image, AvailableReplicas: uint64(f.replicas), Replicas: uint64(f.replicas), Namespace: f.namespace,