Skip to content

Commit

Permalink
fix(CLOUDDEV-466): delete SOURCE_IP_PORT in loadbalancers.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Davydov committed Apr 1, 2024
1 parent 0637714 commit 42347e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion loadbalancers.go
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@ const (
LoadbalancerAlgorithmRoundRobin LoadbalancerAlgorithm = "ROUND_ROBIN"
LoadbalancerAlgorithmLeastConnections LoadbalancerAlgorithm = "LEAST_CONNECTIONS"
LoadbalancerAlgorithmSourceIP LoadbalancerAlgorithm = "SOURCE_IP"
LoadbalancerAlgorithmSourceIPPort LoadbalancerAlgorithm = "SOURCE_IP_PORT"
)

type LoadbalancerPoolProtocol string
Expand Down

0 comments on commit 42347e2

Please sign in to comment.