Quota
Workspace quota usage and limits
Description
A Quota
is a read-only resource that surfaces the consumption limits assigned to a workspace and the workspace’s current usage against those limits.
Currently, each workspace always contains exactly one Quota
object named default
.
Operations
GET /v1alpha1/workspaces/{workspace}/quotas/{name}
Get quota name
in workspace workspace
HTTP Code | Response |
---|---|
200 OK | Quota |
404 Not Found | Error |
API Objects
Quota
Field | Type | Required | Notes |
---|---|---|---|
metadata | ObjectMeta | Standard object metadata | |
spec.limits.persistentNetworks | int | Yes | N/A |
spec.limits.networks | int | Yes | N/A |
status.usage.persistentNetworks | int | Yes | N/A |
status.usage.networks | int | Yes | N/A |