Documentation ¶
Index ¶
Constants ¶
View Source
const ( ServiceBluemix = "bluemix" ServiceIAM = "iam" // ServiceCF is the service name for public Cloudfoundry ServiceCF = "cf" // ServiceCFEE is the service name for CFEE Cloudfoundry ServiceCFEE = "cfaas" ScopeAccount = "a" ScopeOrganization = "o" ScopeSpace = "s" ScopeProject = "p" ResourceTypeCFSpace = "cf-space" ResourceTypeCFApp = "cf-application" ResourceTypeCFService = "cf-service-instance" ResourceTypeRole = "role" ResourceTypeDeployment = "deployment" )
Variables ¶
View Source
var ( ErrMalformedCRN = errors.New("malformed CRN") ErrMalformedScope = errors.New("malformed scope in CRN") )
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.