RegistryRetentionPolicy

data class RegistryRetentionPolicy(val days: Int? = null, val enabled: Boolean? = null)

Constructors

Link copied to clipboard
constructor(days: Int? = null, enabled: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val days: Int? = null

The number of days to retain an untagged manifest after which it gets purged. Default is 7.

Link copied to clipboard
val enabled: Boolean? = null

Boolean value that indicates whether the policy is enabled.