RegistryUsage interface
The quota usage for a container registry.
Properties
current |
The current value of the usage. |
limit | The limit of the usage. |
name | The name of the usage. |
unit | The unit of measurement. |
Property Details
currentValue
The current value of the usage.
currentValue?: number
Property Value
number
limit
The limit of the usage.
limit?: number
Property Value
number
name
The name of the usage.
name?: string
Property Value
string
unit
The unit of measurement.
unit?: string
Property Value
string