Skip to content

Commit

Permalink
Merge pull request #68 from loxilb-io/Trekkie-endpoint-patch1
Browse files Browse the repository at this point in the history
PR - endpoint api changes
  • Loading branch information
TrekkieCoder authored Oct 24, 2023
2 parents e036247 + 8e4ac75 commit 0b9b35d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/api/lb.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ type LoadBalancerEndpoint struct {
TargetPort uint16 `json:"targetPort"`
Weight uint8 `json:"weight"`
State string `json:"state"`
Counter string `json:"counter"`
}

type LoadBalancerSecIp struct {
Expand Down

0 comments on commit 0b9b35d

Please sign in to comment.