Skip to content

Commit 0f62f92

Browse files
update comment
Signed-off-by: Tamilselvan R <[email protected]>
1 parent 2c0c3cc commit 0f62f92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/ipamclient/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ func (c *Client) GetIPAddresses(ctx context.Context, nodeID string) ([]IPAddress
205205
return nodeIPs.NodeIPAddress.LoadBalancerFragment.IPAddresses, nil
206206
}
207207

208-
// GetIPAddressByNode returns an IP Address from node id
208+
// GetIPAddressByNode returns an IP Address by node id
209209
func (c *Client) GetIPAddressByNode(ctx context.Context, nodeID string) (*GetIPAddressByNode, error) {
210210
_, err := gidx.Parse(nodeID)
211211
if err != nil {

0 commit comments

Comments
 (0)