SELinuxOptions

io.k8s.api.core.v1.SELinuxOptions
See theSELinuxOptions companion object
final case class SELinuxOptions(level: Option[String], role: Option[String], `type`: Option[String], user: Option[String])

SELinuxOptions are the labels to be applied to the container

Attributes

Companion:
object
Source:
SELinuxOptions.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

if level has a value, transforms to the result of function

if level has a value, transforms to the result of function

Attributes

Source:
SELinuxOptions.scala

if role has a value, transforms to the result of function

if role has a value, transforms to the result of function

Attributes

Source:
SELinuxOptions.scala

if type has a value, transforms to the result of function

if type has a value, transforms to the result of function

Attributes

Source:
SELinuxOptions.scala

if user has a value, transforms to the result of function

if user has a value, transforms to the result of function

Attributes

Source:
SELinuxOptions.scala

Returns a new data with level set to new value

Returns a new data with level set to new value

Attributes

Source:
SELinuxOptions.scala

Returns a new data with role set to new value

Returns a new data with role set to new value

Attributes

Source:
SELinuxOptions.scala

Returns a new data with type set to new value

Returns a new data with type set to new value

Attributes

Source:
SELinuxOptions.scala

Returns a new data with user set to new value

Returns a new data with user set to new value

Attributes

Source:
SELinuxOptions.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product