package
0.0.0-20190628093746-affaa533fc2e
Repository: https://github.com/szymongib/kyma.git
Documentation: pkg.go.dev

# Packages

Code generated by mockery v1.0.0.

# Functions

IsForbiddenError checks if error represent Forbidden one.
IsNotFoundError check if error is NotFound one.
New creates instance of broker server.
NewDeprovisioner creates new Deprovisioner.
NewNsBrokerService creates NsBrokerService from configuration.
NewProvisioner creates provisioner.
NewServiceInstanceFacade creates ServiceInstanceFacade.
RunTLS is starting TLS server.

# Structs

BindParametersDTO contains parameters sent by Service Catalog in the body of bind request.
BindSuccessResponseDTO represents response with credentials for service instance after successful binding.
DeprovisionService performs deprovision action.
DeprovisionSuccessResponseDTO represents response after successful deprovisioning.
ForbiddenError represents situation when operation is forbidden.
LastOperationSuccessResponseDTO represents info response about last successful operation.
NsBrokerService provides information about AB brokers.
OSBContextMiddleware implements Handler interface, creates an osbContext instance from HTTP data and stores in the request context.
ProvisionRequestDTO represents provision request.
ProvisionService performs provisioning action.
ProvisionSuccessResponseDTO represents response after successful provisioning.
RequireAsyncMiddleware asserts if request allows for asynchronous response.
Server implements HTTP server used to serve OSB API for application broker.
ServiceInstanceFacade expose operations on ServiceInstance objects.