Skip to content

Commit ddff50e

Browse files
committed
fix: rename stats to statistics in IngressInfo
1 parent e784528 commit ddff50e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ingresses/ingress.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ type IngressInfo struct {
7979
Type string `json:"type"`
8080
Status Status `json:"status"`
8181
Config json.RawMessage `json:"config"`
82-
Statistics Statistics `json:"stats"`
82+
Statistics Statistics `json:"statistics"`
8383
}
8484

8585
// ToInfo converts an Ingress to IngressInfo for API responses

0 commit comments

Comments
 (0)