Documentation
¶
Index ¶
Constants ¶
View Source
const ( // ProductVersion is the version of p-spring-cloud-services that is deployed. ProductVersion = "1.1.3" SpringCloudBrokerReleaseName = "spring-cloud-broker" SpringCloudBrokerReleaseVersion = "1.1.3-build.6" StemcellName = "ubunty-trusty" StemcellAlias = "trusty" StemcellVersion = "3232.17" )
Variables ¶
This section is empty.
Functions ¶
func NewDeployServiceBroker ¶
func NewDeployServiceBroker(c *Config) *enaml.InstanceGroup
func NewDestroyServiceBroker ¶
func NewDestroyServiceBroker(c *Config) *enaml.InstanceGroup
func NewRegisterBroker ¶
func NewRegisterBroker(c *Config) *enaml.InstanceGroup
Types ¶
type Config ¶
type Config struct { DeploymentName string SystemDomain string AppDomains []string Network string StemcellVersion string SkipSSLVerify bool BrokerUsername string BrokerPassword string WorkerClientSecret string WorkerPassword string InstancesPassword string BrokerDashboardSecret string EncryptionKey string CFAdminPassword string UAAAdminClientSecret string }
Config is used as input for generating instance groups.
Click to show internal directories.
Click to hide internal directories.