space

package
v0.8.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 2, 2017 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

View Source
const UnknownName = "unknown"

Variables

This section is empty.

Functions

func FindSpaceName

func FindSpaceName(spaceGuid string) string

func LoadSpaceCache

func LoadSpaceCache(cliConnection plugin.CliConnection)

Types

type Space

type Space struct {
	Guid                 string `json:"guid"`
	Name                 string `json:"name"`
	OrgGuid              string `json:"organization_guid"`
	QuotaGuid            string `json:"space_quota_definition_guid"`
	IsolationSegmentGuid string `json:"isolation_segment_guid"`
	Managers_url         string `json:"managers_url"`
	Auditors_url         string `json:"auditors_url"`
	Developers_url       string `json:"developers_url"`
}

func All added in v0.8.0

func All() []Space

func FindSpaceMetadata

func FindSpaceMetadata(spaceGuid string) Space

type SpaceResource

type SpaceResource struct {
	Meta   common.Meta `json:"metadata"`
	Entity Space       `json:"entity"`
}

type SpaceResponse

type SpaceResponse struct {
	Count     int             `json:"total_results"`
	Pages     int             `json:"total_pages"`
	NextUrl   string          `json:"next_url"`
	Resources []SpaceResource `json:"resources"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL