See: Description
| Class | Description |
|---|---|
| AsyncServiceBrokerRequest |
Details of a request that supports asynchronous operations.
|
| AsyncServiceBrokerResponse |
Details of a response that support asynchronous behavior.
|
| BrokerApiVersion |
Object for configuring the version of the API supported by the service broker
|
| CloudFoundryContext |
Cloud Foundry specific contextual information under which the service instance is to be provisioned or updated.
|
| CloudFoundryContext.CloudFoundryContextBuilder |
Provides a fluent API for constructing a
CloudFoundryContext |
| Context |
Platform specific contextual information under which the service instance is to be provisioned or updated.
|
| Context.ContextBaseBuilder<R extends Context,B extends Context.ContextBaseBuilder<R,B>> |
Builder class for Context
|
| KubernetesContext |
Kubernetes specific contextual information under which the service instance is to be provisioned or updated.
|
| KubernetesContext.KubernetesContextBuilder |
Builder class for KubernetesContext
|
| PlatformContext |
Platform specific contextual information under which the service instance is to be provisioned or updated.
|
| PlatformContext.PlatformContextBuilder |
Provides a fluent API for constructing a
PlatformContext. |
| ServiceBrokerRequest |
Details common to all service broker requests.
|