Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Facade ¶
type Facade struct {
// contains filtered or unexported fields
}
Facade expose operations on ServiceInstance objects
func NewFacade ¶
func NewFacade(informer cache.SharedIndexInformer, classInformer cache.SharedIndexInformer) *Facade
NewFacade creates Service Catalog Facade
type ServiceBindingFetcher ¶
type ServiceBindingFetcher struct {
// contains filtered or unexported fields
}
ServiceBindingFetcher provides functionality to fetch ServiceBinding based on its external id
func NewServiceBindingFetcher ¶
func NewServiceBindingFetcher(sbInformer cache.SharedIndexInformer) *ServiceBindingFetcher
NewServiceBindingFetcher returns new instance of ServiceBindingFetcher
func (*ServiceBindingFetcher) GetServiceBindingSecretName ¶
func (f *ServiceBindingFetcher) GetServiceBindingSecretName(ns, externalID string) (string, error)
GetServiceBindingSecretName returns the secret name for the given binding
Click to show internal directories.
Click to hide internal directories.