All URIs are relative to http://localhost
Method | HTTP request | Description |
---|---|---|
ConstraintList | Get /1.3/constraints | |
ConstraintSet | Put /1.3/constraints | |
PoolCreate | Post /1.0/pools | |
PoolDelete | Delete /pools/{pool} | |
PoolGet | Get /pools/{pool} | |
PoolList | Get /1.0/pools | |
PoolUpdate | Put /pools/{pool} |
[]PoolConstraint ConstraintList(ctx, )
List pool constraints
This endpoint does not need any parameter.
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
ConstraintSet(ctx, poolConstraintSet)
Update a service instance
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
poolConstraintSet | PoolConstraintSet |
(empty response body)
- Content-Type: application/json
- Accept: /
[Back to top] [Back to API list] [Back to Model list] [Back to README]
PoolCreate(ctx, poolCreateData)
Creates a pool.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
poolCreateData | PoolCreateData |
(empty response body)
- Content-Type: application/json
- Accept: /
[Back to top] [Back to API list] [Back to Model list] [Back to README]
PoolDelete(ctx, pool)
Deletes a pool.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
pool | string |
(empty response body)
- Content-Type: Not defined
- Accept: /
[Back to top] [Back to API list] [Back to Model list] [Back to README]
Pool PoolGet(ctx, pool)
Get pool information
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
pool | string |
- Content-Type: Not defined
- Accept: /
[Back to top] [Back to API list] [Back to Model list] [Back to README]
[]Pool PoolList(ctx, )
List pools.
This endpoint does not need any parameter.
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
PoolUpdate(ctx, pool, poolUpdateData)
Updates a pool.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
pool | string | ||
poolUpdateData | PoolUpdateData |
(empty response body)
- Content-Type: application/json
- Accept: /
[Back to top] [Back to API list] [Back to Model list] [Back to README]