Package version:

Interface GarbageCollectionProperties

The garbage collection properties of the connected registry.

interface GarbageCollectionProperties {
    enabled?: boolean;
    schedule?: string;
}

Properties

Properties

enabled?: boolean

Indicates whether garbage collection is enabled for the connected registry.

schedule?: string

The cron expression indicating the schedule that the connected registry will run garbage collection.