Documentation ¶
Index ¶
- func GetDashboardURL(conf *config.Config, instanceId string) string
- func NewBrokerServer(logger lager.Logger, conf *config.Config, bindingdb db.BindingDB, ...) (ifrit.Runner, error)
- type BrokerHandler
- func (h *BrokerHandler) BindServiceInstance(w http.ResponseWriter, r *http.Request, vars map[string]string)
- func (h *BrokerHandler) CreateServiceInstance(w http.ResponseWriter, r *http.Request, vars map[string]string)
- func (h *BrokerHandler) DeleteServiceInstance(w http.ResponseWriter, _ *http.Request, vars map[string]string)
- func (h *BrokerHandler) GetBrokerCatalog(w http.ResponseWriter, _ *http.Request, _ map[string]string)
- func (h *BrokerHandler) GetHealth(w http.ResponseWriter, r *http.Request, vars map[string]string)
- func (h *BrokerHandler) UnbindServiceInstance(w http.ResponseWriter, _ *http.Request, vars map[string]string)
- func (h *BrokerHandler) UpdateServiceInstance(w http.ResponseWriter, r *http.Request, vars map[string]string)
- type MiddleWareBrokerCredentials
- type VarsFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBrokerServer ¶
func NewBrokerServer(logger lager.Logger, conf *config.Config, bindingdb db.BindingDB, policydb db.PolicyDB, httpStatusCollector healthendpoint.HTTPStatusCollector, cfClient cf.CFClient, credentials cred_helper.Credentials) (ifrit.Runner, error)
Types ¶
type BrokerHandler ¶
type BrokerHandler struct {
// contains filtered or unexported fields
}
func NewBrokerHandler ¶
func NewBrokerHandler(logger lager.Logger, conf *config.Config, bindingdb db.BindingDB, policydb db.PolicyDB, catalog []domain.Service, cfClient cf.CFClient, credentials cred_helper.Credentials) *BrokerHandler
func (*BrokerHandler) BindServiceInstance ¶
func (h *BrokerHandler) BindServiceInstance(w http.ResponseWriter, r *http.Request, vars map[string]string)
func (*BrokerHandler) CreateServiceInstance ¶
func (h *BrokerHandler) CreateServiceInstance(w http.ResponseWriter, r *http.Request, vars map[string]string)
func (*BrokerHandler) DeleteServiceInstance ¶
func (h *BrokerHandler) DeleteServiceInstance(w http.ResponseWriter, _ *http.Request, vars map[string]string)
func (*BrokerHandler) GetBrokerCatalog ¶
func (h *BrokerHandler) GetBrokerCatalog(w http.ResponseWriter, _ *http.Request, _ map[string]string)
func (*BrokerHandler) GetHealth ¶
func (h *BrokerHandler) GetHealth(w http.ResponseWriter, r *http.Request, vars map[string]string)
func (*BrokerHandler) UnbindServiceInstance ¶
func (h *BrokerHandler) UnbindServiceInstance(w http.ResponseWriter, _ *http.Request, vars map[string]string)
func (*BrokerHandler) UpdateServiceInstance ¶
func (h *BrokerHandler) UpdateServiceInstance(w http.ResponseWriter, r *http.Request, vars map[string]string)
Click to show internal directories.
Click to hide internal directories.