Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCloudFoundryContext ¶
NewCloudFoundryContext creates a new Context which allows creating Cloud Foundry tasks when executing a Workflow. It reads the configuration out of environment variables (CF_API, CF_USER, CF_PASSWORD).
func NewCloudFoundryContextByCfg ¶
NewCloudFoundryContextByCfg creates a new task execution Context based on the the CloudFoundryContext which describes the API endpoint of the cloud controller API of Cloud Foundry.
Types ¶
type Config ¶
type Config struct { APIAddr string User string Password string DBFile string DefaultTemplate drmaa2interface.JobTemplate }
Config descibes where Cloud Foundry (CC API) is found and can be accessed.
Click to show internal directories.
Click to hide internal directories.