Pod Security Policy
data class PodSecurityPolicy(val apiVersion: String? = null, val kind: String? = null, val metadata: ObjectMeta? = null, val spec: PodSecurityPolicySpec? = null)
PodSecurityPolicy governs the ability to make requests that affect the Security Context that will be applied to a pod and container.
Constructors
Link copied to clipboard
fun PodSecurityPolicy(apiVersion: String? = null, kind: String? = null, metadata: ObjectMeta? = null, spec: PodSecurityPolicySpec? = null)