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 ¶
Path | Synopsis |
---|---|
Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/bootfromvolume | |
Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/diskconfig | Package diskconfig provides information and interaction with the Disk Config extension that works with the OpenStack Compute service. |
Godeps/_workspace/src/github.com/rackspace/gophercloud/openstack/compute/v2/extensions/keypairs | Package keypairs provides information and interaction with the Keypairs extension for the OpenStack Compute service. |
- Version
- v0.8.0
- Published
- Jan 7, 2015
- Platform
- linux/amd64
- Imports
- 3 packages
- Last checked
- 6 minutes ago –
Tools for package owners.