Versions in this module Expand all Collapse all v0 v0.0.1 Jan 19, 2019 Changes in this version + func CascadeDeleteLoadBalancer(t *testing.T, client *gophercloud.ServiceClient, lbID string) + func CreateL7Policy(t *testing.T, client *gophercloud.ServiceClient, listener *listeners.Listener, ...) (*l7policies.L7Policy, error) + func CreateL7Rule(t *testing.T, client *gophercloud.ServiceClient, policyID string, ...) (*l7policies.Rule, error) + func CreateListener(t *testing.T, client *gophercloud.ServiceClient, ...) (*listeners.Listener, error) + func CreateLoadBalancer(t *testing.T, client *gophercloud.ServiceClient, subnetID string) (*loadbalancers.LoadBalancer, error) + func CreateMember(t *testing.T, client *gophercloud.ServiceClient, ...) (*pools.Member, error) + func CreateMonitor(t *testing.T, client *gophercloud.ServiceClient, ...) (*monitors.Monitor, error) + func CreatePool(t *testing.T, client *gophercloud.ServiceClient, ...) (*pools.Pool, error) + func DeleteL7Policy(t *testing.T, client *gophercloud.ServiceClient, lbID, policyID string) + func DeleteL7Rule(t *testing.T, client *gophercloud.ServiceClient, lbID, policyID, ruleID string) + func DeleteListener(t *testing.T, client *gophercloud.ServiceClient, lbID, listenerID string) + func DeleteLoadBalancer(t *testing.T, client *gophercloud.ServiceClient, lbID string) + func DeleteMember(t *testing.T, client *gophercloud.ServiceClient, lbID, poolID, memberID string) + func DeleteMonitor(t *testing.T, client *gophercloud.ServiceClient, lbID, monitorID string) + func DeletePool(t *testing.T, client *gophercloud.ServiceClient, lbID, poolID string) + func WaitForLoadBalancerState(client *gophercloud.ServiceClient, lbID, status string, secs int) error