package extensions
import "k8s.io/kubernetes/Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions"
Package extensions provides information and interaction with the different extensions available for the OpenStack Compute service.
Index ¶
- func ExtractExtensions(page pagination.Page) ([]common.Extension, error)
- func Get(c *gophercloud.ServiceClient, alias string) common.GetResult
- func List(c *gophercloud.ServiceClient) pagination.Pager
Functions ¶
func ExtractExtensions ¶
func ExtractExtensions(page pagination.Page) ([]common.Extension, error)
ExtractExtensions interprets a Page as a slice of Extensions.
func Get ¶
func Get(c *gophercloud.ServiceClient, alias string) common.GetResult
Get retrieves information for a specific extension using its alias.
func List ¶
func List(c *gophercloud.ServiceClient) pagination.Pager
List returns a Pager which allows you to iterate over the full collection of extensions. It does not accept query parameters.
Source Files ¶
delegate.go doc.go
Directories ¶
- Version
- v0.13.0
- Published
- Mar 16, 2015
- Platform
- linux/amd64
- Imports
- 3 packages
- Last checked
- 2 minutes ago –
Tools for package owners.