package keypairs

import "k8s.io/kubernetes/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/compute/v2/keypairs"

Package keypairs provides information and interaction with the keypair API resource for the Rackspace Cloud Servers service.

Index

Functions

func Create

Create requests the creation of a new keypair on the server, or to import a pre-existing keypair.

func Delete

func Delete(client *gophercloud.ServiceClient, name string) os.DeleteResult

Delete requests the deletion of a previous stored KeyPair from the server.

func ExtractKeyPairs

func ExtractKeyPairs(page pagination.Page) ([]os.KeyPair, error)

ExtractKeyPairs interprets a page of results as a slice of KeyPairs.

func Get

func Get(client *gophercloud.ServiceClient, name string) os.GetResult

Get returns public data about a previously uploaded KeyPair.

func List

List returns a Pager that allows you to iterate over a collection of KeyPairs.

Source Files

delegate.go doc.go

Version
v0.12.2
Published
Mar 16, 2015
Platform
linux/amd64
Imports
3 packages
Last checked
7 minutes ago

Tools for package owners.