Skip to content

Commit

Permalink
endpoint api changes
Browse files Browse the repository at this point in the history
  • Loading branch information
TrekkieCoder committed Oct 24, 2023
1 parent bf5152f commit 925f8e0
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 925f8e0

Please sign in to comment.