SeccompProfile

io.k8s.api.core.v1.SeccompProfile
See theSeccompProfile companion object
final case class SeccompProfile(`type`: String, localhostProfile: Option[String])

SeccompProfile defines a pod/container's seccomp profile settings. Only one profile source may be set.

Attributes

Companion
object
Source
SeccompProfile.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def mapLocalhostProfile(f: String => String): SeccompProfile

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

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

Attributes

Source
SeccompProfile.scala
def mapType(f: String => String): SeccompProfile

transforms type to result of function

transforms type to result of function

Attributes

Source
SeccompProfile.scala
def withLocalhostProfile(value: String): SeccompProfile

Returns a new data with localhostProfile set to new value

Returns a new data with localhostProfile set to new value

Attributes

Source
SeccompProfile.scala
def withType(value: String): SeccompProfile

Returns a new data with type set to new value

Returns a new data with type set to new value

Attributes

Source
SeccompProfile.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product