PodSecurityContextPatch

constructor(fsGroup: Int? = null, fsGroupChangePolicy: String? = null, runAsGroup: Int? = null, runAsNonRoot: Boolean? = null, runAsUser: Int? = null, seLinuxOptions: SELinuxOptionsPatch? = null, seccompProfile: SeccompProfilePatch? = null, supplementalGroups: List<Int>? = null, sysctls: List<SysctlPatch>? = null, windowsOptions: WindowsSecurityContextOptionsPatch? = null)