broker

package
v0.0.0-...-4b22d1e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 17, 2019 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Broker

type Broker struct {

	// Synchronize go routines.
	sync.RWMutex
	// contains filtered or unexported fields
}

Broker provides an implementation of broker.Interface

func (*Broker) Bind

func (b *Broker) Bind(request *osb.BindRequest, c *broker.RequestContext) (*broker.BindResponse, error)

func (*Broker) Deprovision

func (*Broker) GetCatalog

func (b *Broker) GetCatalog(c *broker.RequestContext) (*broker.CatalogResponse, error)

func (*Broker) LastOperation

func (*Broker) Provision

func (*Broker) Unbind

func (*Broker) Update

func (*Broker) ValidateBrokerAPIVersion

func (b *Broker) ValidateBrokerAPIVersion(version string) error

type Config

type Config struct {
	ClientConfig *rest.Config
	DBClient     *dbsvc.Client
	SvcCatClient svcat_cs.ServicecatalogV1beta1Interface
	// contains filtered or unexported fields
}

func NewConfig

func NewConfig(clientConfig *rest.Config) *Config

func (*Config) New

func (c *Config) New() (*Broker, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL