SELinuxStrategyOptionsPatch

data class SELinuxStrategyOptionsPatch(val rule: String? = null, val seLinuxOptions: SELinuxOptionsPatch? = null)

SELinuxStrategyOptions defines the strategy type and any options used to create the strategy. Deprecated: use SELinuxStrategyOptions from policy API Group instead.

Constructors

Link copied to clipboard
constructor(rule: String? = null, seLinuxOptions: SELinuxOptionsPatch? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val rule: String? = null

rule is the strategy that will dictate the allowable labels that may be set.

Link copied to clipboard

seLinuxOptions required to run as; required for MustRunAs More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/