package images
import "k8s.io/kubernetes/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/compute/v2/images"
Package images provides information and interaction with the image API resource for the Rackspace Cloud Servers service.
Index ¶
- func ExtractImages(page pagination.Page) ([]os.Image, error)
- func Get(client *gophercloud.ServiceClient, id string) os.GetResult
- func ListDetail(client *gophercloud.ServiceClient, opts os.ListOptsBuilder) pagination.Pager
Functions ¶
func ExtractImages ¶
func ExtractImages(page pagination.Page) ([]os.Image, error)
ExtractImages interprets a page as a collection of server images.
func Get ¶
func Get(client *gophercloud.ServiceClient, id string) os.GetResult
Get acquires additional detail about a specific image by ID.
func ListDetail ¶
func ListDetail(client *gophercloud.ServiceClient, opts os.ListOptsBuilder) pagination.Pager
ListDetail enumerates the available server images.
Source Files ¶
delegate.go doc.go
- Version
- v1.2.0-alpha.3
- Published
- Nov 3, 2015
- Platform
- linux/amd64
- Imports
- 3 packages
- Last checked
- 20 seconds ago –
Tools for package owners.