SELinuxStrategyOptions

case
class SELinuxStrategyOptions(rule: String, seLinuxOptions: Optional[SELinuxOptions])

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

Value Params
rule

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

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def getRule: IO[K8sFailure, String]

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

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

This effect always succeeds, it is safe to use the field rule directly.

Gets seLinuxOptions.

Gets seLinuxOptions.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product