ManagedClusterSecurityProfileImageCleanerResponse

data class ManagedClusterSecurityProfileImageCleanerResponse(val enabled: Boolean? = null, val intervalHours: Int? = null)

Image Cleaner removes unused images from nodes, freeing up disk space and helping to reduce attack surface area. Here are settings for the security profile.

Constructors

constructor(enabled: Boolean? = null, intervalHours: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

Whether to enable Image Cleaner on AKS cluster.

Link copied to clipboard
val intervalHours: Int? = null

Image Cleaner scanning interval in hours.