Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BigTableBroker ¶
type BigTableBroker struct {
broker_base.BrokerBase
}
BigTableBroker is the service-broker back-end for creating and binding BigTable instances.
func (*BigTableBroker) Deprovision ¶
func (b *BigTableBroker) Deprovision(ctx context.Context, instance models.ServiceInstanceDetails, details brokerapi.DeprovisionDetails) (*string, error)
Deprovision deletes the BigTable associated with the given instance.
func (*BigTableBroker) Provision ¶
func (b *BigTableBroker) Provision(ctx context.Context, provisionContext *varcontext.VarContext) (models.ServiceInstanceDetails, error)
Provision creates a new Bigtable instance from the settings in the user-provided details and service plan.
type InstanceInformation ¶
type InstanceInformation struct {
InstanceId string `json:"instance_id"`
}
InstanceInformation holds the details needed to bind a service account to a BigTable instance after it has been provisioned.
Click to show internal directories.
Click to hide internal directories.