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