ContentRegistriesHarborGarbageCollection
The Harbor.GarbageCollection structure contains garbage collection configuration for the Harbor registry.
Properties
Day of the week when garbage collection should run. This field is optional and it is only relevant when the value of Harbor.GarbageCollection.type is WEEKLY.
Possible values are: SUNDAY , MONDAY , TUESDAY , WEDNESDAY , THURSDAY , FRIDAY , SATURDAY
Hour at which garbage collection should run. This field is optional and it is only relevant when the value of Harbor.GarbageCollection.type is one of DAILY or WEEKLY.
Minute at which garbage collection should run. This field is optional and it is only relevant when the value of Harbor.GarbageCollection.type is one of DAILY or WEEKLY.
Frequency of garbage collection.
Possible values are: NONE , DAILY , WEEKLY
JSON Example
{
"type": "enum"
}