Versions in this module Expand all Collapse all v3 v3.0.0 Jan 5, 2022 Changes in this version + func CreateAllocation(t *testing.T, client *gophercloud.ServiceClient) (*allocations.Allocation, error) + func CreateFakeNode(t *testing.T, client *gophercloud.ServiceClient) (*nodes.Node, error) + func CreateNode(t *testing.T, client *gophercloud.ServiceClient) (*nodes.Node, error) + func CreatePort(t *testing.T, client *gophercloud.ServiceClient, node *nodes.Node) (*ports.Port, error) + func DeleteAllocation(t *testing.T, client *gophercloud.ServiceClient, ...) + func DeleteNode(t *testing.T, client *gophercloud.ServiceClient, node *nodes.Node) + func DeletePort(t *testing.T, client *gophercloud.ServiceClient, port *ports.Port) Other modules containing this package github.com/pierreprinetti/gophercloud github.com/pierreprinetti/gophercloud/v2