types.go: fix typo in godoc
in an backend -> in a backend
This commit is contained in:
parent
501c8ffcb4
commit
a9bb80d91e
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ type Backend struct {
|
|||
Endpoints []Endpoint `json:"endpoints"`
|
||||
}
|
||||
|
||||
// Endpoint describes a kubernetes endpoint in an backend
|
||||
// Endpoint describes a kubernetes endpoint in a backend
|
||||
type Endpoint struct {
|
||||
// Address IP address of the endpoint
|
||||
Address string `json:"address"`
|
||||
|
|
Loading…
Reference in a new issue