cf_domain_broker

package module
v0.0.0-...-1e18dc2 Latest Latest
Warning

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

Go to latest
Published: Sep 27, 2019 License: CC0-1.0 Imports: 1 Imported by: 0

README

Custom Domain Broker

This is a custom domain broker for Cloud Foundry.

This is not currently safe for deployment while it is being developed against.

Documentation

Overview

todo (mxplusb): add ci todo (mxplusb): move back to cloudfoundry-community after cf-com/go-client#233 is resolved.

Index

Constants

View Source
const (
	DomainServiceName = "Custom-Domain-Broker"
	DomainServiceId   = "7428b169-f693-46c8-86bc-6dc8a8ea1361"

	// todo (mxplusb): update this.
	DomainServiceDescription                 = "Service Broker description to go here."
	DomainServiceMetadataDisplayName         = "display"
	DomainServiceMetadataLongDescription     = "long"
	DomainServiceMetadataDocumentationUrl    = "https://google.com"
	DomainServiceMetadataSupportUrl          = "https://cloud.gov/support"
	DomainServiceMetadataImageUrl            = "some-image"
	DomainServiceMetadataProviderDisplayName = "something"

	CDNPlanName = "domain-with-cdn-and-ssl"
	CDNPlanId   = "a0bc63d1-cd2a-44e5-a709-396b382676f0"

	DomainPlanName = "domain-with-ssl"
	DomainPlanId   = "5d4bcdef-efa1-4b0a-b658-7776c3438e4a"

	MaxHeaderCount = 10

	DomainCreateTimeout = time.Hour * 24
	DomainCreateCheck   = time.Second * 360

	Provisioning   State = 0
	Provisioned    State = 1
	Deprovisioning State = 2
)

Variables

This section is empty.

Functions

This section is empty.

Types

type State

type State int

Directories

Path Synopsis
Code generated by counterfeiter.
Code generated by counterfeiter.

Jump to

Keyboard shortcuts

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