Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientInterface ¶
type ClientInterface interface {
GetServiceBindings(ns string) (*v1beta1.ServiceBindingList, error)
GetServiceInstances(ns string) (*v1beta1.ServiceInstanceList, error)
DeleteBinding(namespace, name string) error
DeleteInstance(namespace, name string) error
}
ClientInterface exposes functions to interact with ServiceCatalog
func NewClient ¶
func NewClient(config *rest.Config) ClientInterface
NewClient returns a pointer to a Client instance configured with provided config.
Source Files
¶
- client.go
- wrapper.go
Click to show internal directories.
Click to hide internal directories.