Documentation
¶
Index ¶
- func InitClientWithAuthCtx() error
- func TestBind(t *testing.T, instanceID, bindingID string, req *openapi.ServiceBindingRequest, ...)
- func TestDeprovision(t *testing.T, instanceID string, serviceID, planID string, async bool)
- func TestGetBinding(t *testing.T, instanceID, bindingID string)
- func TestGetCatalog(t *testing.T)
- func TestGetInstance(t *testing.T, instanceID string)
- func TestProvision(t *testing.T, instanceID string, req *openapi.ServiceInstanceProvisionRequest, ...)
- func TestUnbind(t *testing.T, instanceID, bindingID string, serviceID, planID string, ...)
- func TestUpdateInstance(t *testing.T, instanceID string, req *openapi.ServiceInstanceUpdateRequest, ...)
- type SchemaOpts
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitClientWithAuthCtx ¶
func InitClientWithAuthCtx() error
func TestDeprovision ¶
func TestGetBinding ¶
func TestGetCatalog ¶
func TestGetInstance ¶
func TestProvision ¶
func TestUnbind ¶
func TestUpdateInstance ¶
Types ¶
type SchemaOpts ¶
type SchemaOpts struct {
ServiceID, PlanID string
Parameters interface{}
SchemaType, Action string
}
TODO: For provision, update and bind operation, testCatalogSchema should be called to assert the legality of parameters schema.
Click to show internal directories.
Click to hide internal directories.