Skip to content

Commit

Permalink
fix: case in json tag
Browse files Browse the repository at this point in the history
Signed-off-by: Sandor Szücs <sandor.szuecs@zalando.de>
  • Loading branch information
szuecs authored and AlexanderYastrebov committed Sep 13, 2023
1 parent 591d978 commit 35e9ac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataclients/kubernetes/endpoints.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ type endpointID struct {
}

type endpoint struct {
Meta *definitions.Metadata `json:"Metadata"`
Meta *definitions.Metadata `json:"metadata"`
Subsets []*subset `json:"subsets"`
}

Expand Down

0 comments on commit 35e9ac6

Please sign in to comment.