Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AttachRoutes ¶
func AttachRoutes(r *mux.Router, manageableBroker ManageableBroker, serviceOffering config.ServiceOffering, loggerFactory *loggerfactory.LoggerFactory)
Types ¶
type Deployment ¶
type Deployment struct {
Name string `json:"deployment_name"`
}
type ManageableBroker ¶
type ManageableBroker interface { Instances(logger *log.Logger) ([]service.Instance, error) OrphanDeployments(logger *log.Logger) ([]string, error) Upgrade(ctx context.Context, instanceID string, updateDetails brokerapi.UpdateDetails, logger *log.Logger) (broker.OperationData, error) CountInstancesOfPlans(logger *log.Logger) (map[cf.ServicePlan]int, error) }
Click to show internal directories.
Click to hide internal directories.