PodSecurityContextPatch

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