GarbageCollectionProperties Class
The garbage collection properties of the connected registry.
Constructor
GarbageCollectionProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
enabled
|
Indicates whether garbage collection is enabled for the connected registry. |
|
schedule
|
The cron expression indicating the schedule that the connected registry will run garbage collection. |
Attributes
enabled
Indicates whether garbage collection is enabled for the connected registry.
enabled: bool | None
schedule
The cron expression indicating the schedule that the connected registry will run garbage collection.
schedule: str | None