SecurityContext

io.k8s.api.core.v1.SecurityContext$
See theSecurityContext companion class

Attributes

Companion:
class
Source:
SecurityContext.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

Implicits

Implicits

implicit val obj.readOpt[Boolean]("readOnlyRootFilesystem")(booleanDecoder).flatMap[String,SecurityContext](((readOnlyRootFilesystem:Option[Boolean])=>obj.readOpt[Boolean]("allowPrivilegeEscalation")(booleanDecoder).flatMap[String,SecurityContext](((allowPrivilegeEscalation:Option[Boolean])=>obj.readOpt[String]("procMount")(stringDecoder).flatMap[String,SecurityContext](((procMount:Option[String])=>obj.readOpt[Int]("runAsGroup")(intDecoder).flatMap[String,SecurityContext](((runAsGroup:Option[Int])=>obj.readOpt[io.k8s.api.core.v1.SeccompProfile]("seccompProfile")(decoder).flatMap[String,SecurityContext](((seccompProfile:Option[SeccompProfile])=>obj.readOpt[io.k8s.api.core.v1.WindowsSecurityContextOptions]("windowsOptions")(decoder).flatMap[String,SecurityContext](((windowsOptions:Option[WindowsSecurityContextOptions])=>obj.readOpt[io.k8s.api.core.v1.SELinuxOptions]("seLinuxOptions")(decoder).flatMap[String,SecurityContext](((seLinuxOptions:Option[SELinuxOptions])=>obj.readOpt[Int]("runAsUser")(intDecoder).flatMap[String,SecurityContext](((runAsUser:Option[Int])=>obj.readOpt[Boolean]("privileged")(booleanDecoder).flatMap[String,SecurityContext](((privileged:Option[Boolean])=>obj.readOpt[Boolean]("runAsNonRoot")(booleanDecoder).map[SecurityContext](((runAsNonRoot:Option[Boolean])=>SecurityContext.apply(capabilities=capabilities,readOnlyRootFilesystem=readOnlyRootFilesystem,allowPrivilegeEscalation=allowPrivilegeEscalation,procMount=procMount,runAsGroup=runAsGroup,seccompProfile=seccompProfile,windowsOptions=windowsOptions,seLinuxOptions=seLinuxOptions,runAsUser=runAsUser,privileged=privileged,runAsNonRoot=runAsNonRoot))))))))))))))))))))))))) } (new$anon():Decoder[SecurityContext]) }" t="n"class="documentableName ">decoder: Decoder[SecurityContext]

Attributes

Source:
SecurityContext.scala

Attributes

Source:
SecurityContext.scala