Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Commit

Permalink
Merge pull request #62 from adleong/alex/export-backend
Browse files Browse the repository at this point in the history
metrics: Backend API fields should be exported
  • Loading branch information
stefanprodan authored Mar 20, 2020
2 parents 4d6628d + fb3ad8e commit e96305b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/apis/metrics/v1alpha2/backend.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package v1alpha2
// Backend describes which branch of a traffic split these metrics
// represent.
type Backend struct {
apex string `json:"apex"`
name string `json:"name"`
weight int `json:"weight"`
Apex string `json:"apex"`
Name string `json:"name"`
Weight int `json:"weight"`
}

0 comments on commit e96305b

Please sign in to comment.