Documentation ¶
Index ¶
- Constants
- func AppBindingCreds(appName, serviceName string) (interface{}, error)
- func AwaitInProgressOperations(serviceName string)
- func AwaitServiceCreation(serviceName string)
- func AwaitServiceCreationFailure(serviceName string)
- func AwaitServiceCreationWithTimeout(serviceName string, timeout time.Duration)
- func AwaitServiceDeletion(serviceName string)
- func AwaitServiceDeletionFailure(serviceName string)
- func AwaitServiceUpdate(serviceName string)
- func Cf(args ...string) *gexec.Session
- func CfWithTimeout(timeout time.Duration, args ...string) *gexec.Session
- func CreateService(serviceOffering, servicePlan, serviceName, arbitraryParams string)
- func CreateServiceKey(serviceName, serviceKeyName string)
- func DeleteService(serviceName string)
- func GetFromTestApp(testAppURL, key string) string
- func GetServiceInstanceGUID(serviceName string) string
- func GetServiceKey(serviceName, serviceKeyName string) string
- func PopFromTestAppQueue(testAppURL, queueName string) string
- func PushAndBindApp(appName, serviceName, testAppPath string) string
- func PushToTestAppQueue(testAppURL, queueName, message string)
- func PutToTestApp(testAppURL, key, value string)
- func ServiceInstanceGUID(serviceName string) string
Constants ¶
View Source
const ( CfTimeout = 2 * time.Minute LongCfTimeout = 30 * time.Minute // This is only so long to support a stressed director. It should be combined with smart fail-fast )
View Source
const COMMAND_TIMEOUT = CfTimeout
View Source
const RETRY_LIMIT = 3
Variables ¶
This section is empty.
Functions ¶
func AppBindingCreds ¶
func AwaitInProgressOperations ¶ added in v0.20.0
func AwaitInProgressOperations(serviceName string)
func AwaitServiceCreation ¶
func AwaitServiceCreation(serviceName string)
func AwaitServiceCreationFailure ¶
func AwaitServiceCreationFailure(serviceName string)
func AwaitServiceDeletion ¶
func AwaitServiceDeletion(serviceName string)
func AwaitServiceDeletionFailure ¶
func AwaitServiceDeletionFailure(serviceName string)
func AwaitServiceUpdate ¶
func AwaitServiceUpdate(serviceName string)
func CfWithTimeout ¶ added in v0.21.2
func CreateService ¶
func CreateService(serviceOffering, servicePlan, serviceName, arbitraryParams string)
func CreateServiceKey ¶ added in v0.18.0
func CreateServiceKey(serviceName, serviceKeyName string)
func DeleteService ¶
func DeleteService(serviceName string)
func GetFromTestApp ¶
func GetServiceInstanceGUID ¶ added in v0.21.0
func GetServiceKey ¶ added in v0.18.0
func PopFromTestAppQueue ¶
func PushAndBindApp ¶
func PushToTestAppQueue ¶
func PushToTestAppQueue(testAppURL, queueName, message string)
func PutToTestApp ¶
func PutToTestApp(testAppURL, key, value string)
func ServiceInstanceGUID ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.