Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InstanceInformation ¶
type InstanceInformation struct {
BucketName string `json:"bucket_name"`
}
InstanceInformation holds the details needed to connect to a GCS instance after it has been provisioned.
type StorageBroker ¶
type StorageBroker struct {
broker_base.BrokerBase
}
StorageBroker is the service-broker back-end for creating and binding to Google Cloud Storage buckets.
func (*StorageBroker) Deprovision ¶
func (b *StorageBroker) Deprovision(ctx context.Context, bucket models.ServiceInstanceDetails, details brokerapi.DeprovisionDetails) (*string, error)
Deprovision deletes the bucket associated with the given instance. Note that all objects within the bucket must be deleted first.
func (*StorageBroker) Provision ¶
func (b *StorageBroker) Provision(ctx context.Context, provisionContext *varcontext.VarContext) (models.ServiceInstanceDetails, error)
Provision creates a new GCS bucket from the settings in the user-provided details and service plan.
Click to show internal directories.
Click to hide internal directories.