SELinuxStrategyOptionsPatchArgs

data class SELinuxStrategyOptionsPatchArgs(val rule: Output<String>? = null, val seLinuxOptions: Output<SELinuxOptionsPatchArgs>? = null) : ConvertibleToJava<SELinuxStrategyOptionsPatchArgs>

SELinuxStrategyOptions defines the strategy type and any options used to create the strategy.

Constructors

Link copied to clipboard
constructor(rule: Output<String>? = null, seLinuxOptions: Output<SELinuxOptionsPatchArgs>? = null)

Properties

Link copied to clipboard
val rule: Output<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/

Functions

Link copied to clipboard
open override fun toJava(): SELinuxStrategyOptionsPatchArgs