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