SELinuxStrategyOptionsArgs

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

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

Constructors

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

Properties

Link copied to clipboard
val rule: Output<String>

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

Link copied to clipboard
val seLinuxOptions: Output<SELinuxOptionsArgs>? = null

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(): SELinuxStrategyOptionsArgs