Skip to content

Commit

Permalink
Fix #245 missing image value
Browse files Browse the repository at this point in the history
Signed-off-by: Han Verstraete <[email protected]>
  • Loading branch information
welteki authored and alexellis committed Feb 24, 2022
1 parent ab47082 commit 4b13231
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/provider/handlers/replicas.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4b13231

Please sign in to comment.