Skip to content
This repository was archived by the owner on Aug 1, 2023. It is now read-only.

Commit e93b53f

Browse files
committed
FindNodeByIPPort -> GetByIPPort
1 parent b90cef5 commit e93b53f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rackspace/lb/v1/nodes/requests.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,8 @@ func ListEvents(client *gophercloud.ServiceClient, loadBalancerID int, opts List
250250
})
251251
}
252252

253-
// FindNodeByIPPort locates a load balancer node by IP and port.
254-
func FindNodeByIPPort(
253+
// GetByIPPort locates a load balancer node by IP and port.
254+
func GetByIPPort(
255255
client *gophercloud.ServiceClient,
256256
loadBalancerID int,
257257
address string,

0 commit comments

Comments
 (0)