Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceCatalogConfigurer ¶
type ServiceCatalogConfigurer struct {
// contains filtered or unexported fields
}
func NewServiceCatalogConfigurer ¶
func NewServiceCatalogConfigurer(namespace string, registerServiceBroker bool) (*ServiceCatalogConfigurer, error)
func (*ServiceCatalogConfigurer) Cleanup ¶
func (c *ServiceCatalogConfigurer) Cleanup() error
func (*ServiceCatalogConfigurer) Setup ¶
func (c *ServiceCatalogConfigurer) Setup() error
type ServiceCatalogConfigurerConfig ¶
type ServiceCatalogConfigurerConfig struct {
ServiceBroker configurer.ServiceBrokerConfig
}
Click to show internal directories.
Click to hide internal directories.