PodSecurityContextO

class Object
trait Matchable
class Any

Value members

Concrete fields

val fsGroupChangePolicyL: Lens[PodSecurityContext, Optional[String]]
val fsGroupChangePolicyO: Optic[PodSecurityContext, PodSecurityContext, String, OpticFailure, Nothing, String, PodSecurityContext]
val fsGroupL: Lens[PodSecurityContext, Optional[Long]]
val fsGroupO: Optic[PodSecurityContext, PodSecurityContext, Long, OpticFailure, Nothing, Long, PodSecurityContext]
val runAsGroupL: Lens[PodSecurityContext, Optional[Long]]
val runAsGroupO: Optic[PodSecurityContext, PodSecurityContext, Long, OpticFailure, Nothing, Long, PodSecurityContext]
val runAsNonRootL: Lens[PodSecurityContext, Optional[Boolean]]
val runAsNonRootO: Optic[PodSecurityContext, PodSecurityContext, Boolean, OpticFailure, Nothing, Boolean, PodSecurityContext]
val runAsUserL: Lens[PodSecurityContext, Optional[Long]]
val runAsUserO: Optic[PodSecurityContext, PodSecurityContext, Long, OpticFailure, Nothing, Long, PodSecurityContext]
val seLinuxOptionsL: Lens[PodSecurityContext, Optional[SELinuxOptions]]
val seLinuxOptionsO: Optic[PodSecurityContext, PodSecurityContext, SELinuxOptions, OpticFailure, Nothing, SELinuxOptions, PodSecurityContext]
val seccompProfileL: Lens[PodSecurityContext, Optional[SeccompProfile]]
val seccompProfileO: Optic[PodSecurityContext, PodSecurityContext, SeccompProfile, OpticFailure, Nothing, SeccompProfile, PodSecurityContext]
val supplementalGroupsL: Lens[PodSecurityContext, Optional[Vector[Long]]]
val supplementalGroupsO: Optic[PodSecurityContext, PodSecurityContext, Vector[Long], OpticFailure, Nothing, Vector[Long], PodSecurityContext]
val sysctlsL: Lens[PodSecurityContext, Optional[Vector[Sysctl]]]
val sysctlsO: Optic[PodSecurityContext, PodSecurityContext, Vector[Sysctl], OpticFailure, Nothing, Vector[Sysctl], PodSecurityContext]
val windowsOptionsL: Lens[PodSecurityContext, Optional[WindowsSecurityContextOptions]]
val windowsOptionsO: Optic[PodSecurityContext, PodSecurityContext, WindowsSecurityContextOptions, OpticFailure, Nothing, WindowsSecurityContextOptions, PodSecurityContext]