PodSecurityPolicyConfigResponse

data class PodSecurityPolicyConfigResponse(val enabled: Boolean)

Configuration for the PodSecurityPolicy feature.

Constructors

Link copied to clipboard
constructor(enabled: Boolean)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Enable the PodSecurityPolicy controller for this cluster. If enabled, pods must be valid under a PodSecurityPolicy to be created.