SELinuxStrategyOptions

data class SELinuxStrategyOptions(val rule: String, val seLinuxOptions: SELinuxOptions? = 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, seLinuxOptions: SELinuxOptions? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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/