Package version:

The quota usage for a container registry.

interface RegistryUsage {
    currentValue?: number;
    limit?: number;
    name?: string;
    unit?: string;
}

Properties

currentValue?: number

The current value of the usage.

limit?: number

The limit of the usage.

name?: string

The name of the usage.

unit?: string

The unit of measurement.