Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ServiceDefinition ¶
func ServiceDefinition() *broker.ServiceDefinition
ServiceDefinition creates a new ServiceDefinition object for the Dataflow service.
Types ¶
type DataflowBroker ¶
type DataflowBroker struct {
base.BrokerBase
}
DataflowBroker is the service-broker back-end for creating and binding Dataflow clients.
func (*DataflowBroker) Deprovision ¶
func (b *DataflowBroker) Deprovision(ctx context.Context, instance models.ServiceInstanceDetails, details brokerapi.DeprovisionDetails) (*string, error)
Deprovision is a no-op call because only service accounts need to be bound/unbound for Dataflow.
func (*DataflowBroker) Provision ¶
func (b *DataflowBroker) Provision(ctx context.Context, provisionContext *varcontext.VarContext) (models.ServiceInstanceDetails, error)
Provision is a no-op call because only service accounts need to be bound/unbound for Dataflow.
Click to show internal directories.
Click to hide internal directories.