SecurityContext

trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Inherited from:
Mirror
Source:
Mirror.scala

Implicits

Implicits

obj.readOpt[Boolean]("readOnlyRootFilesystem")(booleanDecoder[T](evidence$1)).flatMap[String,SecurityContext](((readOnlyRootFilesystem:Option[Boolean])=>obj.readOpt[Boolean]("allowPrivilegeEscalation")(booleanDecoder[T](evidence$1)).flatMap[String,SecurityContext](((allowPrivilegeEscalation:Option[Boolean])=>obj.readOpt[String]("procMount")(stringDecoder[T](evidence$1)).flatMap[String,SecurityContext](((procMount:Option[String])=>obj.readOpt[Int]("runAsGroup")(intDecoder[T](evidence$1)).flatMap[String,SecurityContext](((runAsGroup:Option[Int])=>obj.readOpt[io.k8s.api.core.v1.SeccompProfile]("seccompProfile")(decoderOf[T](evidence$1)).flatMap[String,SecurityContext](((seccompProfile:Option[SeccompProfile])=>obj.readOpt[io.k8s.api.core.v1.WindowsSecurityContextOptions]("windowsOptions")(decoderOf[T](evidence$1)).flatMap[String,SecurityContext](((windowsOptions:Option[WindowsSecurityContextOptions])=>obj.readOpt[io.k8s.api.core.v1.SELinuxOptions]("seLinuxOptions")(decoderOf[T](evidence$1)).flatMap[String,SecurityContext](((seLinuxOptions:Option[SELinuxOptions])=>obj.readOpt[Int]("runAsUser")(intDecoder[T](evidence$1)).flatMap[String,SecurityContext](((runAsUser:Option[Int])=>obj.readOpt[Boolean]("privileged")(booleanDecoder[T](evidence$1)).flatMap[String,SecurityContext](((privileged:Option[Boolean])=>obj.readOpt[Boolean]("runAsNonRoot")(booleanDecoder[T](evidence$1)).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[T,SecurityContext]) }" class="documentableAnchor">
implicit def obj.readOpt[Boolean]("readOnlyRootFilesystem")(booleanDecoder[T](evidence$1)).flatMap[String,SecurityContext](((readOnlyRootFilesystem:Option[Boolean])=>obj.readOpt[Boolean]("allowPrivilegeEscalation")(booleanDecoder[T](evidence$1)).flatMap[String,SecurityContext](((allowPrivilegeEscalation:Option[Boolean])=>obj.readOpt[String]("procMount")(stringDecoder[T](evidence$1)).flatMap[String,SecurityContext](((procMount:Option[String])=>obj.readOpt[Int]("runAsGroup")(intDecoder[T](evidence$1)).flatMap[String,SecurityContext](((runAsGroup:Option[Int])=>obj.readOpt[io.k8s.api.core.v1.SeccompProfile]("seccompProfile")(decoderOf[T](evidence$1)).flatMap[String,SecurityContext](((seccompProfile:Option[SeccompProfile])=>obj.readOpt[io.k8s.api.core.v1.WindowsSecurityContextOptions]("windowsOptions")(decoderOf[T](evidence$1)).flatMap[String,SecurityContext](((windowsOptions:Option[WindowsSecurityContextOptions])=>obj.readOpt[io.k8s.api.core.v1.SELinuxOptions]("seLinuxOptions")(decoderOf[T](evidence$1)).flatMap[String,SecurityContext](((seLinuxOptions:Option[SELinuxOptions])=>obj.readOpt[Int]("runAsUser")(intDecoder[T](evidence$1)).flatMap[String,SecurityContext](((runAsUser:Option[Int])=>obj.readOpt[Boolean]("privileged")(booleanDecoder[T](evidence$1)).flatMap[String,SecurityContext](((privileged:Option[Boolean])=>obj.readOpt[Boolean]("runAsNonRoot")(booleanDecoder[T](evidence$1)).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[T,SecurityContext]) }" class="documentableName ">decoderOf[T : Reader]: Decoder[T, SecurityContext]
implicit def encoder[T](implicit builder: Builder[T]): Encoder[SecurityContext, T]