Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApiServiceBroker ¶
type ApiServiceBroker struct {
broker_base.BrokerBase
}
ApiServiceBroker is the service-broker back-end for creating Google Machine Learning API accounts.
func (*ApiServiceBroker) Deprovision ¶
func (b *ApiServiceBroker) Deprovision(ctx context.Context, dataset models.ServiceInstanceDetails, details brokerapi.DeprovisionDetails) (*string, error)
Deprovision is a no-op call because only service accounts need to be bound/unbound for Google Machine Learning APIs.
func (*ApiServiceBroker) Provision ¶
func (b *ApiServiceBroker) 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 Google Machine Learning APIs.
Click to show internal directories.
Click to hide internal directories.