Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StackdriverTraceBroker ¶
type StackdriverTraceBroker struct {
broker_base.BrokerBase
}
StackdriverTraceBroker is the service-broker back-end for binding to Stackdriver for application request tracing.
func (*StackdriverTraceBroker) Deprovision ¶
func (b *StackdriverTraceBroker) 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 Stackdriver.
func (*StackdriverTraceBroker) Provision ¶
func (b *StackdriverTraceBroker) 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 Stackdriver.
Click to show internal directories.
Click to hide internal directories.