package tenants

import "k8s.io/kubernetes/Godeps/_workspace/src/github.com/rackspace/gophercloud/rackspace/identity/v2/tenants"

Package tenants provides information and interaction with the tenant API resource for the Rackspace Identity service.

Index

Functions

func ExtractTenants

func ExtractTenants(page pagination.Page) ([]os.Tenant, error)

ExtractTenants interprets a page of List results as a more usable slice of Tenant structs.

func List

func List(client *gophercloud.ServiceClient, opts *os.ListOpts) pagination.Pager

List enumerates the tenants to which the current token grants access.

Source Files

delegate.go doc.go

Version
v0.13.1
Published
Mar 17, 2015
Platform
linux/amd64
Imports
3 packages
Last checked
5 minutes ago

Tools for package owners.