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

Members list

Concise view

Value members

Concrete methods

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

transforms type to result of function

transforms type to result of function

Attributes

Source:
SeccompProfile.scala

Returns a new data with localhostProfile set to new value

Returns a new data with localhostProfile set to new value

Attributes

Source:
SeccompProfile.scala

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

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product