SELinuxStrategyOptions

com.coralogix.zio.k8s.model.policy.v1beta1.SELinuxStrategyOptions
See theSELinuxStrategyOptions companion object
case class SELinuxStrategyOptions(rule: String, seLinuxOptions: Optional[SELinuxOptions])

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

Value parameters

rule

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

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

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.

Attributes

Gets seLinuxOptions.

Gets seLinuxOptions.

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

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product